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>
stable-4.6
Matthias Sohn 6 years ago
parent
commit
2e951b0d3a
  1. 4
      org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml

4
org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml

@ -31,8 +31,8 @@
version="0.0.0"/> version="0.0.0"/>
<requires> <requires>
<import feature="org.eclipse.jgit" 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.1" match="equivalent"/> <import feature="org.eclipse.jgit.lfs" version="4.6.2" match="equivalent"/>
</requires> </requires>
<plugin <plugin

Loading…
Cancel
Save