Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
- make new release 0.2.2

Signed-off-by: Jacek Grzebyta <jgrzebyta@users.noreply.github.com>
  • Loading branch information
jgrzebyta committed Mar 25, 2018
1 parent bd4647d commit 1f5262e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
;; this line prevents confusing the deployer with dependencies` pom.xml files
(alter-var-root #'boot.pod/standard-jar-exclusions (constantly (conj boot.pod/standard-jar-exclusions #"/pom\.xml$")))

(def +version+ "0.2.2-SNAPSHOT")
(def +version+ "0.2.2")

(task-options!
version {:minor 'two :patch 'one :include false :generate 'rdf4j.version}
version {:minor 'two :patch 'two :include false :generate 'rdf4j.version}
pom {:project (get-env :project)
:scm {:url "https://github.com/jgrzebyta/triple-loader"
:connection "scm:git:ssh://github.com/jgrzebyta/triple-loader.git"
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sun Jul 23 23:48:42 BST 2017
VERSION=0.2.1
#Sun Mar 25 20:58:11 BST 2018
VERSION=0.2.2

0 comments on commit 1f5262e

Please sign in to comment.