Author: greddin
Date: Thu Jul 20 22:09:41 2006
New Revision: 424181
URL: http://svn.apache.org/viewvc?rev=424181&view=rev
Log:
SHALE-227. Modified the <scm> tags to point to the correct svn location.
Modified:
shale/framework/trunk/pom.xml
shale/framework/trunk/shale-apps/pom.xml
Modified: shale/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/pom.xml?rev=424181&r1=424180&r2=424181&view=diff
==============================================================================
--- shale/framework/trunk/pom.xml (original)
+++ shale/framework/trunk/pom.xml Thu Jul 20 22:09:41 2006
@@ -36,9 +36,9 @@
<description>The Apache Shale Framework</description>
<scm>
-
<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>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/shale/framework/trunk</url>
</scm>
<distributionManagement>
@@ -282,7 +282,7 @@
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<configuration>
-
<configLocation>http://svn.apache.org/repos/asf/shale/trunk/maven/build/shale_checks.xml</configLocation>
+
<configLocation>http://svn.apache.org/repos/asf/shale/maven/trunk/build/shale_checks.xml</configLocation>
</configuration>
</plugin>
<plugin>
Modified: shale/framework/trunk/shale-apps/pom.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps/pom.xml?rev=424181&r1=424180&r2=424181&view=diff
==============================================================================
--- shale/framework/trunk/shale-apps/pom.xml (original)
+++ shale/framework/trunk/shale-apps/pom.xml Thu Jul 20 22:09:41 2006
@@ -32,9 +32,9 @@
<url>http://shale.apache.org</url>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/shale/trunk/shale-apps</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/trunk/shale-apps</developerConnection>
- <url>http://svn.apache.org/viewvc/shale/trunk/shale-apps</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps</developerConnection>
+
<url>http://svn.apache.org/viewvc/shale/framework/trunk/shale-apps</url>
</scm>
<distributionManagement>