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-jvm | |
parent | 8196ab379495ab00c11b74b55b6f2fabd99ab351 (diff) |
Commercial licensing option for Lux + release versions for sub-projects.
Diffstat (limited to 'lux-jvm')
-rw-r--r-- | lux-jvm/project.clj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj index d01f246a2..f6bc06844 100644 --- a/lux-jvm/project.clj +++ b/lux-jvm/project.clj @@ -1,4 +1,4 @@ -(def version "0.6.0-SNAPSHOT") +(def version "0.6.0") (def repo "https://github.com/LuxLang/lux") (def sonatype "https://oss.sonatype.org") (def sonatype-releases (str sonatype "/service/local/staging/deploy/maven2/")) @@ -15,8 +15,7 @@ :pom-addition [:developers [:developer [:name "Eduardo Julian"] [:url "https://github.com/eduardoejp"]]] - :repositories [["releases" ~sonatype-releases] - ["snapshots" ~sonatype-snapshots]] + :repositories [["snapshots" ~sonatype-snapshots]] :scm {:name "git" :url ~(str repo ".git")} |