Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-10-13 11:25:55 +0000
committerSravan Kumar Lakkimsetti2017-10-13 11:25:55 +0000
commit627c118f2d37dbe61e2126052b09e16a083c3061 (patch)
tree83d16049be446b1548dc1eed4ffe33eaf7526320 /pom.xml
parentf0cd1a61a71727d2853e52dccdd4557dc06a2159 (diff)
downloadrt.equinox.framework-M20171101-0400.tar.gz
rt.equinox.framework-M20171101-0400.tar.xz
rt.equinox.framework-M20171101-0400.zip
Change-Id: Id29c86839043df8b8eb559e4ebaf54836c83ec6e 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 f477637f9..383c555c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.7.1-SNAPSHOT</version>
+ <version>4.7.2-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.framework</groupId>
<artifactId>rt.equinox.framework</artifactId>
- <version>4.7.1-SNAPSHOT</version>
+ <version>4.7.2-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top