Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jdt.core.tests.compiler/pom.xml')
-rw-r--r--org.eclipse.jdt.core.tests.compiler/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/pom.xml b/org.eclipse.jdt.core.tests.compiler/pom.xml
index f090fab59..ebb0d5f8a 100644
--- a/org.eclipse.jdt.core.tests.compiler/pom.xml
+++ b/org.eclipse.jdt.core.tests.compiler/pom.xml
@@ -15,11 +15,11 @@
<parent>
<artifactId>tests-pom</artifactId>
<groupId>org.eclipse.jdt</groupId>
- <version>4.27.0-SNAPSHOT</version>
+ <version>4.28.0-SNAPSHOT</version>
<relativePath>../tests-pom/</relativePath>
</parent>
<artifactId>org.eclipse.jdt.core.tests.compiler</artifactId>
- <version>3.12.2100-SNAPSHOT</version>
+ <version>3.12.2200-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
@@ -31,7 +31,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
- <version>${tycho.version}</version>
<configuration>
<includes>
<include>org/eclipse/jdt/core/tests/compiler/parser/TestAll.class</include>

Back to the top