Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-24 11:13:29 +0000
committerMatthias Sohn2018-12-24 11:13:29 +0000
commit2e951b0d3a0f0597857d811bb9b0287d96ba3ba6 (patch)
tree40a2882880513fa8cf321b60820f84af3652e999
parent4ad74d2f9ba241451ac6ba6a1bc0bb28ec4a9006 (diff)
downloadjgit-2e951b0d3a0f0597857d811bb9b0287d96ba3ba6.tar.gz
jgit-2e951b0d3a0f0597857d811bb9b0287d96ba3ba6.tar.xz
jgit-2e951b0d3a0f0597857d811bb9b0287d96ba3ba6.zip
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>
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
index 81f5e7180a..2c91754a30 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
@@ -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

Back to the top