diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-06 15:47:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-10-06 15:47:07 +0200 |
commit | ffe678f08ca719d95f521eb0adcab7454368bfc4 (patch) | |
tree | ecf3acd3d4a34771d9e0a4fc8a4934141f89ec08 /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature | |
parent | 4657e7a99aef1f102f228ab8ea0e3c52d27a94ff (diff) | |
download | jgit-ffe678f08ca719d95f521eb0adcab7454368bfc4.tar.gz jgit-ffe678f08ca719d95f521eb0adcab7454368bfc4.zip |
JGit v6.0.0.202110060947-m1v6.0.0.202110060947-m1
Change-Id: I182115d974d5ef3e611e0e082667d7e51d8babd0
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 6883afc349..d4236ef714 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="6.0.0.qualifier" + version="6.0.0.202110060947-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 a05abbc3d2..9cb3ab0f99 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>6.0.0-SNAPSHOT</version> + <version>6.0.0.202110060947-m1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |