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.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.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index cb395e34ad..1fce72013b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit" label="%featureName" - version="6.7.0.202309050840-r" + version="6.7.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index 4764fd83d9..3d9949e5ea 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.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> |