Skip to content

Commit a54a58d

Browse files
authored
Merge pull request #437 from siom79/426-snapshot
426 snapshot
2 parents 7b4831c + 6b35dd5 commit a54a58d

36 files changed

Lines changed: 50 additions & 46 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ japicmp is available in the Maven Central Repository:
1717
<dependency>
1818
<groupId>com.github.siom79.japicmp</groupId>
1919
<artifactId>japicmp</artifactId>
20-
<version>0.24.0</version>
20+
<version>0.24.1</version>
2121
</dependency>
2222
```
2323
A maven plugin allows you to integrate the checks into your build:
@@ -26,7 +26,7 @@ A maven plugin allows you to integrate the checks into your build:
2626
<plugin>
2727
<groupId>com.github.siom79.japicmp</groupId>
2828
<artifactId>japicmp-maven-plugin</artifactId>
29-
<version>0.24.0</version>
29+
<version>0.24.1</version>
3030
<configuration>
3131
<oldVersion>
3232
<dependency>
@@ -145,7 +145,7 @@ Use the maven site plugin (`mvn site`) to generate the following reports:
145145

146146
This is the release procedure:
147147
* Update ReleaseNotes.md.
148-
* Set the release version in maven:
148+
* If necessary: Set the release version in maven:
149149
```bash
150150
mvn versions:set -DnewVersion=<version>-SNAPSHOT
151151
mvn versions:commit

japicmp-ant-task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-base</artifactId>
6-
<version>0.24.1-SNAPSHOT</version>
6+
<version>0.24.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-base</artifactId>
6-
<version>0.24.1-SNAPSHOT</version>
6+
<version>0.24.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-ant-task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-testbase</artifactId>
6-
<version>0.24.1-SNAPSHOT</version>
6+
<version>0.24.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.24.1-SNAPSHOT</version>
7+
<version>0.24.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>japicmp-testbundle-v1</artifactId>

japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.siom79.japicmp</groupId>
66
<artifactId>japicmp-testbase</artifactId>
7-
<version>0.24.1-SNAPSHOT</version>
7+
<version>0.24.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>japicmp-testbundle-v2</artifactId>

japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>japicmp-testbase</artifactId>
55
<groupId>com.github.siom79.japicmp</groupId>
6-
<version>0.24.1-SNAPSHOT</version>
6+
<version>0.24.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-testbase</artifactId>
6-
<version>0.24.1-SNAPSHOT</version>
6+
<version>0.24.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.siom79.japicmp</groupId>
55
<artifactId>japicmp-testbase</artifactId>
6-
<version>0.24.1-SNAPSHOT</version>
6+
<version>0.24.2-SNAPSHOT</version>
77
</parent>
88
<artifactId>japicmp-test-maven-plugin-guava</artifactId>
99

japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>japicmp-testbase</artifactId>
55
<groupId>com.github.siom79.japicmp</groupId>
6-
<version>0.24.1-SNAPSHOT</version>
6+
<version>0.24.2-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)