diff options
author | Eduardo Julian | 2021-10-01 02:59:09 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-10-01 02:59:09 -0400 |
commit | 628356261aa9539b4f438ffd369a2638dc9506bd (patch) | |
tree | 917b4118194d14b4d5fe5efc93091977d4caebdf /lux-bootstrapper | |
parent | 8196ab379495ab00c11b74b55b6f2fabd99ab351 (diff) |
Commercial licensing option for Lux + release versions for sub-projects.
Diffstat (limited to 'lux-bootstrapper')
-rw-r--r-- | lux-bootstrapper/project.clj | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index 55d62ac48..ba42e7c05 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -1,6 +1,6 @@ -(defproject com.github.luxlang/lux-bootstrapper "0.6.0-SNAPSHOT" +(defproject com.github.luxlang/lux-bootstrapper "0.6.0" :min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers - :description "The JVM compiler for the Lux programming language." + :description "The JVM (bootstrapping) compiler for the Lux programming language." :url "https://github.com/LuxLang/lux" :license {:name "Lux License v0.1.1" :url "https://github.com/LuxLang/lux/blob/master/license.txt"} @@ -24,8 +24,7 @@ [org.ow2.asm/asm-util "7.3.1"] ] :warn-on-reflection true - :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"] - ["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]] + :repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]] :source-paths ["src"] :scm {:name "git" |