Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-12-07 10:38:13 +0000
committerNiraj Modi2018-12-07 10:38:13 +0000
commit9180b40df0109f808be335668399addbf8bea54a (patch)
tree325bf2b6a1cd67c5f217502b8ae8658f7e1f4f44 /pom.xml
parent92ddc71e243823e903a9b9f9ab4e29c602577b6e (diff)
downloadrt.equinox.p2-9180b40df0109f808be335668399addbf8bea54a.tar.gz
rt.equinox.p2-9180b40df0109f808be335668399addbf8bea54a.tar.xz
rt.equinox.p2-9180b40df0109f808be335668399addbf8bea54a.zip
Change-Id: I6cc635d174e4a5a814112b7573a7cab95959fb31 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.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 5c6cdace1..8fdabd2ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>rt.equinox.p2</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top