Author: goodale
Date: Sun Feb 20 18:04:31 2011
New Revision: 1072666

URL: http://svn.apache.org/viewvc?rev=1072666&view=rev
Log:
OODT-130 - Corrected mailing-list links and source repo links.

Modified:
    oodt/trunk/core/pom.xml

Modified: oodt/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1072666&r1=1072665&r2=1072666&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Sun Feb 20 18:04:31 2011
@@ -31,7 +31,7 @@ the License.
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>
-    <url>http://incubator.apache.org/oodt/${project.artifactId}</url>
+    <url>http://oodt.apache.org/</url>
     <issueManagement>
         <system>JIRA</system>
         <url>https://issues.apache.org/jira/browse/OODT</url>
@@ -73,22 +73,22 @@ the License.
     <mailingLists>
         <mailingList>
               <name>dev</name>
-              <subscribe>[email protected]</subscribe>
-              
<unsubscribe>[email protected]</unsubscribe>
-              <post>[email protected]</post>
-              
<archive>http://mail-archives.apache.org/mod_mbox/incubator-oodt-dev/</archive>
+              <subscribe>[email protected]</subscribe>
+              <unsubscribe>[email protected]</unsubscribe>
+              <post>[email protected]</post>
+              
<archive>http://mail-archives.apache.org/mod_mbox/oodt-dev/</archive>
         </mailingList>
         <mailingList>
               <name>commits</name>
-              
<subscribe>[email protected]</subscribe>
-              
<unsubscribe>[email protected]</unsubscribe>
-              
<archive>http://mail-archives.apache.org/mod_mbox/incubator-oodt-commits/</archive>
+              <subscribe>[email protected]</subscribe>
+              <unsubscribe>[email protected]</unsubscribe>
+              
<archive>http://mail-archives.apache.org/mod_mbox/oodt-commits/</archive>
         </mailingList>
         <mailingList>
               <name>private</name>
-              
<subscribe>[email protected]</subscribe>
-              
<unsubscribe>[email protected]</unsubscribe>
-              <post>[email protected]</post>
+              <subscribe>[email protected]</subscribe>
+              <unsubscribe>[email protected]</unsubscribe>
+              <post>[email protected]</post>
         </mailingList>
     </mailingLists>
     <developers>
@@ -241,14 +241,14 @@ the License.
         </license>
     </licenses>
     <scm>
-        
<connection>scm:svn:http://svn.apache.org/repos/asf/oodt/trunk/${project.artifactId}</connection>
-        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/${project.artifactId}</developerConnection>
-        
<url>http://svn.apache.org/viewvc/oodt/trunk/${project.artifactId}/</url>
+        
<connection>scm:svn:http://svn.apache.org/repos/asf/oodt/trunk/</connection>
+        
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/trunk/</developerConnection>
+        <url>http://svn.apache.org/viewvc/oodt/trunk/</url>
         <tag>HEAD</tag>
     </scm>
     <organization>
-        <name>Apache Incubator</name>
-        <url>http://incubator.apache.org/</url>
+        <name>Apache OODT</name>
+        <url>http://oodt.apache.org/</url>
     </organization>
     <build>
         <sourceDirectory>${basedir}/src/main/java</sourceDirectory>


Reply via email to