Skip to content

Commit 3a8a778

Browse files
authored
Bump version to 3.0.0-alpha2 (#711)
2 parents 82c9d3c + f76d2fd commit 3a8a778

File tree

6 files changed

+45
-65
lines changed

6 files changed

+45
-65
lines changed

build.clj

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[deps-deploy.deps-deploy :as dd]))
44

55
(def lib 'com.fluree/db)
6-
(def version "3.0.0-alpha1")
6+
(def version "3.0.0-alpha2")
77

88
(def class-dir "target/classes")
99
(def basis (b/create-basis {:project "deps.edn"}))
@@ -20,9 +20,10 @@
2020
:version version
2121
:basis basis
2222
:src-dirs ["src"]
23-
:scm {:url source-uri
24-
:connection "scm:git:https://github.com/fluree/db.git"
25-
:developerConnection "scm:git:[email protected]:fluree/db.git"}})
23+
:scm
24+
{:url source-uri
25+
:connection "scm:git:https://github.com/fluree/db.git"
26+
:developerConnection "scm:git:[email protected]:fluree/db.git"}})
2627
(b/copy-dir {:src-dirs ["src" "resources"]
2728
:target-dir class-dir})
2829
(b/jar {:class-dir class-dir

0 commit comments

Comments
 (0)