Browse Source

Fix feature versions imported by feature org.eclipse.jgit.pgm

On stable-4.6 we are currently at version 4.6.2-SNAPSHOT

Change-Id: Ia2972d0697c3476850ecf4a3c6691b3987866cd9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.7.7.201812240805-r
Matthias Sohn 5 years ago
parent
commit
2e951b0d3a

+ 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.1" match="equivalent"/>
<import feature="org.eclipse.jgit.lfs" version="4.6.1" match="equivalent"/>
<import feature="org.eclipse.jgit" version="4.6.2" match="equivalent"/>
<import feature="org.eclipse.jgit.lfs" version="4.6.2" match="equivalent"/>
</requires>

<plugin

Loading…
Cancel
Save