Author: jmitchell Date: Wed Nov 1 01:32:43 2006 New Revision: 469836 URL: http://svn.apache.org/viewvc?view=rev&rev=469836 Log: fix pom scm locations
Modified: struts/struts1/trunk/apps/blank/pom.xml struts/struts1/trunk/apps/cookbook/pom.xml struts/struts1/trunk/apps/el-example/pom.xml struts/struts1/trunk/apps/examples/pom.xml struts/struts1/trunk/apps/faces-example1/pom.xml struts/struts1/trunk/apps/faces-example2/pom.xml struts/struts1/trunk/apps/mailreader/pom.xml struts/struts1/trunk/apps/scripting-mailreader/pom.xml Modified: struts/struts1/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/blank/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/blank/pom.xml (original) +++ struts/struts1/trunk/apps/blank/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Blank</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/blank/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/blank/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/blank/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> Modified: struts/struts1/trunk/apps/cookbook/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/cookbook/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/cookbook/pom.xml (original) +++ struts/struts1/trunk/apps/cookbook/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Cookbook</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/cookbook/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/cookbook/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/cookbook/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> Modified: struts/struts1/trunk/apps/el-example/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/el-example/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/el-example/pom.xml (original) +++ struts/struts1/trunk/apps/el-example/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Struts EL Exercise</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/el-example/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/el-example/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/el-example/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> Modified: struts/struts1/trunk/apps/examples/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/examples/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/examples/pom.xml (original) +++ struts/struts1/trunk/apps/examples/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Examples</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/examples/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/examples/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/examples/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> Modified: struts/struts1/trunk/apps/faces-example1/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/faces-example1/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/faces-example1/pom.xml (original) +++ struts/struts1/trunk/apps/faces-example1/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Faces Example 1</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/faces-example1/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/faces-example1/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/faces-example1/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> Modified: struts/struts1/trunk/apps/faces-example2/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/faces-example2/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/faces-example2/pom.xml (original) +++ struts/struts1/trunk/apps/faces-example2/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Faces Example 2</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/faces-example2/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/faces-example2/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/faces-example2/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> Modified: struts/struts1/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/mailreader/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/mailreader/pom.xml (original) +++ struts/struts1/trunk/apps/mailreader/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Mailreader</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/mailreader/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/mailreader/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/mailreader/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId> Modified: struts/struts1/trunk/apps/scripting-mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts1/trunk/apps/scripting-mailreader/pom.xml?view=diff&rev=469836&r1=469835&r2=469836 ============================================================================== --- struts/struts1/trunk/apps/scripting-mailreader/pom.xml (original) +++ struts/struts1/trunk/apps/scripting-mailreader/pom.xml Wed Nov 1 01:32:43 2006 @@ -34,6 +34,12 @@ <packaging>war</packaging> <name>Struts Apps - Scripting Mailreader</name> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/scripting-mailreader/</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/struts1/trunk/apps/scripting-mailreader/</developerConnection> + <url>http://svn.apache.org/repos/asf/struts/struts1/trunk/apps/scripting-mailreader/</url> + </scm> + <dependencies> <dependency> <groupId>${pom.groupId}</groupId>