diff options
author | Eduardo Julian | 2022-04-07 00:59:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-07 00:59:30 -0400 |
commit | 7542b0addd9eaf01dd5f1c4c8a39b67f51a4bd06 (patch) | |
tree | 11602f21abb3256019847647e7bbeba8a91418ee /lux-lua | |
parent | b0d725f24335e82eefc77175efc0a5282951316e (diff) |
More efficient TAR handling.
Diffstat (limited to 'lux-lua')
-rw-r--r-- | lux-lua/commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-lua/commands.md b/lux-lua/commands.md index d09567831..6dd497307 100644 --- a/lux-lua/commands.md +++ b/lux-lua/commands.md @@ -34,7 +34,7 @@ cd ~/lux/lux-lua/ && mvn deploy:deploy-file \ -Durl=https://$NEXUS_USERNAME:$NEXUS_PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \ -Dfile=target/program.jar \ -DgroupId=com.github.luxlang \ --DartifactId=lux-python \ +-DartifactId=lux-lua \ -Dversion=0.7.0-SNAPSHOT \ -Dpackaging=jar ``` |