From 628356261aa9539b4f438ffd369a2638dc9506bd Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 1 Oct 2021 02:59:09 -0400 Subject: Commercial licensing option for Lux + release versions for sub-projects. --- lux-jvm/project.clj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lux-jvm/project.clj') 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")} -- cgit v1.2.3