Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 08:44:31 +0000
committerAlexander Kurtakov2017-06-22 08:44:31 +0000
commit98821d4fe59e9e2c401099fa1d52f26ed7a501be (patch)
treec0ff11ee34a5aa10b9b0964c9788d515e52c894c /pom.xml
parentb1def5192f42f36a19ecef144ac13dcaea740caf (diff)
downloadeclipse.platform.text-98821d4fe59e9e2c401099fa1d52f26ed7a501be.tar.gz
eclipse.platform.text-98821d4fe59e9e2c401099fa1d52f26ed7a501be.tar.xz
eclipse.platform.text-98821d4fe59e9e2c401099fa1d52f26ed7a501be.zip
Bug 517929 - Update POMs in the master for 4.8 release
Point to 4.8 parent pom. Change-Id: Icedc59a139f5fce4e9fef73bb0c396109601abcd 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 0b1b8552e1b..40c06542ddc 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.text</groupId>
<artifactId>eclipse.platform.text</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top