diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-29 16:53:24 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-29 16:53:24 +0100 |
commit | 796fb2e5c71a00b0335d33326ad55e8759486f4f (patch) | |
tree | 343ee84474cc8ab71543dbcd240a0fb84468fe09 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | |
parent | c43560487bfdbac6be9999bff74b2afac1cf2dfd (diff) | |
download | jgit-796fb2e5c71a00b0335d33326ad55e8759486f4f.tar.gz jgit-796fb2e5c71a00b0335d33326ad55e8759486f4f.zip |
Prepare 6.8.1-SNAPSHOT builds
Change-Id: I56458c5345dcd9544868c948e90c9827d25c6850
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 f18cba6149..05798c3d6d 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="6.8.0.202311291450-r" + version="6.8.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="6.8.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.8.1" match="equivalent"/> </requires> <plugin |