diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 17:47:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-08-20 17:47:36 +0200 |
commit | 3b53e8d8b0a6a0867d50a44cd3f92518220a2b09 (patch) | |
tree | 4f24a2c48ced8848567cc3821a7fad471b8f26cc /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature | |
parent | 870492526f661a89a507206bb8e47dfb54979a25 (diff) | |
download | jgit-3b53e8d8b0a6a0867d50a44cd3f92518220a2b09.tar.gz jgit-3b53e8d8b0a6a0867d50a44cd3f92518220a2b09.zip |
JGit v7.0.0.202408201547-m3v7.0.0.202408201547-m3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Ic04bf96a04e38da82a7ff41334db44891f02419b
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml index 39432b5568..87a323e8de 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.gpg.bc" label="%featureName" - version="7.0.0.202409201410-m3" + version="7.0.0.202408201547-m3" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml index 36bb0a8f39..8d1b1cc854 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>7.0.0.202409201410-m3</version> + <version>7.0.0.202408201547-m3</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |