Skip to content

Commit 6e6f807

Browse files
committed
New dev version 1.0.3-SNAPSHOT
1 parent 1af269d commit 6e6f807

4 files changed

Lines changed: 5 additions & 5 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.2</version>
26+
<version>1.0.3-SNAPSHOT</version>
2727
<executions>
2828
<execution>
2929
<goals><goal>set-properties</goal></goals>
@@ -100,7 +100,7 @@ Example:
100100
<plugin>
101101
<groupId>com.code54.mojo</groupId>
102102
<artifactId>buildversion-plugin</artifactId>
103-
<version>1.0.2</version>
103+
<version>1.0.3-SNAPSHOT</version>
104104
<executions>
105105
<execution>
106106
<goals><goal>set-properties</goal></goals>

src/it/custom-properties/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin>
1919
<groupId>com.code54.mojo</groupId>
2020
<artifactId>buildversion-plugin</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
21+
<version>1.0.3-SNAPSHOT</version>
2222
<executions>
2323
<execution>
2424
<goals><goal>set-properties</goal></goals>

src/it/setting-git-cmd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin>
1919
<groupId>com.code54.mojo</groupId>
2020
<artifactId>buildversion-plugin</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
21+
<version>1.0.3-SNAPSHOT</version>
2222
<executions>
2323
<execution>
2424
<goals><goal>set-properties</goal></goals>

src/it/simple-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<plugin>
1919
<groupId>com.code54.mojo</groupId>
2020
<artifactId>buildversion-plugin</artifactId>
21-
<version>1.0.1-SNAPSHOT</version>
21+
<version>1.0.3-SNAPSHOT</version>
2222
<executions>
2323
<execution>
2424
<goals><goal>set-properties</goal></goals>

0 commit comments

Comments
 (0)