You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2006/10/30 17:03:00 UTC

svn commit: r469175 - /tapestry/tapestry-test/trunk/pom.xml

Author: jkuhnert
Date: Mon Oct 30 08:02:59 2006
New Revision: 469175

URL: http://svn.apache.org/viewvc?view=rev&rev=469175
Log:
Updated maven2 dependencies and deployed out to repos.

Modified:
    tapestry/tapestry-test/trunk/pom.xml

Modified: tapestry/tapestry-test/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-test/trunk/pom.xml?view=diff&rev=469175&r1=469174&r2=469175
==============================================================================
--- tapestry/tapestry-test/trunk/pom.xml (original)
+++ tapestry/tapestry-test/trunk/pom.xml Mon Oct 30 08:02:59 2006
@@ -1,5 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.tapestry</groupId>
@@ -10,7 +9,7 @@
     <name>Tapestry Test</name>
     <inceptionYear>2006</inceptionYear>
     <url>http://tapestry.apache.org/tapestry-test/</url>
-    
+
     <licenses>
         <license>
             <name>Apache Software License 2.0</name>
@@ -30,9 +29,7 @@
     </issueManagement>
 
     <scm>
-        <connection>
-            scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk
-        </connection>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk</connection>
         <developerConnection>
             scm:svn:https://svn.apache.org/repos/asf/tapestry/tapestry-test/trunk/
         </developerConnection>
@@ -231,6 +228,12 @@
                     <target>1.5</target>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.3-SNAPSHOT</version>
+                <inherited>true</inherited>
+            </plugin>
         </plugins>
     </build>
 
@@ -264,6 +267,9 @@
         <pluginRepository>
             <id>apache.snapshots</id>
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
         </pluginRepository>
         <pluginRepository>
             <id>tapestry.javaforge</id>