diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-12 10:09:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-12 10:09:10 +0200 |
commit | fb377b09eb9370e5d43d3f364964dfb139e3ffe5 (patch) | |
tree | 2f9384d9928cd7b807699960c86de9d0c26293f7 /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml | |
parent | 68e8ecc91b1c87146282ddda14bd27a86ef821c4 (diff) | |
download | jgit-fb377b09eb9370e5d43d3f364964dfb139e3ffe5.tar.gz jgit-fb377b09eb9370e5d43d3f364964dfb139e3ffe5.zip |
Prepare 6.3.1-SNAPSHOT builds
Change-Id: I44e159eca4131880d74d3078060e7e20f9b5ce76
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 0ee15d4418..e73ae31f99 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="6.3.0.202209071007-r" + version="6.3.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="6.3.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.3.1" match="equivalent"/> </requires> <plugin |