Author: zoe
Date: Fri Jan 21 08:49:51 2011
New Revision: 1061686
URL: http://svn.apache.org/viewvc?rev=1061686&view=rev
Log:
ARIES-548 Fixed references to incubator in modules we are going to release
Added:
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/webapp/images/feather.png
(with props)
Removed:
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/webapp/images/apache-incubator-logo.png
Modified:
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ApplicationMetadata.java
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ServiceDeclaration.java
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/AriesApplication.java
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/AriesApplicationResolver.java
aries/branches/0.3-RCx/application/application-management/src/main/java/org/apache/aries/application/management/impl/AriesApplicationManagerImpl.java
aries/branches/0.3-RCx/application/pom.xml
aries/branches/0.3-RCx/blueprint/pom.xml
aries/branches/0.3-RCx/eba-maven-plugin/pom.xml
aries/branches/0.3-RCx/jmx/pom.xml
aries/branches/0.3-RCx/jndi/pom.xml
aries/branches/0.3-RCx/jpa/pom.xml
aries/branches/0.3-RCx/parent/default-parent/pom.xml
aries/branches/0.3-RCx/parent/pom.xml
aries/branches/0.3-RCx/proxy/pom.xml
aries/branches/0.3-RCx/quiesce/pom.xml
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/java/org/apache/aries/samples/blog/web/util/HTMLOutput.java
aries/branches/0.3-RCx/samples/pom.xml
aries/branches/0.3-RCx/testsupport/pom.xml
aries/branches/0.3-RCx/transaction/pom.xml
aries/branches/0.3-RCx/util/pom.xml
aries/branches/0.3-RCx/web/pom.xml
Modified:
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ApplicationMetadata.java
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ApplicationMetadata.java?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
---
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ApplicationMetadata.java
(original)
+++
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ApplicationMetadata.java
Fri Jan 21 08:49:51 2011
@@ -28,8 +28,8 @@ import org.osgi.framework.Version;
/**
* A representation of an APPLICATION.MF file.
- * @see <a href="http://incubator.apache.org/aries/applications.html">
- * http://incubator.apache.org/aries/applications.html</a>.
+ * @see <a href="http://aries.apache.org/applications.html">
+ * http://aries.apache.org/applications.html</a>.
*
*/
public interface ApplicationMetadata
Modified:
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ServiceDeclaration.java
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ServiceDeclaration.java?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
---
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ServiceDeclaration.java
(original)
+++
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/ServiceDeclaration.java
Fri Jan 21 08:49:51 2011
@@ -22,8 +22,8 @@ import org.osgi.framework.Filter;
/**
* Represents a service imported or exported by an Aries application.
- * @see <a href="http://incubator.apache.org/aries/applications.html">
- * http://incubator.apache.org/aries/applications.html</a>.
+ * @see <a href="http://aries.apache.org/applications.html">
+ * http://aries.apache.org/applications.html</a>.
*/
public interface ServiceDeclaration {
Modified:
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/AriesApplication.java
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/AriesApplication.java?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
---
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/AriesApplication.java
(original)
+++
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/AriesApplication.java
Fri Jan 21 08:49:51 2011
@@ -31,8 +31,8 @@ import org.apache.aries.application.Depl
/**
* Metadata about an Aries application
- * @see <a href="http://incubator.apache.org/aries/applications.html">
- * http://incubator.apache.org/aries/applications.html</a>.
+ * @see <a href="http://aries.apache.org/applications.html">
+ * http://aries.apache.org/applications.html</a>.
*
*/
public interface AriesApplication
Modified:
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/AriesApplicationResolver.java
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/AriesApplicationResolver.java?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
---
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/AriesApplicationResolver.java
(original)
+++
aries/branches/0.3-RCx/application/application-api/src/main/java/org/apache/aries/application/management/spi/resolve/AriesApplicationResolver.java
Fri Jan 21 08:49:51 2011
@@ -36,7 +36,7 @@ import org.osgi.framework.Version;
/**
* An {@code AriesApplicationResolver} is a service used by the {@link
AriesApplicationManager} when one of the
* {@code createApplication} methods are called. It is used to "deploy" the
application. The "deploy" process
- * generates an Aries Deployment manifest <a
href="http://incubator.apache.org/aries/applications.html"/>See
+ * generates an Aries Deployment manifest <a
href="http://aries.apache.org/applications.html"/>See
* the design documentation</a>.
*
* <p>The {@code AriesApplicationManager} calls the resolve method in order to
determine which bundles are required.
Modified:
aries/branches/0.3-RCx/application/application-management/src/main/java/org/apache/aries/application/management/impl/AriesApplicationManagerImpl.java
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/application/application-management/src/main/java/org/apache/aries/application/management/impl/AriesApplicationManagerImpl.java?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
---
aries/branches/0.3-RCx/application/application-management/src/main/java/org/apache/aries/application/management/impl/AriesApplicationManagerImpl.java
(original)
+++
aries/branches/0.3-RCx/application/application-management/src/main/java/org/apache/aries/application/management/impl/AriesApplicationManagerImpl.java
Fri Jan 21 08:49:51 2011
@@ -121,7 +121,7 @@ public class AriesApplicationManagerImpl
/**
* Create an AriesApplication from a .eba file: a zip file with a '.eba'
extension
- * as per http://incubator.apache.org/aries/applications.html
+ * as per http://aries.apache.org/applications.html
*/
public AriesApplication createApplication(IDirectory ebaFile) throws
ManagementException {
ApplicationMetadata applicationMetadata = null;
Modified: aries/branches/0.3-RCx/application/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/application/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/application/pom.xml (original)
+++ aries/branches/0.3-RCx/application/pom.xml Fri Jan 21 08:49:51 2011
@@ -35,9 +35,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/application</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/application</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/aries/trunk/application</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/application</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/application</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/application</url>
</scm>
<dependencyManagement>
Modified: aries/branches/0.3-RCx/blueprint/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/blueprint/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/blueprint/pom.xml (original)
+++ aries/branches/0.3-RCx/blueprint/pom.xml Fri Jan 21 08:49:51 2011
@@ -37,9 +37,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/blueprint</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/blueprint</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/blueprint</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/blueprint</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/blueprint</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/blueprint</url>
</scm>
<dependencyManagement>
Modified: aries/branches/0.3-RCx/eba-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/eba-maven-plugin/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/eba-maven-plugin/pom.xml (original)
+++ aries/branches/0.3-RCx/eba-maven-plugin/pom.xml Fri Jan 21 08:49:51 2011
@@ -38,9 +38,9 @@ under the License.
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/eba-maven-plugin</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/eba-maven-plugin</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/aries/trunk/eba-maven-plugin</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/eba-maven-plugin</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/0.3-RCx/eba-maven-plugin</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/eba-maven-plugin</url>
</scm>
<dependencies>
Modified: aries/branches/0.3-RCx/jmx/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/jmx/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/jmx/pom.xml (original)
+++ aries/branches/0.3-RCx/jmx/pom.xml Fri Jan 21 08:49:51 2011
@@ -35,9 +35,9 @@
<description>Implementation of the JMX Management Model
Specification</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/jmx</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/jmx</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/jmx</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/jmx</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/jmx</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/jmx</url>
</scm>
<dependencyManagement>
Modified: aries/branches/0.3-RCx/jndi/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/jndi/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/jndi/pom.xml (original)
+++ aries/branches/0.3-RCx/jndi/pom.xml Fri Jan 21 08:49:51 2011
@@ -37,9 +37,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/jndi</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/jndi</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/jndi</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/jndi</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/jndi</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/jndi</url>
</scm>
<properties>
Modified: aries/branches/0.3-RCx/jpa/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/jpa/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/jpa/pom.xml (original)
+++ aries/branches/0.3-RCx/jpa/pom.xml Fri Jan 21 08:49:51 2011
@@ -31,9 +31,9 @@
<name>Aries JPA Component</name>
<version>0.3-SNAPSHOT</version>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/jpa</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/jpa</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/jpa</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/jpa</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/jpa</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/jpa</url>
</scm>
<dependencyManagement>
<dependencies>
Modified: aries/branches/0.3-RCx/parent/default-parent/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/parent/default-parent/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/parent/default-parent/pom.xml (original)
+++ aries/branches/0.3-RCx/parent/default-parent/pom.xml Fri Jan 21 08:49:51
2011
@@ -276,7 +276,6 @@
<configuration>
<resourceBundles>
<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
-
<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>
</resourceBundles>
</configuration>
</execution>
Modified: aries/branches/0.3-RCx/parent/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/parent/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/parent/pom.xml (original)
+++ aries/branches/0.3-RCx/parent/pom.xml Fri Jan 21 08:49:51 2011
@@ -38,7 +38,7 @@
Aries top-level parent pom
</description>
- <url>http://incubator.apache.org/aries</url>
+ <url>http://aries.apache.org/</url>
<organization>
<name>The Apache Software Foundation</name>
@@ -48,9 +48,9 @@
<inceptionYear>2009</inceptionYear>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/parent</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/parent</developerConnection>
-
<url>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/parent</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx</developerConnection>
+
<url>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/parent</url>
</scm>
<issueManagement>
@@ -61,26 +61,26 @@
<mailingLists>
<mailingList>
<name>Aries User List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
- <post>mailto:[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-aries-user/</archive>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>mailto:[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/aries-user/</archive>
</mailingList>
<mailingList>
<name>Aries Developer List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
- <post>mailto:[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-aries-dev/</archive>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>mailto:[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/aries-dev/</archive>
</mailingList>
<mailingList>
<name>Aries Commits List</name>
- <subscribe>[email protected]</subscribe>
-
<unsubscribe>[email protected]</unsubscribe>
- <post>mailto:[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/incubator-aries-commits/</archive>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>mailto:[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/aries-commits/</archive>
</mailingList>
</mailingLists>
Modified: aries/branches/0.3-RCx/proxy/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/proxy/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/proxy/pom.xml (original)
+++ aries/branches/0.3-RCx/proxy/pom.xml Fri Jan 21 08:49:51 2011
@@ -37,9 +37,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/proxy</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/proxy</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/proxy</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/proxy</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/proxy</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/proxy</url>
</scm>
<dependencyManagement>
Modified: aries/branches/0.3-RCx/quiesce/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/quiesce/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/quiesce/pom.xml (original)
+++ aries/branches/0.3-RCx/quiesce/pom.xml Fri Jan 21 08:49:51 2011
@@ -35,9 +35,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/quiesce</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/quiesce</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/quiesce</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/quiesce</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/quiesce</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/quiesce</url>
</scm>
<dependencyManagement>
Modified:
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/java/org/apache/aries/samples/blog/web/util/HTMLOutput.java
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/samples/blog/blog-web/src/main/java/org/apache/aries/samples/blog/web/util/HTMLOutput.java?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
---
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/java/org/apache/aries/samples/blog/web/util/HTMLOutput.java
(original)
+++
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/java/org/apache/aries/samples/blog/web/util/HTMLOutput.java
Fri Jan 21 08:49:51 2011
@@ -100,7 +100,7 @@ public class HTMLOutput {
out.println(" <TR>");
out.println(" <TD align=\"left\" class=\"topbardiv\"
nowrap=\"\">");
out
- .println(" <A
href=\"http://incubator.apache.org/aries/\" title=\"Apache Aries
(incubating)\">");
+ .println(" <A
href=\"http://aries.apache.org/aries/\" title=\"Apache Aries\">");
out
.println(" <IMG border=\"0\"
src=\"images/Arieslogo_Horizontal.gif\">");
out.println(" </A>");
@@ -109,7 +109,7 @@ public class HTMLOutput {
out
.println(" <A
href=\"http://www.apache.org/\" title=\"The Apache Software Foundation\">");
out
- .println(" <IMG border=\"0\"
src=\"images/apache-incubator-logo.png\">");
+ .println(" <IMG border=\"0\"
src=\"images/feather.png\">");
out.println(" </A>");
out.println(" </TD>");
out.println(" </TR> ");
Added:
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/webapp/images/feather.png
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/samples/blog/blog-web/src/main/webapp/images/feather.png?rev=1061686&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
aries/branches/0.3-RCx/samples/blog/blog-web/src/main/webapp/images/feather.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: aries/branches/0.3-RCx/samples/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/samples/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/samples/pom.xml (original)
+++ aries/branches/0.3-RCx/samples/pom.xml Fri Jan 21 08:49:51 2011
@@ -33,9 +33,9 @@
<packaging>pom</packaging>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/samples</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/samples</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/samples</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/samples</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/samples</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/samples</url>
</scm>
<properties>
Modified: aries/branches/0.3-RCx/testsupport/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/testsupport/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/testsupport/pom.xml (original)
+++ aries/branches/0.3-RCx/testsupport/pom.xml Fri Jan 21 08:49:51 2011
@@ -37,9 +37,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/testsupport</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/testsupport</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/aries/trunk/testsupport</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/testsupport</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/testsupport</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/testsupport</url>
</scm>
<modules>
Modified: aries/branches/0.3-RCx/transaction/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/transaction/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/transaction/pom.xml (original)
+++ aries/branches/0.3-RCx/transaction/pom.xml Fri Jan 21 08:49:51 2011
@@ -38,9 +38,9 @@
<name>Apache Aries Transaction</name>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/transaction</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/transaction</developerConnection>
-
<url>http://svn.apache.org/viewvc/incubator/aries/trunk/transaction</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/transaction</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/transaction</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/transaction</url>
</scm>
<dependencyManagement>
Modified: aries/branches/0.3-RCx/util/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/util/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/util/pom.xml (original)
+++ aries/branches/0.3-RCx/util/pom.xml Fri Jan 21 08:49:51 2011
@@ -34,9 +34,9 @@
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/util</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/util</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/util</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/util</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/util</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/util</url>
</scm>
<properties>
Modified: aries/branches/0.3-RCx/web/pom.xml
URL:
http://svn.apache.org/viewvc/aries/branches/0.3-RCx/web/pom.xml?rev=1061686&r1=1061685&r2=1061686&view=diff
==============================================================================
--- aries/branches/0.3-RCx/web/pom.xml (original)
+++ aries/branches/0.3-RCx/web/pom.xml Fri Jan 21 08:49:51 2011
@@ -32,9 +32,9 @@
<version>0.3-SNAPSHOT</version>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/aries/trunk/web</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/aries/trunk/web</developerConnection>
- <url>http://svn.apache.org/viewvc/incubator/aries/trunk/web</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/branches/0.3-RCx/web</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/branches/0.3-RCx/web</developerConnection>
+ <url>http://svn.apache.org/viewvc/aries/branches/0.3-RCx/web</url>
</scm>
<modules>