Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-07-07 16:16:51 +0000
committerThomas Watson2015-07-07 16:16:51 +0000
commit5dce55d4369126a0b2ecf3764442454eafdb3faa (patch)
treee24730485fc381772188fc9a94e014976e91127c /tests-pom
parent5c469f8cca65d0ae7d3cb2e5500f3e7ad428e24e (diff)
downloadrt.equinox.bundles-5dce55d4369126a0b2ecf3764442454eafdb3faa.tar.gz
rt.equinox.bundles-5dce55d4369126a0b2ecf3764442454eafdb3faa.tar.xz
rt.equinox.bundles-5dce55d4369126a0b2ecf3764442454eafdb3faa.zip
Bug 469765 - Prep for 4.6 (Neon) and 4.5 (Mars) maintenance buildsM20150708-1000
- update poms for 4.5.1
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 65005abdf..38ae689fc 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.5.0-SNAPSHOT</version>
+ <version>4.5.1-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.5.0-SNAPSHOT</version>
+ <version>4.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top