Author: hlship
Date: Mon Oct 17 17:58:26 2011
New Revision: 1185307
URL: http://svn.apache.org/viewvc?rev=1185307&view=rev
Log:
Lock down the versions of the compile and surefire plugins in the quickstart
archetype
Modified:
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/pom.xml
Modified:
tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/pom.xml?rev=1185307&r1=1185306&r2=1185307&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/pom.xml
(original)
+++ tapestry/tapestry5/trunk/quickstart/prototypes/archetype-resources/pom.xml
Mon Oct 17 17:58:26 2011
@@ -82,6 +82,7 @@ of testing facilities designed for use w
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
@@ -92,7 +93,7 @@ of testing facilities designed for use w
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <!-- <version>2.8.1</version> -->
+ <version>2.7.2</version>
<configuration>
<systemPropertyVariables>
<tapestry.execution-mode>Qa</tapestry.execution-mode>