diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 16:13:24 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 16:13:24 +0200 |
commit | 870492526f661a89a507206bb8e47dfb54979a25 (patch) | |
tree | 7d68997df59a3e57c8e6b821b8d82c60cefc6df0 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 407d9ee82a22af24770fc85fc6c08382baf66d90 (diff) | |
download | jgit-870492526f661a89a507206bb8e47dfb54979a25.tar.gz jgit-870492526f661a89a507206bb8e47dfb54979a25.zip |
JGit v7.0.0.202409201410-m3v7.0.0.202409201410-m3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: If35e97f9fb415669bac6dfa10ac35b509b3ee921
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 3dd7b10079..dbb82f1b25 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.0.0.qualifier" + version="7.0.0.202409201410-m3" 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 ea66a2383c..ae52435f71 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.0.0-SNAPSHOT</version> + <version>7.0.0.202409201410-m3</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |