diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-15 18:13:42 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-15 18:13:42 +0000 |
commit | fd784d176584c18d71058af67e1a6fbebccda453 (patch) | |
tree | 491d48d816c96529ba6870494a2dca6cb7c7cc27 | |
parent | fdfa3d0df9dc79314411bf455cc71c5677925e1b (diff) |
Update scn urls required by continuuns builds
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@754709 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-java-1.x/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/branches/sca-java-1.x/pom.xml b/branches/sca-java-1.x/pom.xml index eb86529b9f..7a734204b0 100644 --- a/branches/sca-java-1.x/pom.xml +++ b/branches/sca-java-1.x/pom.xml @@ -33,9 +33,9 @@ <version>1.5-SNAPSHOT</version> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/tuscany/java/sca</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tuscany/java/sca</developerConnection> - <url>http://svn.apache.org/repos/asf/tuscany/java/sca</url> + <connection>scm:svn:http://svn.eu.apache.org/repos/asf/tuscany/branches/sca-java-1.x</connection> + <developerConnection>scm:svn:https://svn.eu.apache.org/repos/asf/tuscany/branches/sca-java-1.x</developerConnection> + <url>http://svn.eu.apache.org/repos/asf/tuscany/branches/sca-java-1.x</url> </scm> <prerequisites> @@ -497,5 +497,4 @@ </plugins> </pluginManagement> </build> - </project> |