diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-06-03 23:10:25 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-06-03 23:10:25 +0200 |
commit | d0a2288f4d9567dd97eb4bdda845fe99aa64fd96 (patch) | |
tree | 76b03ff3dd6f840c6f74fe1a4e7243ad3af2b485 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | ea0ab1f862d9266a0fca04bbd5e16f3c2a1e2744 (diff) | |
download | jgit-d0a2288f4d9567dd97eb4bdda845fe99aa64fd96.tar.gz jgit-d0a2288f4d9567dd97eb4bdda845fe99aa64fd96.zip |
JGit v6.10.0.202406032110-rv6.10.0.202406032110-r
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I3128b2e4bbbed97adde90f7a47e15175e63e97f5
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 edec6b1483..24afd2f94a 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.10.0.qualifier" + version="6.10.0.202406032110-r" 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 2e3e022529..98c04835b1 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.10.0-SNAPSHOT</version> + <version>6.10.0.202406032110-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |