diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-24 15:29:10 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-24 23:16:19 +0100 |
commit | 391371cad2efd546ac0d3a1d76c4dff824723057 (patch) | |
tree | 6e1e3eace973bc0ab16ed95a91308e656eaf8f24 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | 4d32049bb3fc6c4ef42120b2d98f3022c33798f5 (diff) | |
download | jgit-391371cad2efd546ac0d3a1d76c4dff824723057.tar.gz jgit-391371cad2efd546ac0d3a1d76c4dff824723057.zip |
Prepare 4.7.8-SNAPSHOT builds
Change-Id: Ic4ab4aae6d87392d1a5a8bbda06384b7a5b64182
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 0af79cf51b..d592b00542 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.7.7.201812240805-r" + version="4.7.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.7.7" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="4.7.7" match="equivalent"/> + <import feature="org.eclipse.jgit" version="4.7.8" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="4.7.8" match="equivalent"/> </requires> <plugin |