You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/02/07 02:22:30 UTC

svn commit: r1658007 - /oodt/branches/0.8.1/core/pom.xml

Author: mattmann
Date: Sat Feb  7 01:22:29 2015
New Revision: 1658007

URL: http://svn.apache.org/r1658007
Log:
Fix core POM scm.

Modified:
    oodt/branches/0.8.1/core/pom.xml

Modified: oodt/branches/0.8.1/core/pom.xml
URL: http://svn.apache.org/viewvc/oodt/branches/0.8.1/core/pom.xml?rev=1658007&r1=1658006&r2=1658007&view=diff
==============================================================================
--- oodt/branches/0.8.1/core/pom.xml (original)
+++ oodt/branches/0.8.1/core/pom.xml Sat Feb  7 01:22:29 2015
@@ -266,6 +266,11 @@ the License.
         <name>Apache OODT</name>
         <url>http://oodt.apache.org/</url>
     </organization>
+    <scm>
+     <connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/core</connection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/core</developerConnection>
+     <url>http://svn.apache.org/viewvc/oodt/tags/0.8.1/core</url>
+    </scm>
     <build>
         <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
         <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>