@@ -10,7 +10,7 @@ The maven plugin can be included in the pom.xml file of your artifact in the fol
1010<plugin>
1111 <groupId>com.github.siom79.japicmp</groupId>
1212 <artifactId>japicmp-maven-plugin</artifactId>
13- <version>0.24.2 </version>
13+ <version>0.25.0 </version>
1414 <configuration>
1515 <oldVersion>
1616 <dependency>
@@ -46,7 +46,7 @@ You can also leave out the <oldVersion> and <newVersion> elements:
4646<plugin>
4747 <groupId>com.github.siom79.japicmp</groupId>
4848 <artifactId>japicmp-maven-plugin</artifactId>
49- <version>0.24.2 </version>
49+ <version>0.25.0 </version>
5050 <configuration>
5151 <parameter>
5252 <!-- see documentation -->
@@ -70,7 +70,7 @@ to configure the latest version more precisely (e.g. only GA versions), then you
7070<plugin>
7171 <groupId>com.github.siom79.japicmp</groupId>
7272 <artifactId>japicmp-maven-plugin</artifactId>
73- <version>0.24.2 </version>
73+ <version>0.25.0 </version>
7474 <configuration>
7575 <parameter>
7676 <oldVersionPattern>\d+\.\d+\.\d+\.GA</oldVersionPattern>
@@ -116,13 +116,13 @@ An advanced configuration can utilize the following parameters:
116116 <plugin>
117117 <groupId>com.github.siom79.japicmp</groupId>
118118 <artifactId>japicmp-maven-plugin</artifactId>
119- <version>0.24.2 </version>
119+ <version>0.25.0 </version>
120120 <configuration>
121121 <oldVersion>
122122 <dependency>
123123 <groupId>japicmp</groupId>
124124 <artifactId>japicmp-test-v1</artifactId>
125- <version>0.24.2 </version>
125+ <version>0.25.0 </version>
126126 <type>jar</type>
127127 </dependency>
128128 </oldVersion>
@@ -382,7 +382,7 @@ Alternatively it can be used inside the `<reporting/>` tag in order to be invoke
382382 <plugin>
383383 <groupId>com.github.siom79.japicmp</groupId>
384384 <artifactId>japicmp-maven-plugin</artifactId>
385- <version>0.24.2 </version>
385+ <version>0.25.0 </version>
386386 <reportSets>
387387 <reportSet>
388388 <reports>
0 commit comments