diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-06 22:45:52 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-09-07 02:03:54 +0200 |
commit | bb12dd4cbde54234042f607bf923e83040910929 (patch) | |
tree | e22e3bc33df2b31b54d9f18919d24dc86661a738 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | 09f6383f550c509f68f08dfa93cf02c47ea004e5 (diff) | |
download | jgit-bb12dd4cbde54234042f607bf923e83040910929.tar.gz jgit-bb12dd4cbde54234042f607bf923e83040910929.zip |
Prepare 6.7.1-SNAPSHOT builds
Change-Id: I96097ef8c6f198220f513bbc6d5f8881834a1491
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 c8ef9394a9..7c18420318 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.0.202309050840-r" + version="6.7.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.7.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.7.1" 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 d5d613df79..af9b03dba0 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.0.202309050840-r</version> + <version>6.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |