diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 02:24:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 02:24:53 +0200 |
commit | 3a3b72cf907ee1f3a6c32aa19deeaed72492fdb4 (patch) | |
tree | c5d82adfbb8b18a7a236c3aa7813740d91197815 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | 6416de956350437f1826407f5dcb06034cb0a898 (diff) | |
download | jgit-3a3b72cf907ee1f3a6c32aa19deeaed72492fdb4.tar.gz jgit-3a3b72cf907ee1f3a6c32aa19deeaed72492fdb4.zip |
Prepare 6.8.0-SNAPSHOT builds
Change-Id: Ifc81f0a96c2ced0b25926b9daa539d9cfc951925
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 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 7c18420318..7fb7066c81 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.7.1.qualifier" + version="6.8.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="6.7.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.8.0" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml index af9b03dba0..ae5dbfd3ea 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.7.1-SNAPSHOT</version> + <version>6.8.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |