diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-14 00:41:18 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-14 00:41:18 +0200 |
commit | db074a1352bc136584fd80e7d301ae60ffff5d59 (patch) | |
tree | a4c2e29c9d09ed50e5d614b57a1b5ddd20819cf4 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | |
parent | b34961a493d07b23dbc9d601e56252bd8f106898 (diff) | |
download | jgit-db074a1352bc136584fd80e7d301ae60ffff5d59.tar.gz jgit-db074a1352bc136584fd80e7d301ae60ffff5d59.zip |
Prepare 5.13.2-SNAPSHOT builds
Change-Id: I4862e5d80a7d95a1a119d06306e3f6927445d1d3
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 861ddfcea8..23f8aa73b5 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.13.1.202206130422-r" + version="5.13.2.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.13.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.13.2" match="equivalent"/> </requires> <plugin |