Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-01-29 14:52:56 +0000
committerJayaprakash Arthanareeswaran2014-01-29 16:25:03 +0000
commitd193384ef54e4e49815554a7436647ada18e0d53 (patch)
treeb5193d7c7e6d0ce0a12e461e8ef7e4fd72ce8175 /tests-pom
parent42a20f90363fe2e676c07d56364d6cc6b90a9458 (diff)
downloadeclipse.jdt.core-d193384ef54e4e49815554a7436647ada18e0d53.tar.gz
eclipse.jdt.core-d193384ef54e4e49815554a7436647ada18e0d53.tar.xz
eclipse.jdt.core-d193384ef54e4e49815554a7436647ada18e0d53.zip
Bug 426669 - Initial issues doing production builds with BETA_JAVA8
Change-Id: I6af9e9fe723738ac918fb9fc7806319e8ff404fd Signed-off-by: david_williams@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 58217873a8..c872998630 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.4.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top