Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-13 23:47:11 +0000
committerMatthias Sohn2012-06-13 23:47:11 +0000
commitdf527c25b7f5e138598f09925e87ce7dde7042af (patch)
treea4e418e44e5e569c04b27a97019114a284b9f855 /org.eclipse.egit-feature
parenta8e64f029f49f2750bc5c0831346f85f2a596fab (diff)
downloadegit-df527c25b7f5e138598f09925e87ce7dde7042af.tar.gz
egit-df527c25b7f5e138598f09925e87ce7dde7042af.tar.xz
egit-df527c25b7f5e138598f09925e87ce7dde7042af.zip
Prepare 2.1.0 builds
Change-Id: Idfe71b101e50170b79ca272678677e5c4623c062 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit-feature')
-rw-r--r--org.eclipse.egit-feature/feature.xml4
-rw-r--r--org.eclipse.egit-feature/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit-feature/feature.xml b/org.eclipse.egit-feature/feature.xml
index 661f06d15e..8ed32892a4 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="2.0.0.qualifier"
+ version="2.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.egit">
@@ -43,7 +43,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="2.0.0" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="2.1.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index be52624e20..9eb29b5bca 100644
--- a/org.eclipse.egit-feature/pom.xml
+++ b/org.eclipse.egit-feature/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top