You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2006/08/23 20:15:27 UTC

svn commit: r434113 - /tapestry/tapestry5/tapestry-project/trunk/pom.xml

Author: hlship
Date: Wed Aug 23 11:15:27 2006
New Revision: 434113

URL: http://svn.apache.org/viewvc?rev=434113&view=rev
Log:
Update pointers to latest Codehaus plugin repositories.
Re-enable the Cobetura code coverage report.

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?rev=434113&r1=434112&r2=434113&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Wed Aug 23 11:15:27 2006
@@ -82,7 +82,7 @@
             <dependency>
                 <groupId>aspectj</groupId>
                 <artifactId>aspectjrt</artifactId>
-                <version>1.5.0</version>
+                <version>1.5.2</version>
                 <scope>compile</scope>
             </dependency>
             <!-- Now, artifacts created by Tapestry sub-projects. -->
@@ -99,7 +99,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <configuration>
+                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>
                     </configuration>
@@ -109,6 +109,8 @@
                     <artifactId>aspectj-maven-plugin</artifactId>
                     <configuration>
                         <complianceLevel>1.5</complianceLevel>
+                        <source>1.5</source>
+                        <target>1.5</target>
                     </configuration>
                     <executions>
                         <execution>
@@ -159,6 +161,10 @@
             <id>howardlewisship.com</id>
             <url>http://howardlewisship.com/repository</url>
         </repository>
+        <repository>
+            <id>codehaus.snapshots</id>
+            <url>http://snapshots.repository.codehaus.org</url>
+        </repository>
     </repositories>
     <pluginRepositories>
         <pluginRepository>
@@ -168,6 +174,10 @@
         <pluginRepository>
             <id>howardlewisship.com</id>
             <url>http://howardlewisship.com/repository</url>
+        </pluginRepository>
+        <pluginRepository>
+            <id>codehaus.snapshots</id>
+            <url>http://snapshots.repository.codehaus.org</url>
         </pluginRepository>
     </pluginRepositories>
 </project>