Skip to content

Commit

Permalink
Bump version to 3.0.0-alpha2 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan authored Jan 10, 2024
2 parents 82c9d3c + f76d2fd commit 3a8a778
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 65 deletions.
9 changes: 5 additions & 4 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[deps-deploy.deps-deploy :as dd]))

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

(def class-dir "target/classes")
(def basis (b/create-basis {:project "deps.edn"}))
Expand All @@ -20,9 +20,10 @@
:version version
:basis basis
:src-dirs ["src"]
:scm {:url source-uri
:connection "scm:git:https://github.com/fluree/db.git"
:developerConnection "scm:git:[email protected]:fluree/db.git"}})
:scm
{:url source-uri
:connection "scm:git:https://github.com/fluree/db.git"
:developerConnection "scm:git:[email protected]:fluree/db.git"}})
(b/copy-dir {:src-dirs ["src" "resources"]
:target-dir class-dir})
(b/jar {:class-dir class-dir
Expand Down
Loading

0 comments on commit 3a8a778

Please sign in to comment.