aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm-function/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-11-30 23:48:11 -0400
committerEduardo Julian2021-11-30 23:48:11 -0400
commit4334564a5e08956fbe382cdcc69c564f74c35d05 (patch)
treed130775a09e632fe1d3903ada15463728b026a7b /lux-jvm-function/commands.md
parent872c097327c0a5b3baa69e88dacd09718ddfa793 (diff)
v0.6.5
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 \