Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 09:03:04 +0000
committerAlexander Kurtakov2017-06-22 09:03:04 +0000
commit14966c3475406cefc3cde00382997b50aae6dc60 (patch)
tree6abb7bc2b17f156d97d7175f41f9231648113d6a /tests/pom.xml
parent59162e661ff01d376d08a5db825dcbc0e90cd561 (diff)
downloadeclipse.platform.team-14966c3475406cefc3cde00382997b50aae6dc60.tar.gz
eclipse.platform.team-14966c3475406cefc3cde00382997b50aae6dc60.tar.xz
eclipse.platform.team-14966c3475406cefc3cde00382997b50aae6dc60.zip
Point to 4.8 parent pom. Change-Id: I4555f7a7a3d9670fca6d46b0d6e3dd959b17e00b Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'tests/pom.xml')
-rw-r--r--tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pom.xml b/tests/pom.xml
index 0d66da3af..fec566e9b 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -14,10 +14,10 @@
<parent>
<groupId>eclipse.platform.team</groupId>
<artifactId>eclipse.platform.team</artifactId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
</parent>
<artifactId>eclipse.platform.team.tests</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