diff --git a/build.gradle b/build.gradle index 88db728b95..b72b24aaa7 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ subprojects { apply plugin: 'java-library-distribution' apply plugin: 'com.diffplug.spotless' - project.version = '3.1.3-SNAPSHOT' + project.version = '3.1.3' ext { guiceVersion = '5.0.1' diff --git a/tools/scalar-schema/project.clj b/tools/scalar-schema/project.clj index 596432305e..4e8c2a6496 100644 --- a/tools/scalar-schema/project.clj +++ b/tools/scalar-schema/project.clj @@ -1,4 +1,4 @@ -(defproject scalar-schema "3.1.3-SNAPSHOT" +(defproject scalar-schema "3.1.3" :description "Schema tool for Scalar DB" :url "http://github.com/scalar-labs/scalardb" :dependencies [[org.clojure/clojure "1.10.1"]