Author: mattmann
Date: Sat Feb 7 01:40:00 2015
New Revision: 1658011
URL: http://svn.apache.org/r1658011
Log:
Fix SCM stuff.
Modified:
oodt/branches/0.8.1/app/fmbrowser/pom.xml
oodt/branches/0.8.1/core/pom.xml
oodt/branches/0.8.1/pom.xml
Modified: oodt/branches/0.8.1/app/fmbrowser/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/0.8.1/app/fmbrowser/pom.xml?rev=1658011&r1=1658010&r2=1658011&view=diff
==============================================================================
--- oodt/branches/0.8.1/app/fmbrowser/pom.xml (original)
+++ oodt/branches/0.8.1/app/fmbrowser/pom.xml Sat Feb 7 01:40:00 2015
@@ -29,11 +29,6 @@ the License.
provides the user of the CAS File Manager with a graphical environment in
which they
can view archived products' metadata, query for products with particular
metadata,
and export results of queries to the MS Excel(c) file
format.</description>
- <scm>
-
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/app/fmbrowser</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/tags/0.8.1/app/fmbrowser</developerConnection>
- <url>http://svn.apache.org/viewvc/oodt/tags/0.8.1/app/fmbrowser</url>
- </scm>
<build>
<plugins />
</build>
Modified: oodt/branches/0.8.1/core/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/0.8.1/core/pom.xml?rev=1658011&r1=1658010&r2=1658011&view=diff
==============================================================================
--- oodt/branches/0.8.1/core/pom.xml (original)
+++ oodt/branches/0.8.1/core/pom.xml Sat Feb 7 01:40:00 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/branches/0.8.1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/branches/0.8.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/branches/0.8.1</url>
+ </scm>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
<testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
Modified: oodt/branches/0.8.1/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/branches/0.8.1/pom.xml?rev=1658011&r1=1658010&r2=1658011&view=diff
==============================================================================
--- oodt/branches/0.8.1/pom.xml (original)
+++ oodt/branches/0.8.1/pom.xml Sat Feb 7 01:40:00 2015
@@ -31,8 +31,11 @@ the License.
<description>
Apache OODT is middleware for metadata.
</description>
-
-
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/oodt/branches/0.8.1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/oodt/branches/0.8.1</developerConnection>
+ <url>http://svn.apache.org/viewvc/oodt/branches/0.8.1</url>
+ </scm>
<modules>
<module>core</module>
<module>commons</module>