diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-06 22:08:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-06-06 22:08:59 +0200 |
commit | cc862f843a86ce34387f46bac268b3e5b8bf944d (patch) | |
tree | 3bdd7ef80eccd0177a80b79d8c50d3968046d6ec /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature | |
parent | 2ef2a3562e9aa5c826ce063a2f1d3d8ffef1f0ce (diff) | |
download | jgit-cc862f843a86ce34387f46bac268b3e5b8bf944d.tar.gz jgit-cc862f843a86ce34387f46bac268b3e5b8bf944d.zip |
Prepare 6.2.0-SNAPSHOT builds
Change-Id: Id2ad8d5b561620723b2c52c86909321d628de12f
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 ca01a2d300..cd6746bb0f 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.2.0.202206011217-rc1" + version="6.2.0.qualifier" 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 0f7822cb6e..17ead4e244 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.2.0.202206011217-rc1</version> + <version>6.2.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |