diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-09 13:26:35 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2011-12-09 13:26:35 +0000 |
commit | 342f347a90282bcb3c86c3029203049859a970bc (patch) | |
tree | 9bda36c0bfcd39268355ce13546f6b2b35a882f7 /otest/newlayout | |
parent | 6e3edd75f039d70b32d9fc3e8da063880d7a10f7 (diff) |
TUSCANY-3993 - Apply Tom's change to point to the right snapshot repo. Thanks Tom.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1212399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'otest/newlayout')
-rw-r--r-- | otest/newlayout/pom.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/otest/newlayout/pom.xml b/otest/newlayout/pom.xml index 9a430c276d..0b5e93b3dd 100644 --- a/otest/newlayout/pom.xml +++ b/otest/newlayout/pom.xml @@ -30,8 +30,12 @@ <repositories> <repository> - <id>apache.incubator</id> - <url>http://people.apache.org/repo/m2-incubating-repository</url> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> </repository> </repositories> @@ -81,10 +85,10 @@ <module>tuscany-java-ci-test-runner</module> <module>sca-policy</module> <module>tuscany-policy-test-runner</module> - <!--module>sca-jms</module> + <module>sca-jms</module> <module>tuscany-jms-test-runner</module> <module>sca-ws</module> - <module>tuscany-ws-test-runner</module--> + <module>tuscany-ws-test-runner</module> </modules> </profile> |