From 7542b0addd9eaf01dd5f1c4c8a39b67f51a4bd06 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 7 Apr 2022 00:59:30 -0400 Subject: More efficient TAR handling. --- lux-lua/commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-lua/commands.md') 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 ``` -- cgit v1.2.3