8000 Enable API stability · hub4j/github-api@4bdc346 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bdc346

Browse files
committed
Enable API stability
1 parent 357ee37 commit 4bdc346

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,16 @@
381381
<artifactId>japicmp-maven-plugin</artifactId>
382382
<version>0.21.2</version>
383383
<configuration>
384+
<oldVersion>
385+
<dependency>
386+
<groupId>${project.groupId}</groupId>
387+
<artifactId>${project.artifactId}</artifactId>
388+
<version>2.0.0-alpha-1</version>
389+
<type>jar</type>
390+
</dependency>
391+
</oldVersion>
384392
<parameter>
385-
<!-- <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
393+
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
386394
<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> -->
387395
<onlyModified>true</onlyModified>
388396
<includeSynthetic>true</includeSynthetic>

0 commit comments

Comments
 (0)
0