Author: hlship
Date: Fri Jan 12 14:46:45 2007
New Revision: 495771

URL: http://svn.apache.org/viewvc?view=rev&rev=495771
Log:
Lock down the version of the maven compiler plugin in use, because of 
instability of the latest snapshot.

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?view=diff&rev=495771&r1=495770&r2=495771
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Fri Jan 12 14:46:45 2007
@@ -143,6 +143,8 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
+                    <!-- HLS added version number on 11 Jan 2007 when builds 
started breaking. -->
+                    <version>2.0-beta-1</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>


Reply via email to