You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2006/09/22 20:54:43 UTC

svn commit: r449049 - in /james/sandbox/james-project: maven-skin/pom.xml pom.xml

Author: bago
Date: Fri Sep 22 11:54:43 2006
New Revision: 449049

URL: http://svn.apache.org/viewvc?view=rev&rev=449049
Log:
Update scm urls for current "sandbox" folder

Modified:
    james/sandbox/james-project/maven-skin/pom.xml
    james/sandbox/james-project/pom.xml

Modified: james/sandbox/james-project/maven-skin/pom.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/maven-skin/pom.xml?view=diff&rev=449049&r1=449048&r2=449049
==============================================================================
--- james/sandbox/james-project/maven-skin/pom.xml (original)
+++ james/sandbox/james-project/maven-skin/pom.xml Fri Sep 22 11:54:43 2006
@@ -25,4 +25,27 @@
   <version>1.1-SNAPSHOT</version>
   <name>JAMES Skin</name>
   <description>Apache JAMES Official Maven2 Site Skin</description>
+
+  <distributionManagement>
+  	<!--
+    <repository>
+      <id>apache.releases</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+    </repository>
+    -->
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+  </distributionManagement>
+
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/sandbox/james-project/maven-skin</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/sandbox/james-project/maven-skin</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/sandbox/james-project/maven-skin</url>
+  </scm>
+
 </project>

Modified: james/sandbox/james-project/pom.xml
URL: http://svn.apache.org/viewvc/james/sandbox/james-project/pom.xml?view=diff&rev=449049&r1=449048&r2=449049
==============================================================================
--- james/sandbox/james-project/pom.xml (original)
+++ james/sandbox/james-project/pom.xml Fri Sep 22 11:54:43 2006
@@ -138,9 +138,9 @@
   </developers>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/james/site/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/site/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/james/site/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/sandbox/james-project</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/sandbox/james-project</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/sandbox/james-project</url>
   </scm>
 
   <distributionManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org