diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-09-08 17:45:20 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-09-08 17:45:20 +0200 |
commit | ed9992896a9e8b2903f968fbfc007d1154335d18 (patch) | |
tree | 611cf1e1f01e073d4868d2a821c04b7927471c6c /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | |
parent | dd169769bf42115e1dee749efeecab84544b28c4 (diff) | |
download | jgit-ed9992896a9e8b2903f968fbfc007d1154335d18.tar.gz jgit-ed9992896a9e8b2903f968fbfc007d1154335d18.zip |
Prepare 5.9.1-SNAPSHOT builds
Change-Id: I9006e7961111982943ffef496d15bd525959b3e4
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 bc9c5ea9bc..cb41fc536e 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.9.0.202009080501-r" + version="5.9.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.9.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.9.1" match="equivalent"/> </requires> <plugin |