Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-06-02 22:54:14 +0000
committerMatthias Sohn2015-06-03 00:09:06 +0000
commit1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0 (patch)
treea283cd39eea8641494f75be625f7dbabeb37827c /pom.xml
parentb2961c4dbdbd03957d77bff954e51a28233f0d39 (diff)
downloadegit-1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0.tar.gz
egit-1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0.tar.xz
egit-1f2f212d8b3b7c400ef2b4448f516cf5c9420cb0.zip
Prepare 4.1.0-SNAPSHOT builds
Change-Id: I8a3123e90609b0ee84342bd30d2af5fe7933e628 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index d4c4078bc3..c6be79bc9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>EGit Parent</name>
@@ -62,7 +62,7 @@
</licenses>
<properties>
- <egit-version>4.0.0-SNAPSHOT</egit-version>
+ <egit-version>4.1.0-SNAPSHOT</egit-version>
<tycho-version>0.22.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<jboss-tycho-plugins-version>${tycho-version}</jboss-tycho-plugins-version>

Back to the top