diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-27 00:35:48 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-27 00:35:48 +0100 |
commit | 39a16df34aa0a28cad1fb8c0d4f0a11a75049ec9 (patch) | |
tree | f837bff40b3b8bae85755cf96236335da09b2ba7 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml | |
parent | 76cf8e2a4069a3e920efe0a7a276a698ff27d99d (diff) | |
download | jgit-39a16df34aa0a28cad1fb8c0d4f0a11a75049ec9.tar.gz jgit-39a16df34aa0a28cad1fb8c0d4f0a11a75049ec9.zip |
Prepare 7.2.0-SNAPSHOT builds
Change-Id: Ie3108fefbcbb55a4f26273833c9817ce4bd750f1
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml index 8cc19ae75e..811beafca6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.apache" label="%featureName" - version="7.1.1.qualifier" + version="7.2.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import feature="org.eclipse.jgit" version="7.1.1" match="equivalent"/> + <import feature="org.eclipse.jgit" version="7.2.0" match="equivalent"/> </requires> <plugin |