Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-06-19 14:20:24 +0000
committerPaul Webster2014-06-19 21:07:03 +0000
commit64ee606790cc65da288a0265829e454ac5fda8e6 (patch)
tree5ae05a3d7e90e988ba0d335ec64fc027184f90cb /tests-pom
parent4655c6fd1195ce53dc78dec3b4b01959aef41707 (diff)
downloadrt.equinox.bundles-64ee606790cc65da288a0265829e454ac5fda8e6.tar.gz
rt.equinox.bundles-64ee606790cc65da288a0265829e454ac5fda8e6.tar.xz
rt.equinox.bundles-64ee606790cc65da288a0265829e454ac5fda8e6.zip
Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140729-0800I20140722-0800I20140715-0800I20140708-0800I20140701-0800
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.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 b894c71c2..65005abdf 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.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top