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-lua/commands.md | 4 ++-- lux-lua/project.lux | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lux-lua') diff --git a/lux-lua/commands.md b/lux-lua/commands.md index 3e7d49980..a914da39b 100644 --- a/lux-lua/commands.md +++ b/lux-lua/commands.md @@ -28,14 +28,14 @@ cd ~/lux/stdlib/ \ ``` cd ~/lux/lux-lua/ \ -&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-lua -Dversion=0.7.0 -Dpackaging=jar +&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-lua -Dversion=0.8.0-SNAPSHOT -Dpackaging=jar cd ~/lux/lux-lua/ && mvn deploy:deploy-file \ -Durl=https://$NEXUS_USERNAME:$NEXUS_PASSWORD@oss.sonatype.org/content/repositories/snapshots/ \ -Dfile=target/program.jar \ -DgroupId=com.github.luxlang \ -DartifactId=lux-lua \ --Dversion=0.7.0-SNAPSHOT \ +-Dversion=0.8.0-SNAPSHOT \ -Dpackaging=jar ``` diff --git a/lux-lua/project.lux b/lux-lua/project.lux index a8c249184..3c751b467 100644 --- a/lux-lua/project.lux +++ b/lux-lua/project.lux @@ -1,5 +1,5 @@ ["" - ["identity" ["com.github.luxlang" "lux-lua" "0.7.0"] + ["identity" ["com.github.luxlang" "lux-lua" "0.8.0-SNAPSHOT"] "info" ["description" "A Lua compiler for Lux." "url" "https://github.com/LuxLang/lux" "scm" "https://github.com/LuxLang/lux.git" @@ -15,8 +15,8 @@ "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - "lux" ["com.github.luxlang" "lux-jvm" "0.7.0" "jar"] - "dependencies" [... ["com.github.luxlang" "stdlib" "0.7.0" "tar"] + "lux" ["com.github.luxlang" "lux-jvm" "0.8.0-SNAPSHOT" "jar"] + "dependencies" [... ["com.github.luxlang" "stdlib" "0.8.0-SNAPSHOT" "tar"] ["com.github.luxlang" "lux-jvm-function" "0.6.5" "jar"] ["org.ow2.asm" "asm" "5.0.4" "jar"] -- cgit v1.2.3