Author: pramirez
Date: Thu Jun 23 05:22:53 2011
New Revision: 1138739
URL: http://svn.apache.org/viewvc?rev=1138739&view=rev
Log:
The maven release plugin is real picky. Having the scm parameters configured in
the common parent pom confused the generation of the scm.url during the
release:prepare. The scm parameters were simply moved from core/pom.xml to
pom.xml. Unfortunately this can't be fully tested until it is committed as the
release:prepare goal bails unless everything is commited in the current check
out. It does however get far enough to see that the scm.url in the
release.properties is corrected.
Modified:
oodt/trunk/core/pom.xml
oodt/trunk/pom.xml
Modified: oodt/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/core/pom.xml?rev=1138739&r1=1138738&r2=1138739&view=diff
==============================================================================
--- oodt/trunk/core/pom.xml (original)
+++ oodt/trunk/core/pom.xml Thu Jun 23 05:22:53 2011
@@ -255,12 +255,6 @@ the License.
<distribution>manual</distribution>
</license>
</licenses>
- <scm>
-
<connection>scm:svn:https://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 OODT</name>
<url>http://oodt.apache.org/</url>
Modified: oodt/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/pom.xml?rev=1138739&r1=1138738&r2=1138739&view=diff
==============================================================================
--- oodt/trunk/pom.xml (original)
+++ oodt/trunk/pom.xml Thu Jun 23 05:22:53 2011
@@ -34,7 +34,14 @@ the License.
<description>
Apache OODT is middleware for metadata.
</description>
-
+
+ <scm>
+
<connection>scm:svn:https://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>
+
<modules>
<module>core</module>
<module>commons</module>