Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2015-08-17 12:00:40 +0000
committerJay Arthanareeswaran2015-08-18 08:24:17 +0000
commit1f1858bebdeb28222cb5b028b95ff6ddb45bc4d4 (patch)
treebbf47c63eab1c583bceb5318f1c328c1f5c1e376
parent9c41d51b784b2a0aca7bf657e03771cd27eec3ba (diff)
downloadeclipse.jdt.core-1f1858bebdeb28222cb5b028b95ff6ddb45bc4d4.tar.gz
eclipse.jdt.core-1f1858bebdeb28222cb5b028b95ff6ddb45bc4d4.tar.xz
eclipse.jdt.core-1f1858bebdeb28222cb5b028b95ff6ddb45bc4d4.zip
Bug 475140 - Use maven-resources-plugin version as specified in parentI20150818-0800
Continuation of bug 451889 . Having version specified only in parent pom gives more unified build with less small differences due to different plugin versions. Change-Id: I93eff0772cdb0f6810349260dbd9ba1bc39e6d57 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.jdt.core/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index e4d96caf52..35f3b5a459 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -50,7 +50,6 @@
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.6</version>
<executions>
<execution>
<id>copy-batch-compiler-source</id>

Back to the top