Author: craigmcc
Date: Wed Jul 5 18:01:41 2006
New Revision: 419400
URL: http://svn.apache.org/viewvc?rev=419400&view=rev
Log:
Correct some URLs to point to the new website and build locations.
Modified:
shale/trunk/pom.xml
Modified: shale/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shale/trunk/pom.xml?rev=419400&r1=419399&r2=419400&view=diff
==============================================================================
--- shale/trunk/pom.xml (original)
+++ shale/trunk/pom.xml Wed Jul 5 18:01:41 2006
@@ -32,20 +32,19 @@
<version>1.0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Shale Framework</name>
- <url>http://struts.apache.org/struts-shale</url>
+ <url>http://shale.apache.org/</url>
<description>The Apache Shale Framework</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/struts/shale/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/struts/shale/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/struts/shale/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shale/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/shale/trunk</url>
</scm>
<distributionManagement>
<site>
<id>apache-site</id>
-
<!--url>scp://people.apache.org/www/struts.apache.org/struts-shale/</url-->
-
<url>scp://people.apache.org/www/people.apache.org/builds/struts/shale/site</url>
+ <url>scp://people.apache.org/www/shale.apache.org</url>
</site>
</distributionManagement>
@@ -233,7 +232,7 @@
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
-
<configLocation>http://svn.apache.org/repos/asf/struts/shale/trunk/maven/build/shale_checks.xml</configLocation>
+
<configLocation>http://svn.apache.org/repos/asf/shale/trunk/maven/build/shale_checks.xml</configLocation>
</configuration>
</plugin>
<plugin>