diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-02 18:25:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-02 18:25:20 +0100 |
commit | 13b866a6f8c09a42b4fcc85d94eb48bba7511007 (patch) | |
tree | 8be222f6e1a9d3c8aacacd3c0f55d6c8ead09b1d /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | 4380921d66b98eb8433667574a0b4e0a6836fe8b (diff) | |
download | jgit-13b866a6f8c09a42b4fcc85d94eb48bba7511007.tar.gz jgit-13b866a6f8c09a42b4fcc85d94eb48bba7511007.zip |
JGit v5.10.0.202012021225-rc1v5.10.0.202012021225-rc1
Change-Id: Ic774356e09bb9d24e5d99334bd4ea173bd4071ec
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 e42a831b35..014c266b32 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.10.0.qualifier" + version="5.10.0.202012021225-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 1c37253ee5..c709c6be68 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.10.0-SNAPSHOT</version> + <version>5.10.0.202012021225-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |