Browse Source

Fix preparation of 4.6.1-SNAPSHOT builds

Change-Id: Ib241c4f45192672712526599898c0bd0bd356436
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.6.1.201703071140-r
Matthias Sohn 7 years ago
parent
commit
fd874b4024

+ 2
- 2
org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml View File

@@ -31,8 +31,8 @@
version="0.0.0"/>

<requires>
<import feature="org.eclipse.jgit" version="4.6.0" match="equivalent"/>
<import feature="org.eclipse.jgit.lfs" version="4.6.0" match="equivalent"/>
<import feature="org.eclipse.jgit" version="4.6.1" match="equivalent"/>
<import feature="org.eclipse.jgit.lfs" version="4.6.1" match="equivalent"/>
</requires>

<plugin

Loading…
Cancel
Save