Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 07:29:53 +0000
committerAlexander Kurtakov2017-06-22 07:30:45 +0000
commit0959c2f1b964601ccfd981d7a516bf08c74bdb22 (patch)
treeb5b8005acf1cd50c096dae3c89f24d58aa262f48 /tests-pom
parentad54b2e3da44caaaab6be37abb7505bff6b33c47 (diff)
downloadeclipse.platform.ua-0959c2f1b964601ccfd981d7a516bf08c74bdb22.tar.gz
eclipse.platform.ua-0959c2f1b964601ccfd981d7a516bf08c74bdb22.tar.xz
eclipse.platform.ua-0959c2f1b964601ccfd981d7a516bf08c74bdb22.zip
Point to 4.8 parent pom. Change-Id: I95e07cbfa6b2385f7c8f0192784fe62faf681659 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'tests-pom')
-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 bd449fa84..d8305ee9d 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,10 +14,10 @@
<parent>
<groupId>eclipse.platform.ua</groupId>
<artifactId>eclipse.platform.ua</artifactId>
- <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