aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm-function/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-jvm-function/commands.md')
-rw-r--r--lux-jvm-function/commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-jvm-function/commands.md b/lux-jvm-function/commands.md
index a82070bc6..6babdb485 100644
--- a/lux-jvm-function/commands.md
+++ b/lux-jvm-function/commands.md
@@ -2,10 +2,10 @@
```
cd ~/lux/lux-jvm-function/ \
-&& mvn install:install-file -Dfile=dependency.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm-function -Dversion=0.6.5-SNAPSHOT -Dpackaging=jar
+&& mvn install:install-file -Dfile=dependency.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm-function -Dversion=0.6.5 -Dpackaging=jar
cd ~/lux/lux-jvm/ && mvn deploy:deploy-file \
--Durl=https://<username>:<password>@oss.sonatype.org/content/repositories/snapshots/ \
+-Durl=https://USERNAME:PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \
-Dfile=target/program.jar \
-DgroupId=com.github.luxlang \
-DartifactId=lux-jvm \