Author: trustin
Date: Tue Dec 12 18:49:29 2006
New Revision: 486469

URL: http://svn.apache.org/viewvc?view=rev&rev=486469
Log:
* Fixed wrong SCM information in 1.0 pom.xml
* Added site distribution information 


Modified:
    mina/branches/1.0/pom.xml
    mina/branches/1.1/pom.xml

Modified: mina/branches/1.0/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.0/pom.xml?view=diff&rev=486469&r1=486468&r2=486469
==============================================================================
--- mina/branches/1.0/pom.xml (original)
+++ mina/branches/1.0/pom.xml Tue Dec 12 18:49:29 2006
@@ -25,10 +25,17 @@
   </issueManagement>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/1.0.1</connection>
-    <url>https://svn.apache.org/repos/asf/mina/tags/1.0.1</url>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/tags/1.0.1</developerConnection>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/mina/branches/1.0</connection>
+    <url>https://svn.apache.org/repos/asf/mina/brchanes/1.0</url>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/branches/1.0</developerConnection>
   </scm>
+
+  <distributionManagement>
+    <site>
+      <id>apache.websites</id>
+      <url>scp://people.apache.org/www/mina.apache.org/report/1.0/</url>
+    </site>
+  </distributionManagement>
 
   <ciManagement>
     <notifiers>

Modified: mina/branches/1.1/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/branches/1.1/pom.xml?view=diff&rev=486469&r1=486468&r2=486469
==============================================================================
--- mina/branches/1.1/pom.xml (original)
+++ mina/branches/1.1/pom.xml Tue Dec 12 18:49:29 2006
@@ -30,6 +30,13 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/branches/1.1</developerConnection>
   </scm>
 
+  <distributionManagement>
+    <site>
+      <id>apache.websites</id>
+      <url>scp://people.apache.org/www/mina.apache.org/report/1.1/</url>
+    </site>
+  </distributionManagement>
+
   <ciManagement>
     <notifiers>
       <notifier>


Reply via email to