Skip to content

Commit 4ab7770

Browse files
committed
Increase version to 1.1-SNAPSHOT
1 parent 7cecacc commit 4ab7770

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.code54.mojo</groupId>
1313
<artifactId>buildversion-plugin</artifactId>
14-
<version>1.0.4-SNAPSHOT</version>
14+
<version>1.1-SNAPSHOT</version>
1515
<packaging>maven-plugin</packaging>
1616

1717
<name>buildversion-plugin</name>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
(defproject buildversion-maven-plugin/buildversion-maven-plugin "1.0.1-SNAPSHOT"
21
:dependencies [[org.clojure/clojure "1.3.0"]
2+
(defproject buildversion-maven-plugin/buildversion-maven-plugin "1.1-SNAPSHOT"
33
:compile-path "target/classes"
44
[org.cloudhoist/clojure-maven-mojo-annotations
55
"0.3.2"]

0 commit comments

Comments
 (0)