Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2014-03-12 05:22:18 +0000
committerJayaprakash Arthanareeswaran2014-03-12 05:22:18 +0000
commit589528097d9e55f2c9b149940adf643197d6126d (patch)
tree300228d74a39394ebeed3b6c80e08be0b76632e2 /tests-pom
parentd5fa9e6a89527e686d15633bb9b13ad30992b17b (diff)
downloadeclipse.jdt.core-589528097d9e55f2c9b149940adf643197d6126d.tar.gz
eclipse.jdt.core-589528097d9e55f2c9b149940adf643197d6126d.tar.xz
eclipse.jdt.core-589528097d9e55f2c9b149940adf643197d6126d.zip
Fix for bug 428468 - Updating the parent pom for test projects
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 c872998630..58217873a8 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,10 +14,10 @@
<parent>
<groupId>eclipse.jdt.core</groupId>
<artifactId>eclipse.jdt.core</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top