diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-19 14:59:25 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-19 14:59:25 +0100 |
commit | 46215a388d6243c890d2372aafffab9eec979c8d (patch) | |
tree | 445fdb6d67070ec941223f83b83908e721d1089b /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 9acd0742717d816faa2e6655a47d978cc70578b1 (diff) | |
download | jgit-46215a388d6243c890d2372aafffab9eec979c8d.tar.gz jgit-46215a388d6243c890d2372aafffab9eec979c8d.zip |
JGit v7.1.0.202411191359-rc1v7.1.0.202411191359-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I802c3dbcbb05470aad6255cc05402647e704b446
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 e971a9a608..a7967973a2 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="7.1.0.qualifier" + version="7.1.0.202411191359-rc1" 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 1d16f52428..2d5fd932a8 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>7.1.0-SNAPSHOT</version> + <version>7.1.0.202411191359-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |