Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 07:21:13 +0000
committerAlexander Kurtakov2017-06-22 07:23:46 +0000
commit164de541f28b90128418b5be6d351816d55e1bc2 (patch)
tree855d4b223bd2368763e207e6532d68ba4b160649 /pom.xml
parent2e351b2acc5531b3dfa341d3f2d1f30ab58a0413 (diff)
downloadeclipse.platform.swt-164de541f28b90128418b5be6d351816d55e1bc2.tar.gz
eclipse.platform.swt-164de541f28b90128418b5be6d351816d55e1bc2.tar.xz
eclipse.platform.swt-164de541f28b90128418b5be6d351816d55e1bc2.zip
Bug 517929 - Update POMs in the master for 4.8 release
Point to 4.8 parent pom. Change-Id: Ib1077addbb229ec9a84eb11c1882fd13816e0fec Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 ac12ee53a0..66ac3bf1c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.swt</groupId>
<artifactId>eclipse.platform.swt</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top