Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJayaprakash Arthanareeswaran2013-08-21 16:37:05 +0000
committerJayaprakash Arthanareeswaran2013-08-22 04:42:00 +0000
commit782a0e24567335275ab3b8e5f05394a3658a8693 (patch)
tree8c92227ab68b8996acdf77f4183a349b675f0224 /org.eclipse.jdt.core.tests.compiler/pom.xml
parente6df2c2fa90a49042ae2dd553d5c33f38c0b292b (diff)
downloadeclipse.jdt.core-782a0e24567335275ab3b8e5f05394a3658a8693.tar.gz
eclipse.jdt.core-782a0e24567335275ab3b8e5f05394a3658a8693.tar.xz
eclipse.jdt.core-782a0e24567335275ab3b8e5f05394a3658a8693.zip
Fix for Bug 414584 - Test bundles have wrong bundle version for Luna
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/pom.xml')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/pom.xml b/org.eclipse.jdt.core.tests.compiler/pom.xml
index 9b3bc2fa25..c8f5929686 100644
--- a/org.eclipse.jdt.core.tests.compiler/pom.xml
+++ b/org.eclipse.jdt.core.tests.compiler/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core.tests.compiler</artifactId>
- <version>3.8.3-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top