From 4334564a5e08956fbe382cdcc69c564f74c35d05 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 30 Nov 2021 23:48:11 -0400 Subject: v0.6.5 --- lux-jvm-function/commands.md | 4 ++-- lux-jvm-function/dependency.pom | 33 +-------------------------------- 2 files changed, 3 insertions(+), 34 deletions(-) (limited to 'lux-jvm-function') 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://:@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-function/dependency.pom b/lux-jvm-function/dependency.pom index 1c826547f..a4c977946 100644 --- a/lux-jvm-function/dependency.pom +++ b/lux-jvm-function/dependency.pom @@ -4,7 +4,7 @@ com.github.luxlang lux-jvm-function jar - 0.6.5-SNAPSHOT + 0.6.5 lux-jvm-function Function abstract class for the JVM compiler. https://github.com/LuxLang/lux @@ -17,23 +17,6 @@ https://github.com/LuxLang/lux.git - - source - test - - - resources - - - - - resources - - - target - target/classes - - central @@ -45,16 +28,6 @@ true - - clojars - https://repo.clojars.org/ - - true - - - true - - snapshots https://oss.sonatype.org/content/repositories/snapshots/ @@ -79,7 +52,3 @@ - -- cgit v1.2.3