Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-06-01 21:04:50 +0000
committerMatthias Sohn2016-06-01 21:51:34 +0000
commitb969c04c6ad48b202c9fc30cecd17ffb79cdc617 (patch)
tree362cef5cf40977e08a257ae3d717587f1421422e /pom.xml
parent690fc4102c668ebb85b78f1eac2828364f986a1b (diff)
downloadegit-b969c04c6ad48b202c9fc30cecd17ffb79cdc617.tar.gz
egit-b969c04c6ad48b202c9fc30cecd17ffb79cdc617.tar.xz
egit-b969c04c6ad48b202c9fc30cecd17ffb79cdc617.zip
Prepare 4.5.0-SNAPSHOT builds
Change-Id: I83356edf953cb2301e5a5fc45ba5c678af5ab3b3 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 84c7b4931e..4267231890 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>EGit Parent</name>
@@ -62,7 +62,7 @@
</licenses>
<properties>
- <egit-version>4.4.0-SNAPSHOT</egit-version>
+ <egit-version>4.5.0-SNAPSHOT</egit-version>
<tycho-version>0.23.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<jboss-tycho-plugins-version>0.22.0</jboss-tycho-plugins-version>

Back to the top