Author: dkulp
Date: Thu May 24 18:56:13 2012
New Revision: 1342379
URL: http://svn.apache.org/viewvc?rev=1342379&view=rev
Log:
Add/update scm's so release:prepare will work
Modified:
aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml
aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml
aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml
aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml
aries/branches/blueprint-0.3.2-fixes/util/pom.xml
Modified: aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml?rev=1342379&r1=1342378&r2=1342379&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/blueprint-bundle/pom.xml Thu May 24
18:56:13 2012
@@ -251,4 +251,9 @@
</profile>
</profiles>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/blueprint-bundle</url>
+ </scm>
</project>
Modified: aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml?rev=1342379&r1=1342378&r2=1342379&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/jmx-bundle/pom.xml Thu May 24 18:56:13
2012
@@ -199,5 +199,10 @@
</build>
</profile>
</profiles>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/jmx-bundle</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/jmx-bundle</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-bundle</url>
+ </scm>
</project>
Modified: aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml?rev=1342379&r1=1342378&r2=1342379&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/jmx-core/pom.xml Thu May 24 18:56:13
2012
@@ -87,5 +87,10 @@
<scope>test</scope>
</dependency>
</dependencies>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/jmx-core</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/jmx-core</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/jmx-core</url>
+ </scm>
</project>
Modified: aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml?rev=1342379&r1=1342378&r2=1342379&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/transaction-manager/pom.xml Thu May 24
18:56:13 2012
@@ -212,5 +212,10 @@
</plugins>
</build>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/transaction-manager</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/transaction-manager</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/transaction-manager</url>
+ </scm>
</project>
Modified: aries/branches/blueprint-0.3.2-fixes/util/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/util/pom.xml?rev=1342379&r1=1342378&r2=1342379&view=diff
==============================================================================
--- aries/branches/blueprint-0.3.2-fixes/util/pom.xml (original)
+++ aries/branches/blueprint-0.3.2-fixes/util/pom.xml Thu May 24 18:56:13 2012
@@ -34,9 +34,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-0.3</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-0.3</developerConnection>
-
<url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.util-0.3</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/util</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/blueprint-0.3.2-fixes/util</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/blueprint-0.3.2-fixes/util</url>
</scm>
<properties>