Skip to content

Commit a2836ef

Browse files
committed
Increase version to 1.0.1-SNAPSHOT
1 parent d54860a commit a2836ef

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Simply add `buildversion-plugin` to your pom, executing the `set-properties` goa
2323
<plugin>
2424
<groupId>com.code54.mojo</groupId>
2525
<artifactId>buildversion-plugin</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.1-SNAPSHOT</version>
2727
<executions>
2828
<execution>
2929
<goals><goal>set-properties</goal></goals>
@@ -88,7 +88,7 @@ Example 1:
8888
<plugin>
8989
<groupId>com.code54.mojo</groupId>
9090
<artifactId>buildversion-plugin</artifactId>
91-
<version>1.0.0-SNAPSHOT</version>
91+
<version>1.0.1-SNAPSHOT</version>
9292
<executions>
9393
<execution>
9494
<goals><goal>set-properties</goal></goals>

pom.xml

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

1313
<groupId>com.code54.mojo</groupId>
1414
<artifactId>buildversion-plugin</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.0.1-SNAPSHOT</version>
1616
<packaging>maven-plugin</packaging>
1717

1818
<name>buildversion-plugin</name>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject buildversion-maven-plugin "1.0.0-SNAPSHOT"
1+
(defproject buildversion-maven-plugin "1.0.1-SNAPSHOT"
22
:dependencies [[org.clojure/clojure "1.3.0"]
33
[org.cloudhoist/clojure-maven-mojo-annotations "0.3.2-SNAPSHOT"]
44
[org.cloudhoist/clojure-maven-mojo "0.3.2-SNAPSHOT"]

0 commit comments

Comments
 (0)