diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-12 10:55:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-14 13:56:40 +0200 |
commit | 85182df26779dd6373d188b6adc936454b4c9189 (patch) | |
tree | 932c67c19a04b8109a695240eca60a0977edd1a5 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | ac3bf7896eadc958fbeaae8aaff3ed3516734fe6 (diff) | |
download | jgit-85182df26779dd6373d188b6adc936454b4c9189.tar.gz jgit-85182df26779dd6373d188b6adc936454b4c9189.zip |
Prepare 6.4.0-SNAPSHOT builds
Change-Id: I47ca5f1d0263caa0bfc7c303042360c6c5ac4dec
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 a8bae00e99..7b5f2d96bc 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="6.3.1.qualifier" + version="6.4.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="6.3.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.4.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 bf08c98088..41277c6c78 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>6.3.1-SNAPSHOT</version> + <version>6.4.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |