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 /tests-pom/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 'tests-pom/pom.xml')
-rw-r--r--tests-pom/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml
index d547d924dfc..148f777b837 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,10 +14,10 @@
<parent>
<artifactId>eclipse.platform.text</artifactId>
<groupId>eclipse.platform.text</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top