Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jdt.compiler.apt/pom.xml6
-rw-r--r--org.eclipse.jdt.compiler.tool/pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/org.eclipse.jdt.compiler.apt/pom.xml b/org.eclipse.jdt.compiler.apt/pom.xml
index 01162d3860..574ff0e83a 100644
--- a/org.eclipse.jdt.compiler.apt/pom.xml
+++ b/org.eclipse.jdt.compiler.apt/pom.xml
@@ -122,14 +122,14 @@
<target>
<exec dir="${basedir}/../org.eclipse.jdt.core/target/" executable="curl">
<arg value="--output"/>
- <arg value="org.eclipse.jdt.core-3.20.100-SNAPSHOT-batch-compiler.jar"/>
+ <arg value="org.eclipse.jdt.core-3.21.0-SNAPSHOT-batch-compiler.jar"/>
<arg value="--form"/>
- <arg value="file=@org.eclipse.jdt.core-3.20.100-SNAPSHOT-batch-compiler.jar"/>
+ <arg value="file=@org.eclipse.jdt.core-3.21.0-SNAPSHOT-batch-compiler.jar"/>
<arg value="--silent"/>
<arg value="--show-error"/>
<arg value="--fail"/>
<arg value="http://build.eclipse.org:31338/sign"/>
- </exec>
+ </exec>
</target>
</configuration>
<goals>
diff --git a/org.eclipse.jdt.compiler.tool/pom.xml b/org.eclipse.jdt.compiler.tool/pom.xml
index fb9ad44dba..d26372dd84 100644
--- a/org.eclipse.jdt.compiler.tool/pom.xml
+++ b/org.eclipse.jdt.compiler.tool/pom.xml
@@ -123,14 +123,14 @@
<target>
<exec dir="${basedir}/../org.eclipse.jdt.core/target/" executable="curl">
<arg value="--output"/>
- <arg value="org.eclipse.jdt.core-3.20.100-SNAPSHOT-batch-compiler.jar"/>
+ <arg value="org.eclipse.jdt.core-3.21.0-SNAPSHOT-batch-compiler.jar"/>
<arg value="--form"/>
- <arg value="file=@org.eclipse.jdt.core-3.20.100-SNAPSHOT-batch-compiler.jar"/>
+ <arg value="file=@org.eclipse.jdt.core-3.21.0-SNAPSHOT-batch-compiler.jar"/>
<arg value="--silent"/>
<arg value="--show-error"/>
<arg value="--fail"/>
<arg value="http://build.eclipse.org:31338/sign"/>
- </exec>
+ </exec>
</target>
</configuration>
<goals>

Back to the top