diff options
author | Alexander Kurtakov | 2017-06-22 07:21:13 +0000 |
---|---|---|
committer | Alexander Kurtakov | 2017-06-22 07:23:46 +0000 |
commit | 164de541f28b90128418b5be6d351816d55e1bc2 (patch) | |
tree | 855d4b223bd2368763e207e6532d68ba4b160649 /features/org.eclipse.swt.tools.feature | |
parent | 2e351b2acc5531b3dfa341d3f2d1f30ab58a0413 (diff) | |
download | eclipse.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 'features/org.eclipse.swt.tools.feature')
-rw-r--r-- | features/org.eclipse.swt.tools.feature/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.swt.tools.feature/pom.xml b/features/org.eclipse.swt.tools.feature/pom.xml index bf77050eaa..7990079c33 100644 --- a/features/org.eclipse.swt.tools.feature/pom.xml +++ b/features/org.eclipse.swt.tools.feature/pom.xml @@ -15,7 +15,7 @@ <parent> <artifactId>eclipse.platform.swt</artifactId> <groupId>eclipse.platform.swt</groupId> - <version>4.7.0-SNAPSHOT</version> + <version>4.8.0-SNAPSHOT</version> <relativePath>../../</relativePath> </parent> <groupId>org.eclipse.swt.tools.feature</groupId> |