diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2020-09-07 23:42:51 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2020-09-07 23:44:43 +0200 |
commit | e70b48bbd234f95057c4d714bc8ac6dd8ef37986 (patch) | |
tree | 34d02df13319497b3ac9d395bd3ef1fc768ca1cb /org.eclipse.jgit.gpg.bc/pom.xml | |
parent | f33702dd29412a6a38671c757c83c3717aae47ca (diff) | |
download | jgit-e70b48bbd234f95057c4d714bc8ac6dd8ef37986.tar.gz jgit-e70b48bbd234f95057c4d714bc8ac6dd8ef37986.zip |
[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>
Diffstat (limited to 'org.eclipse.jgit.gpg.bc/pom.xml')
-rw-r--r-- | org.eclipse.jgit.gpg.bc/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/org.eclipse.jgit.gpg.bc/pom.xml b/org.eclipse.jgit.gpg.bc/pom.xml index 91d6c24ab0..4af00e66c8 100644 --- a/org.eclipse.jgit.gpg.bc/pom.xml +++ b/org.eclipse.jgit.gpg.bc/pom.xml @@ -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> |