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/06/09 16:00:57 UTC

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

Author: jkuhnert
Date: Fri Jun  9 07:00:56 2006
New Revision: 413048

URL: http://svn.apache.org/viewvc?rev=413048&view=rev
Log:
Updated pom to point to jboss maven repo 

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=413048&r1=413047&r2=413048&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Fri Jun  9 07:00:56 2006
@@ -1,5 +1,5 @@
-<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>
@@ -21,7 +21,9 @@
         <url>http://www.apache.org</url>
     </organization>
     <scm>
-        <connection>https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}</connection>
+        <connection>
+            https://svn.apache.org/repos/asf/tapestry/tapestry5/${pom.artifactId}
+        </connection>
         <url>svn:http://svn.apache.org/viewcvs.cgi/tapestry/tapestry5/${pom.artifactId}</url>
     </scm>
     <developers>
@@ -70,8 +72,8 @@
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
                 <version>1.0.4</version>
-                <!-- This is almost always provided by the container. If not, then WARs will have to
-                     create an explicit dependency. -->
+                <!-- This is almost always provided by the container. If not, then WARs will have to
+                    create an explicit dependency. -->
                 <scope>provided</scope>
             </dependency>
             <dependency>
@@ -147,7 +149,14 @@
                     </reportSet>
                 </reportSets>
             </plugin>
-        </plugins>       
+        </plugins>
     </reporting>
-    
+
+    <repositories>
+        <repository>
+            <id>jboss</id>
+            <url>http://repository.jboss.com/maven2</url>
+        </repository>
+    </repositories>
+
 </project>