Skip to content

Commit

Permalink
Merge pull request #1937 from bitwiseman/feature/alpha-2
Browse files Browse the repository at this point in the history
Enable API stability for 2.x release train
  • Loading branch information
bitwiseman committed Sep 15, 2024
2 parents 357ee37 + 4bdc346 commit 7807501
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,16 @@
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.21.2</version>
<configuration>
<oldVersion>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>2.0.0-alpha-1</version>
<type>jar</type>
</dependency>
</oldVersion>
<parameter>
<!-- <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> -->
<onlyModified>true</onlyModified>
<includeSynthetic>true</includeSynthetic>
Expand Down

0 comments on commit 7807501

Please sign in to comment.