Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 20:21:10 +0000
committerMatthias Sohn2018-03-08 20:21:10 +0000
commit46b407b474d33d1e35b3518d418a688eac521cc3 (patch)
tree5fdd72cd2fda03e1eb528f93e2e98f1250c87540 /pom.xml
parent55828a545848e306cd772d531d7fe84afa676239 (diff)
downloadegit-46b407b474d33d1e35b3518d418a688eac521cc3.tar.gz
egit-46b407b474d33d1e35b3518d418a688eac521cc3.tar.xz
egit-46b407b474d33d1e35b3518d418a688eac521cc3.zip
Prepare 4.11.1-SNAPSHOT builds
Change-Id: I1b3ef129545c7731358b913419f8717fdbb24288 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 72b6a23cdc..c9b3b194a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.11.0.201803080745-r</version>
+ <version>4.11.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>EGit Parent</name>
@@ -58,7 +58,7 @@
</licenses>
<properties>
- <egit-version>4.11.0.201803080745-r</egit-version>
+ <egit-version>4.11.1-SNAPSHOT</egit-version>
<tycho-version>1.1.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<jboss-tycho-plugins-version>1.0.0</jboss-tycho-plugins-version>

Back to the top