Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-05-31 09:11:03 +0000
committerSravan Kumar Lakkimsetti2018-05-31 09:11:03 +0000
commit9d55098bb44da193a44c5326c34b5a0f5b19d25f (patch)
tree2f0a26088ed437f6c63289b2b920155729db2906 /eclipse-platform-sources
parent86277507645a6074aad3c3de798e454646586051 (diff)
downloadeclipse.platform.releng.aggregator-9d55098bb44da193a44c5326c34b5a0f5b19d25f.tar.gz
eclipse.platform.releng.aggregator-9d55098bb44da193a44c5326c34b5a0f5b19d25f.tar.xz
eclipse.platform.releng.aggregator-9d55098bb44da193a44c5326c34b5a0f5b19d25f.zip
Bug 535191 - POM version change for 4.9 release
Change-Id: I1f38eccaeb62a6ccaabbaba22a8522c56ea656e8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse-platform-sources')
-rw-r--r--eclipse-platform-sources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-sources/pom.xml b/eclipse-platform-sources/pom.xml
index b8083c9a5..e53f10e85 100644
--- a/eclipse-platform-sources/pom.xml
+++ b/eclipse-platform-sources/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Back to the top