diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-11 11:46:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-09-11 11:46:58 +0200 |
commit | 7f262b87456d3f648a77b0c0873cb3482b4ca6bb (patch) | |
tree | a804ab3cd23afe197fdd31cced6715068a24c6a4 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | |
parent | de2df8adde3a95106df8e8802fa493b39b6c1326 (diff) | |
download | jgit-7f262b87456d3f648a77b0c0873cb3482b4ca6bb.tar.gz jgit-7f262b87456d3f648a77b0c0873cb3482b4ca6bb.zip |
Prepare 5.5.1-SNAPSHOT builds
Change-Id: Iaf929168770dfef54ce2a7bfcbee9b87c450ca8a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml index 8313f2a4e4..58557273ba 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.http.apache" label="%featureName" - version="5.5.0.201909110433-r" + version="5.5.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.5.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.5.1" match="equivalent"/> </requires> <plugin |