Author: dennisl
Date: Sun Sep 7 17:27:43 2014
New Revision: 1623076
URL: http://svn.apache.org/r1623076
Log:
[WHISKER-12] Cleanup Build Infrastructure
- Use a more sensible version of Maven: 2.2.1, which is the same as in Rat. We
currently do not need any Maven 3 features in our Maven Plugin.
Modified:
creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml
creadur/whisker/trunk/pom.xml
Modified: creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml?rev=1623076&r1=1623075&r2=1623076&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml Sun Sep 7
17:27:43 2014
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
- <version>3.2.3</version>
+ <version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Modified: creadur/whisker/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1623076&r1=1623075&r2=1623076&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Sun Sep 7 17:27:43 2014
@@ -93,6 +93,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<target.jdk>1.6</target.jdk>
<junit.version>3.8.2</junit.version>
+ <!-- This is the version of Maven required to use the Maven Plugin for
this project -->
+ <mavenVersion>2.2.1</mavenVersion>
<!--
Publication to the website is a two phase operation: