Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-04 06:22:12 +0000
committerSravan Kumar Lakkimsetti2018-09-04 06:22:12 +0000
commit96ff6451da1b4baa3b748afa2d2d3a343a654ffb (patch)
tree3bd9dfd38b69986a3aa26602f56dc58137605f96 /pom.xml
parent238acbb34b5567312c7659e92a28a2678be5cca2 (diff)
downloadrt.equinox.p2-96ff6451da1b4baa3b748afa2d2d3a343a654ffb.tar.gz
rt.equinox.p2-96ff6451da1b4baa3b748afa2d2d3a343a654ffb.tar.xz
rt.equinox.p2-96ff6451da1b4baa3b748afa2d2d3a343a654ffb.zip
Change-Id: I926c2afdfc2e32a627aec616130e33bb25629a42 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@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 e52d8aaf6..d0ebda1bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.p2</groupId>
<artifactId>rt.equinox.p2</artifactId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top