diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 23:47:11 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 23:47:11 +0200 |
commit | c338c19f6dbc845542f63d7d8ba0b39088c61b56 (patch) | |
tree | e44de3624690cec34787641931e085225a8d1c6c /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml | |
parent | dc008ddb6c61262284cf51daabdc08a0dc0568bc (diff) | |
download | jgit-c338c19f6dbc845542f63d7d8ba0b39088c61b56.tar.gz jgit-c338c19f6dbc845542f63d7d8ba0b39088c61b56.zip |
Prepare 7.1.0-SNAPSHOT builds
Change-Id: Iba206a2d4645fc275cd2cd1cb3ae965b8ceafb28
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml index 399bab2426..aabda306e9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.gpg.bc" label="%featureName" - version="7.0.1.qualifier" + version="7.1.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="7.0.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="7.1.0" match="equivalent"/> </requires> <plugin |