diff options
author | Eduardo Julian | 2021-11-30 23:48:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-11-30 23:48:11 -0400 |
commit | 4334564a5e08956fbe382cdcc69c564f74c35d05 (patch) | |
tree | d130775a09e632fe1d3903ada15463728b026a7b /lux-jvm | |
parent | 872c097327c0a5b3baa69e88dacd09718ddfa793 (diff) |
v0.6.5
Diffstat (limited to 'lux-jvm')
-rw-r--r-- | lux-jvm/commands.md | 4 | ||||
-rw-r--r-- | lux-jvm/project.clj | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lux-jvm/commands.md b/lux-jvm/commands.md index 81a36643a..cf4e13b01 100644 --- a/lux-jvm/commands.md +++ b/lux-jvm/commands.md @@ -40,10 +40,10 @@ 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.5-SNAPSHOT -Dpackaging=jar +&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-jvm -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 \ diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj index decc82785..0705d6f8b 100644 --- a/lux-jvm/project.clj +++ b/lux-jvm/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.5-SNAPSHOT") +(def version "0.6.5") (def repo "https://github.com/LuxLang/lux") (def sonatype "https://oss.sonatype.org") (def sonatype-releases (str sonatype "/service/local/staging/deploy/maven2/")) |