Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2020-06-09 19:47:44 +0000
committerMatthias Sohn2020-06-09 19:47:44 +0000
commit07164a77928556e43e2b3033c879646c6249f22d (patch)
tree1f56d45cfa01297a35dc4ef6596e79829557db85 /org.eclipse.egit-feature
parent4c44ce7f18b6b1fa9f68b32ee285b8604c645978 (diff)
downloadegit-07164a77928556e43e2b3033c879646c6249f22d.tar.gz
egit-07164a77928556e43e2b3033c879646c6249f22d.tar.xz
egit-07164a77928556e43e2b3033c879646c6249f22d.zip
Prepare 5.9.0-SNAPSHOT builds
Change-Id: I92254611d084dbb365bcf6a94d36c3010090bb71 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml12
-rw-r--r--org.eclipse.egit-feature/pom.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index e903058a2e..26cfcd7d91 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="5.8.0.qualifier"
+ version="5.9.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit"
license-feature="org.eclipse.license"
@@ -40,11 +40,11 @@
<import plugin="org.eclipse.jsch.ui" version="1.3.0" match="compatible"/>
<import plugin="org.eclipse.jsch.core" version="1.3.0" match="compatible"/>
<import plugin="com.jcraft.jsch" version="0.1.55" match="compatible"/>
- <import feature="org.eclipse.jgit" version="5.8.0" match="equivalent"/>
- <import feature="org.eclipse.jgit.gpg.bc" version="5.8.0" match="equivalent"/>
- <import feature="org.eclipse.jgit.http.apache" version="5.8.0" match="equivalent"/>
- <import feature="org.eclipse.jgit.ssh.apache" version="5.8.0" match="equivalent"/>
- <import feature="org.eclipse.jgit.ssh.jsch" version="5.8.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="5.9.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit.gpg.bc" version="5.9.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit.http.apache" version="5.9.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit.ssh.apache" version="5.9.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit.ssh.jsch" version="5.9.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index b003c847d1..a93d40726e 100644
--- a/org.eclipse.egit-feature/pom.xml
+++ b/org.eclipse.egit-feature/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.8.0-SNAPSHOT</version>
+ <version>5.9.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top