[releng] Enable japicmp for the fragments added in 5.8.0

Uncomment the japicmp configurations in the pom.xmls of the fragments
org.eclipse.jgit.gpg.bc and org.eclipse.jgit.ssh.jsch.

Change-Id: I7c884be014cb48387f97a300043b04aeb712fbba
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
This commit is contained in:
Thomas Wolf 2020-09-07 23:42:51 +02:00
parent f33702dd29
commit e70b48bbd2
2 changed files with 0 additions and 8 deletions

View File

@ -128,7 +128,6 @@
</configuration>
</plugin>
<!-- No previous version to compare to
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
@ -170,13 +169,11 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
<reporting>
<plugins>
<!-- No previous version to compare to
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
@ -217,7 +214,6 @@
<skip>false</skip>
</configuration>
</plugin>
-->
</plugins>
</reporting>
</project>

View File

@ -123,7 +123,6 @@
</configuration>
</plugin>
<!-- No previous version to compare to
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
@ -165,13 +164,11 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
<reporting>
<plugins>
<!-- No previous version to compare to
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
@ -212,7 +209,6 @@
<skip>false</skip>
</configuration>
</plugin>
-->
</plugins>
</reporting>
</project>