diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-02 16:49:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-02 16:49:17 +0200 |
commit | 45a4c131aeac6e348bd081bdba9764fda290fac0 (patch) | |
tree | ec159a3a55a4e3d012ab367ce47ce6cf24f4b384 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | 1f733663bf05d17029980c634faf091fc5eba75c (diff) | |
download | jgit-45a4c131aeac6e348bd081bdba9764fda290fac0.tar.gz jgit-45a4c131aeac6e348bd081bdba9764fda290fac0.zip |
JGit v5.12.0.202106021050-rc1v5.12.0.202106021050-rc1
Change-Id: I622ee049f14f37504ff4a062f03d6fc25465d0ec
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml index 15cbc1594e..cffc0c4af3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.jsch" label="%featureName" - version="5.12.0.qualifier" + version="5.12.0.202106021050-rc1" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml index f1d17867c8..2bb0b4007e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.12.0-SNAPSHOT</version> + <version>5.12.0.202106021050-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |