aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-06-04 16:09:27 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2024-06-04 16:09:27 +0200
commit945e4d68cdccaa05528dfacc3ee73bd16b0b3c9e (patch)
treeffb574cc1e486018ce52c0c845759e0008de6e88 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature
parente719bf7da8b86d5e64246ef05efd44f05d159d26 (diff)
downloadjgit-945e4d68cdccaa05528dfacc3ee73bd16b0b3c9e.tar.gz
jgit-945e4d68cdccaa05528dfacc3ee73bd16b0b3c9e.zip
Prepare 7.0.0-SNAPSHOT builds
Change-Id: I78b2779e4e5f34978cb9f1e8fa1dfe6dd5597c31
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.xml4
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml2
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 ed02ffccef..ff46d9e65d 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.10.1.qualifier"
+ version="7.0.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.10.1" match="equivalent"/>
+ <import plugin="org.eclipse.jgit" version="7.0.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 c20b918dc0..c4d4fcf825 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.10.1-SNAPSHOT</version>
+ <version>7.0.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>