Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2020-01-07 09:56:16 +0000
committerAndrey Loskutov2020-01-07 09:56:16 +0000
commit0001a8c9ec3c95da203d2274a9737ebcd11c4565 (patch)
treec321c66aae2b0d82b86e84f80e24b655b8f687ac
parentc68c1e4999fba991c5c5d3410da33a3f909b3462 (diff)
downloadeclipse.jdt.core-0001a8c9ec3c95da203d2274a9737ebcd11c4565.tar.gz
eclipse.jdt.core-0001a8c9ec3c95da203d2274a9737ebcd11c4565.tar.xz
eclipse.jdt.core-0001a8c9ec3c95da203d2274a9737ebcd11c4565.zip
not possible due wrong signer data Change-Id: I6b55cdf2f482d3d4735904fa5cd93102a2ea34b2 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-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