Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 0641c2de75..9079c40f51 100644
--- a/org.eclipse.egit-feature/feature.xml
+++ b/org.eclipse.egit-feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.egit"
label="%featureName"
- version="6.7.0.202309050840-r"
+ version="6.7.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -37,10 +37,10 @@
<import plugin="org.eclipse.compare" version="3.6.0" match="compatible"/>
<import plugin="org.eclipse.core.net" version="1.3.0" match="compatible"/>
<import plugin="org.eclipse.team.core" version="3.8.0" match="compatible"/>
- <import feature="org.eclipse.jgit" version="6.7.0" match="equivalent"/>
- <import feature="org.eclipse.jgit.gpg.bc" version="6.7.0" match="equivalent"/>
- <import feature="org.eclipse.jgit.http.apache" version="6.7.0" match="equivalent"/>
- <import feature="org.eclipse.jgit.ssh.apache" version="6.7.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="6.7.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit.gpg.bc" version="6.7.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit.http.apache" version="6.7.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit.ssh.apache" version="6.7.1" match="equivalent"/>
</requires>
<plugin

Back to the top