diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-08-27 16:14:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-08-27 16:14:36 +0200 |
commit | 6ae1a300041b33dc00550f68f6dd417b40c2922d (patch) | |
tree | c2168f06ae96dd61c89881df908e7cded6ad604b /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | 223fd296737aa0c36f261a19b07d5c28cb9329dd (diff) | |
download | jgit-6ae1a300041b33dc00550f68f6dd417b40c2922d.tar.gz jgit-6ae1a300041b33dc00550f68f6dd417b40c2922d.zip |
Prepare 5.10.0-SNAPSHOT builds
Change-Id: I9a2b39e9e85f27179ceb3b1709d75c466089a3bc
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 | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 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 1ebe151355..8edf546a50 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.9.0.qualifier" + version="5.10.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.9.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.10.0" match="equivalent"/> </requires> <plugin 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 2a9869735d..1c37253ee5 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.9.0-SNAPSHOT</version> + <version>5.10.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |