diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-24 17:31:26 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-05-24 17:31:26 +0200 |
commit | 9afff3e80818be7946f8b32249e30eb46c433056 (patch) | |
tree | e5512e862de7055b21c8a8ced256dd622d62e3f8 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | |
parent | 590f03b7dc203aadb5606f330a79065a2f81f850 (diff) | |
download | jgit-9afff3e80818be7946f8b32249e30eb46c433056.tar.gz jgit-9afff3e80818be7946f8b32249e30eb46c433056.zip |
Prepare 6.7.0-SNAPSHOT builds
Change-Id: I50ff7ee31046cfc29a087c8963be3deae24b1c9c
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index 881c72d7da..d515a669c1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.junit" label="%featureName" - version="6.6.0.qualifier" + version="6.7.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -24,7 +24,7 @@ <requires> <import plugin="com.jcraft.jsch"/> - <import plugin="org.eclipse.jgit" version="6.6.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.7.0" match="equivalent"/> </requires> <plugin |