diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2018-12-15 20:27:34 +0100 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2018-12-15 20:37:39 +0100 |
commit | e71e0068bc9360a586f7fdb562e83760f1149c64 (patch) | |
tree | 2e3360816ad0c87b0ebf396d1b77a1b5b96e7e55 /org.eclipse.jgit.ssh.apache | |
parent | dac7ce0434502a089128d7bb8ba2031668a4fbbd (diff) | |
download | jgit-e71e0068bc9360a586f7fdb562e83760f1149c64.tar.gz jgit-e71e0068bc9360a586f7fdb562e83760f1149c64.zip |
Enable japicmp for new SSH bundle; update its baseline
In the original contribution of this bundle, japicmp was disabled
as no previous version to compare against existed. Enable it now.
Update the version to compare against to 5.2.0.201812061821-r.
Change-Id: I42f812befde2d0d98db5f87e05230b51af244ae6
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jgit.ssh.apache')
-rw-r--r-- | org.eclipse.jgit.ssh.apache/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ssh.apache/pom.xml b/org.eclipse.jgit.ssh.apache/pom.xml index e0fb5a12a5..0a1f460924 100644 --- a/org.eclipse.jgit.ssh.apache/pom.xml +++ b/org.eclipse.jgit.ssh.apache/pom.xml @@ -195,7 +195,7 @@ <ignoreMissingClasses>false</ignoreMissingClasses> <skipPomModules>true</skipPomModules> </parameter> - <skip>true</skip><!-- TODO: Enable after the first release --> + <skip>false</skip> </configuration> <executions> <execution> @@ -248,7 +248,7 @@ <ignoreMissingClasses>false</ignoreMissingClasses> <skipPomModules>true</skipPomModules> </parameter> - <skip>true</skip><!-- TODO: Enable after the first release --> + <skip>false</skip> </configuration> </plugin> </plugins> |