diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-03-05 15:55:07 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-03-05 15:55:07 +0100 |
commit | e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d (patch) | |
tree | 7b0c8f4e41de7d5d120a0a73a9dafa11836b8a04 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | d764bc34fc15079379a71bb638e7c1b5836e061e (diff) | |
download | jgit-e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d.tar.gz jgit-e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d.zip |
Prepare 6.9.1-SNAPSHOT builds
Change-Id: I10f901209be2faa34ebb9355c86c2106bac38ba5
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index 04e1a0217d..ad85f8e7f0 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="6.9.0.202403050737-r" + version="6.9.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -35,9 +35,9 @@ version="0.0.0"/> <requires> - <import feature="org.eclipse.jgit" version="6.9.0" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="6.9.0" match="equivalent"/> - <import feature="org.eclipse.jgit.ssh.apache" version="6.9.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="6.9.1" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="6.9.1" match="equivalent"/> + <import feature="org.eclipse.jgit.ssh.apache" version="6.9.1" match="equivalent"/> </requires> <plugin |