Skip to content

Commit

Permalink
CORE-2006: changed the version number and license URL
Browse files Browse the repository at this point in the history
  • Loading branch information
slr71 committed Aug 9, 2024
1 parent 3999aa3 commit 3557142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
(string/trim (:out (sh "git" "rev-parse" "HEAD")))
""))

(defproject org.cyverse/metadata "2.16.0-SNAPSHOT"
(defproject org.cyverse/metadata "3.0.1-SNAPSHOT"
:description "The REST API for the Discovery Environment Metadata services."
:url "https://github.com/cyverse-de/metadata"
:license {:name "BSD Standard License"
:url "http://www.iplantcollaborative.org/sites/default/files/iPLANT-LICENSE.txt"}
:url "https://cyverse.org/license"}
:manifest {"Git-Ref" ~(git-ref)}
:dependencies [[org.clojure/clojure "1.11.4"]
[net.sourceforge.owlapi/owlapi-api "5.5.0"
Expand Down

0 comments on commit 3557142

Please sign in to comment.