瀏覽代碼

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>
tags/v5.3.0.201901161700-m1
Thomas Wolf 5 年之前
父節點
當前提交
e71e0068bc
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 2
    2
      org.eclipse.jgit.ssh.apache/pom.xml
  2. 1
    1
      pom.xml

+ 2
- 2
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>

+ 1
- 1
pom.xml 查看文件

@@ -182,7 +182,7 @@
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>

<jgit-last-release-version>4.11.0.201803080745-r</jgit-last-release-version>
<jgit-last-release-version>5.2.0.201812061821-r</jgit-last-release-version>
<apache-sshd-version>2.0.0</apache-sshd-version>
<jsch-version>0.1.54</jsch-version>
<jzlib-version>1.1.1</jzlib-version>

Loading…
取消
儲存