We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cecacc commit 4ab7770Copy full SHA for 4ab7770
2 files changed
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.code54.mojo</groupId>
13
<artifactId>buildversion-plugin</artifactId>
14
- <version>1.0.4-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>buildversion-plugin</name>
project.clj
@@ -1,5 +1,5 @@
1
-(defproject buildversion-maven-plugin/buildversion-maven-plugin "1.0.1-SNAPSHOT"
2
:dependencies [[org.clojure/clojure "1.3.0"]
+(defproject buildversion-maven-plugin/buildversion-maven-plugin "1.1-SNAPSHOT"
3
:compile-path "target/classes"
4
[org.cloudhoist/clojure-maven-mojo-annotations
5
"0.3.2"]
0 commit comments