Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-02-24 11:50:52 +0000
committerAlexander Kurtakov2014-04-17 13:27:16 +0000
commit1fd45230f199f97d97dc93f43f8c1ecd8d598be3 (patch)
tree3cad31d380304d3d8eedafec5ba20acd318494b9
parenteb1af8158c83ea43d46875607c5495b0cb47979e (diff)
downloadeclipse.jdt.core-1fd45230f199f97d97dc93f43f8c1ecd8d598be3.tar.gz
eclipse.jdt.core-1fd45230f199f97d97dc93f43f8c1ecd8d598be3.tar.xz
eclipse.jdt.core-1fd45230f199f97d97dc93f43f8c1ecd8d598be3.zip
Bug 428894 - Unify antrun plugin version used.
Set the version to 1.7 as it's already done in jdt.compiler.[tool|apt]. Change-Id: I9250fb19d656a03acb3b6c5408c35549ebdc3024 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.jdt.core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index 32f03c37e5..1890dc6349 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -29,6 +29,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
+ <version>1.7</version>
<executions>
<execution>
<phase>prepare-package</phase>

Back to the top