diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 22:40:00 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-10-01 22:40:00 +0200 |
commit | 06579c084d1d8494bdfbf3961cf39397069479fc (patch) | |
tree | 3b55fcfad24d50ab1926b0dddce4da2450dd45d6 /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature | |
parent | b1c83bfbd799647ab6762eb493f3c018938488b1 (diff) | |
download | jgit-06579c084d1d8494bdfbf3961cf39397069479fc.tar.gz jgit-06579c084d1d8494bdfbf3961cf39397069479fc.zip |
JGit v7.1.0.202410012040-m1v7.1.0.202410012040-m1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Ib48cf15ad039bc7102a8af202ffcc39ea9233b9b
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 aabda306e9..a2268518bf 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.1.0.qualifier" + version="7.1.0.202410012040-m1" 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 686e561621..7860ae9d8b 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.1.0-SNAPSHOT</version> + <version>7.1.0.202410012040-m1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |