From 261172e7a4cff7b9978eec4c0d32e963cbe7486e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 17 Aug 2022 02:54:41 -0400 Subject: Proper testing for debug.log! --- lux-js/commands.md | 4 ++-- lux-js/project.lux | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lux-js') diff --git a/lux-js/commands.md b/lux-js/commands.md index 4b27b62df..6730dad02 100644 --- a/lux-js/commands.md +++ b/lux-js/commands.md @@ -44,14 +44,14 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-js/ \ -&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.7.0 -Dpackaging=js +&& mvn install:install-file -Dfile=target/program.js -DgroupId=com.github.luxlang -DartifactId=lux-js -Dversion=0.8.0-SNAPSHOT -Dpackaging=js cd ~/lux/lux-js/ && mvn deploy:deploy-file \ -Durl=https://$NEXUS_USERNAME:$NEXUS_PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \ -Dfile=target/program.js \ -DgroupId=com.github.luxlang \ -DartifactId=lux-js \ --Dversion=0.7.0-SNAPSHOT \ +-Dversion=0.8.0-SNAPSHOT \ -Dpackaging=js ``` diff --git a/lux-js/project.lux b/lux-js/project.lux index 24b4504ce..a3db2e680 100644 --- a/lux-js/project.lux +++ b/lux-js/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-js" "0.7.0"] + ["identity" ["com.github.luxlang" "lux-js" "0.8.0-SNAPSHOT"] "info" ["description" "A JavaScript compiler for Lux." "url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" @@ -15,15 +15,15 @@ "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - "dependencies" [... ["com.github.luxlang" "stdlib" "0.7.0" "tar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT" "tar"] ] "program" program._] "js" - ["lux" ["com.github.luxlang" "lux-js" "0.7.0" "js"]] + ["lux" ["com.github.luxlang" "lux-js" "0.8.0-SNAPSHOT" "js"]] "jvm" - ["lux" ["com.github.luxlang" "lux-jvm" "0.7.0" "jar"] + ["lux" ["com.github.luxlang" "lux-jvm" "0.8.0-SNAPSHOT" "jar"] "dependencies" [["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"] ["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]] -- cgit v1.2.3