aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2022-08-17 02:54:41 -0400
committerEduardo Julian2022-08-17 02:54:41 -0400
commit261172e7a4cff7b9978eec4c0d32e963cbe7486e (patch)
treebf3c79319eef3bda7e1efe6612e3d6ea546e1e85 /lux-python
parent0f9bc13a34b729d9ae9db31276feb2a66785d06b (diff)
Proper testing for debug.log!
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/commands.md4
-rw-r--r--lux-python/project.lux6
2 files changed, 5 insertions, 5 deletions
diff --git a/lux-python/commands.md b/lux-python/commands.md
index e26a6840c..025ea8782 100644
--- a/lux-python/commands.md
+++ b/lux-python/commands.md
@@ -28,14 +28,14 @@ cd ~/lux/stdlib/ \
```
cd ~/lux/lux-python/ \
-&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-python -Dversion=0.7.0 -Dpackaging=jar
+&& mvn install:install-file -Dfile=target/program.jar -DgroupId=com.github.luxlang -DartifactId=lux-python -Dversion=0.8.0-SNAPSHOT -Dpackaging=jar
cd ~/lux/lux-python/ && 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-python \
--Dversion=0.7.0-SNAPSHOT \
+-Dversion=0.8.0-SNAPSHOT \
-Dpackaging=jar
```
diff --git a/lux-python/project.lux b/lux-python/project.lux
index 1375d5a05..3a08e7ace 100644
--- a/lux-python/project.lux
+++ b/lux-python/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-python" "0.7.0"]
+ ["identity" ["com.github.luxlang" "lux-python" "0.8.0-SNAPSHOT"]
"info" ["description" "A Python 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.python" "jython-standalone" "2.7.2" "jar"]]