You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/06 09:27:56 UTC

svn commit: r1310201 - /archiva/redback/redback-site/trunk/pom.xml

Author: olamy
Date: Fri Apr  6 07:27:55 2012
New Revision: 1310201

URL: http://svn.apache.org/viewvc?rev=1310201&view=rev
Log:
fix scm infos

Modified:
    archiva/redback/redback-site/trunk/pom.xml

Modified: archiva/redback/redback-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/pom.xml?rev=1310201&r1=1310200&r2=1310201&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/pom.xml (original)
+++ archiva/redback/redback-site/trunk/pom.xml Fri Apr  6 07:27:55 2012
@@ -21,16 +21,6 @@
          <port>9000</port>
          <tempWebappDirectory>${basedir}/target/site/tempdir</tempWebappDirectory>
        </configuration>
-       <!-- as already loaded by an extension: java.lang.ClassNotFoundException: org.slf4j.impl.StaticLoggerBinder -->
-        <!--
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.wagon</groupId>
-             <artifactId>wagon-webdav-jackrabbit</artifactId>
-             <version>2.0</version>
-          </dependency>
-        </dependencies>
-        -->
       </plugin>
     </plugins>
   </build>
@@ -57,8 +47,8 @@
     </plugins>
   </reporting>
   <scm>
-    <connection>scm:svn:http://svn.codehaus.org/redback/redback-site/trunk</connection>
-    <developerConnection>scm:svn:https://svn.codehaus.org/redback/redback-site/trunk</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-site/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-site/trunk</developerConnection>
     <url>http://fisheye.codehaus.org/browse/redback/redback-site/trunk</url>
   </scm>
   <distributionManagement>