Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-10-03 16:18:03 +0000
committerMatthias Sohn2013-10-03 16:18:03 +0000
commitabe2822e4175b11a00e41517d87a82d881fe3eb9 (patch)
tree347e45406549beef6ada90f2aa3b7e3d36c90505 /org.eclipse.egit-feature
parentb1346eb5bdd11c79473d88123d4f802f8095c8c1 (diff)
downloadegit-abe2822e4175b11a00e41517d87a82d881fe3eb9.tar.gz
egit-abe2822e4175b11a00e41517d87a82d881fe3eb9.tar.xz
egit-abe2822e4175b11a00e41517d87a82d881fe3eb9.zip
Prepare 3.2.0-SNAPSHOT builds
Change-Id: I548057c288860f9e82f5714ddf8c29e4e3c64fec 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 b488eda865..a2eb246df1 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="3.1.1.qualifier"
+ version="3.2.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="3.1.1" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="3.2.0" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.egit-feature/pom.xml b/org.eclipse.egit-feature/pom.xml
index c42d2b9b34..6d75adf601 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>3.1.1-SNAPSHOT</version>
+ <version>3.2.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.egit.feature</groupId>

Back to the top