diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-20 00:10:02 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-20 00:10:02 +0200 |
commit | 7ae004509cf007b1750050adb5a3f9a46cc48b6b (patch) | |
tree | 458c3f40cb9eab6646fbf518f14782708198fc2c /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | 97534056fc43b6b1e419694442b737ebf3fb909a (diff) | |
download | jgit-7ae004509cf007b1750050adb5a3f9a46cc48b6b.tar.gz jgit-7ae004509cf007b1750050adb5a3f9a46cc48b6b.zip |
Prepare 4.9.8-SNAPSHOT builds
Change-Id: Iab7b0f2a21a76f801a83fbeb54f09d1525878f4d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 6 |
1 files changed, 3 insertions, 3 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 819c615c2e..62d56ba78e 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 @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="4.9.7.201810191756-r" + version="4.9.8.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -31,8 +31,8 @@ version="0.0.0"/> <requires> - <import feature="org.eclipse.jgit" version="4.9.7" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="4.9.7" match="equivalent"/> + <import feature="org.eclipse.jgit" version="4.9.8" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="4.9.8" match="equivalent"/> </requires> <plugin |