Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-05 23:38:34 +0000
committerMatthias Sohn2011-06-05 23:46:49 +0000
commit607c0d776160530e03aa20cdea322631312655c6 (patch)
treec3924dcc67469259fd323bbd87a589760cdaae07 /org.eclipse.egit-feature/feature.xml
parent4a78497d7a2031a640542b13c23fe6932e331470 (diff)
downloadegit-607c0d776160530e03aa20cdea322631312655c6.tar.gz
egit-607c0d776160530e03aa20cdea322631312655c6.tar.xz
egit-607c0d776160530e03aa20cdea322631312655c6.zip
Prepare 1.1.0 builds
Change-Id: I08ca9b80852a59da363943b227d55a1b2750f83c Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature/feature.xml')
-rw-r--r--org.eclipse.egit-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 5ce7719a76..d6d4b6b864 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="1.0.0.qualifier"
+ version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -38,7 +38,7 @@
<import plugin="org.eclipse.jsch.ui" version="1.1.100" match="compatible"/>
<import plugin="org.eclipse.jsch.core" version="1.1.100" match="compatible"/>
<import plugin="com.jcraft.jsch" version="0.1.37" match="compatible"/>
- <import feature="org.eclipse.jgit" version="1.0.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="1.1.0" match="equivalent"/>
</requires>
<plugin

Back to the top