Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-06-28 17:41:51 +0000
committerThomas Watson2016-06-28 17:41:51 +0000
commit9cb3b48da78187f6fde2715e32d81d1250f4ae73 (patch)
treeeefc22bab420a625c625e812176a485876aceafb /tests-pom
parent63a12212a6b253c03ab5e1945baecac4daeb4dc6 (diff)
downloadrt.equinox.bundles-9cb3b48da78187f6fde2715e32d81d1250f4ae73.tar.gz
rt.equinox.bundles-9cb3b48da78187f6fde2715e32d81d1250f4ae73.tar.xz
rt.equinox.bundles-9cb3b48da78187f6fde2715e32d81d1250f4ae73.zip
Bug 496465 - Prep for 4.7 (Oxygen) and 4.6.1 (Neon.1) maintenance
builds Change-Id: If8bccc53b7f4a9466e05262844c9813ea9596167 Signed-off-by: Thomas Watson <tjwatson@us.ibm.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 fc788eeba..92c566120 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,10 +14,10 @@
<parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>rt.equinox.bundles</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top