aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm/commands.md')
-rw-r--r--lux-jvm/commands.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md
index e9da3e732..1d3c9dec1 100644
--- a/lux-jvm/commands.md
+++ b/lux-jvm/commands.md
@@ -40,7 +40,7 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-jvm/ \
-&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm -Dversion=0.6.1-SNAPSHOT -Dpackaging=jar
+&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm -Dversion=0.6.3 -Dpackaging=jar
cd ~/lux/lux-jvm/ && mvn deploy:deploy-file \
-Durl=https://<username>:<password>@oss.sonatype.org/content/repositories/snapshots/ \