Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-12-04 13:07:52 +0000
committerDavid Williams2013-12-04 13:07:52 +0000
commitabea416c97fba31efa89642a4dd04b5fc31bca59 (patch)
tree6c8d76e8c88a2ea85636deecc428fba082a15304 /eclipse.platform.releng.tychoeclipsebuilder
parent466f55fb8c1229e639455113f1f340519d58d056 (diff)
downloadeclipse.platform.releng.aggregator-abea416c97fba31efa89642a4dd04b5fc31bca59.tar.gz
eclipse.platform.releng.aggregator-abea416c97fba31efa89642a4dd04b5fc31bca59.tar.xz
eclipse.platform.releng.aggregator-abea416c97fba31efa89642a4dd04b5fc31bca59.zip
Bug 423105 - Add prereq section and use properties for maven plugin
versions
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
index 2cdce3355..5dac65791 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
@@ -45,7 +45,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.5</version>
+ <version>2.6</version>
<executions>
<execution>
<id>filter-resources</id>

Back to the top