diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-03-03 10:49:58 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-03-03 10:49:58 +0100 |
commit | d0ed6016d40f292c94bfec7bdc4f4bf215b9e678 (patch) | |
tree | 2c9cbe3691f5621393e8dd1bf99368df9492bc56 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | dc6be13640b3850448a7635b9a55a885128bc32b (diff) | |
download | jgit-d0ed6016d40f292c94bfec7bdc4f4bf215b9e678.tar.gz jgit-d0ed6016d40f292c94bfec7bdc4f4bf215b9e678.zip |
Prepare 6.2.0-SNAPSHOT builds
Change-Id: Ic2dde88bee3242169d6fa50956f8938f3fc4ba8e
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 ea76ea17a9..94485a285e 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.1.0.qualifier" + version="6.2.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.1.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.2.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 16395ccc69..a93c70d69e 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.1.0-SNAPSHOT</version> + <version>6.2.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |