Author: djencks
Date: Fri Mar 28 12:08:20 2008
New Revision: 642338

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

Modified:
    activemq/activeio/branches/activeio-3.0/pom.xml

Modified: activemq/activeio/branches/activeio-3.0/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/activeio/branches/activeio-3.0/pom.xml?rev=642338&r1=642337&r2=642338&view=diff
==============================================================================
--- activemq/activeio/branches/activeio-3.0/pom.xml (original)
+++ activemq/activeio/branches/activeio-3.0/pom.xml Fri Mar 28 12:08:20 2008
@@ -154,15 +154,6 @@
 <!--
   <repositories>
     <repository>
-      <id>central</id>
-      <url>http://ibiblio.org/maven2/</url>
-    </repository>
-    <repository>
-      <id>apache.incubating.releases</id>
-      <name>Apache Incubating Release Distribution Repository</name>
-      <url>http://people.apache.org/repo/m2-incubating-repository</url>
-    </repository>
-    <repository>
       <id>apache.snapshots</id>
       <name>Apache Development Snapshot Repository</name>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
@@ -192,11 +183,6 @@
 -->
 
   <distributionManagement>
-    <repository>
-      <id>apache.incubating.releases</id>
-      <name>Apache Incubating Release Distribution Repository</name>
-      <url>${dist-repo-url}</url>
-    </repository>
     <snapshotRepository>
       <id>apache.snapshots</id>
       <name>Apache Development Snapshot Repository</name>
@@ -209,9 +195,9 @@
   </distributionManagement>
 
   <scm>
-    
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activeio/trunk</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activeio/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/activemq/activeio/trunk</url>
+    
<connection>scm:svn:https://svn.apache.org/repos/asf/activemq/activeio/branches/activeio-3.0</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/activemq/activeio/branches/activeio-3.0</developerConnection>
+    
<url>http://svn.apache.org/viewcvs.cgi/activemq/activeio/branches/activeio-3.0</url>
   </scm>
 
   <build>


Reply via email to