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:24:15 UTC

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

Author: mattmann
Date: Sat Feb  7 01:24:15 2015
New Revision: 1658008

URL: http://svn.apache.org/r1658008
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=1658008&r1=1658007&r2=1658008&view=diff
==============================================================================
--- oodt/branches/0.8.1/core/pom.xml (original)
+++ oodt/branches/0.8.1/core/pom.xml Sat Feb  7 01:24:15 2015
@@ -266,11 +266,6 @@ 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>