You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2005/10/13 13:30:59 UTC

svn commit: r320738 - /portals/pluto/branches/pluto-1.1/pom.xml

Author: ddewolf
Date: Thu Oct 13 04:30:57 2005
New Revision: 320738

URL: http://svn.apache.org/viewcvs?rev=320738&view=rev
Log:
Upgrading pom.xml to use M21.1B3

Modified:
    portals/pluto/branches/pluto-1.1/pom.xml

Modified: portals/pluto/branches/pluto-1.1/pom.xml
URL: http://svn.apache.org/viewcvs/portals/pluto/branches/pluto-1.1/pom.xml?rev=320738&r1=320737&r2=320738&view=diff
==============================================================================
--- portals/pluto/branches/pluto-1.1/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1/pom.xml Thu Oct 13 04:30:57 2005
@@ -58,14 +58,14 @@
       <id>m1</id>
       <name>Maven 1 Repository</name>
 	  <url>scp://cvs.apache.org/www/cvs.apache.org/repository</url>
-	  <snapshotPolicy>always</snapshotPolicy>
 	  <layout>legacy</layout>
-	  <checksumPolicy>warn</checksumPolicy>
+	  <!-- snapshotPolicy>always</snapshotPolicy -->
+	  <!-- checksumPolicy>warn</checksumPolicy -->
     </repository>
 	<!--
 	Deploying to multiple repos does not currently
 	work.  To deploy to this repo, comment out the
-    m1 repo and uncomment this.
+        m1 repo and uncomment this.
     <repository>
       <id>m2</id>
       <name>Maven 2 Repository</name>
@@ -91,16 +91,16 @@
   </repositories>
 
   <modules>
-	<module>maven-pluto-plugin</module>
-	<module>pluto-descriptor-api</module>
-	<module>pluto-descriptor-impl</module>
-	<module>pluto-deploy</module>
+    <module>maven-pluto-plugin</module>
+    <module>pluto-descriptor-api</module>
+    <module>pluto-descriptor-impl</module>
+    <module>pluto-deploy</module>
     <module>pluto-container</module>
     <module>pluto-util</module>
-	<module>pluto-portal-driver</module>
-	<module>pluto-portal</module>
-	<module>pluto-site</module>
-	<module>pluto-testsuite</module>
+    <module>pluto-portal-driver</module>
+    <module>pluto-portal</module>
+    <module>pluto-site</module>
+    <module>pluto-testsuite</module>
   </modules>
 
   <licenses>