Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 08:31:43 +0000
committerAlexander Kurtakov2017-06-22 08:32:18 +0000
commita0393a6a1b1180853cb3c3c954f84f6c99b57230 (patch)
treed4bd7c5ee7fd4ffaacc2465b6560419d78493778 /pom.xml
parent060aea4cd634a791554065c0a9574097ec68af19 (diff)
downloadrt.equinox.bundles-a0393a6a1b1180853cb3c3c954f84f6c99b57230.tar.gz
rt.equinox.bundles-a0393a6a1b1180853cb3c3c954f84f6c99b57230.tar.xz
rt.equinox.bundles-a0393a6a1b1180853cb3c3c954f84f6c99b57230.zip
Point to 4.8 parent pom. Change-Id: I262f4b48dca306931ecf02d684cc87f75d01d5a1 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 d68d2d353..72e9bb1e7 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>org.eclipse.equinox.bundles</groupId>
<artifactId>rt.equinox.bundles</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top