From b77b257f08f4ffd1a15693b5b2d994c0935a6c7e Mon Sep 17 00:00:00 2001 From: antelder Date: Wed, 20 Jul 2011 10:10:23 +0000 Subject: Add the ASF snapshot repositories to the getting started samples so that they can be used from an svn checkouts of the individual samples without having to do a local trunk build git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1148679 13f79535-47bb-0310-9956-ffa450edef68 --- .../trunk/samples/getting-started/helloworld-ant/pom.xml | 14 ++++++++++++++ .../trunk/samples/getting-started/helloworld-bpel/pom.xml | 14 ++++++++++++++ .../trunk/samples/getting-started/helloworld-jaxrs/pom.xml | 14 ++++++++++++++ .../samples/getting-started/helloworld-jsonrpc/pom.xml | 14 ++++++++++++++ .../samples/getting-started/helloworld-scaclient/pom.xml | 14 ++++++++++++++ .../samples/getting-started/helloworld-spring/pom.xml | 14 ++++++++++++++ .../samples/getting-started/helloworld-webapp/pom.xml | 14 ++++++++++++++ .../samples/getting-started/helloworld-webservice/pom.xml | 14 ++++++++++++++ .../trunk/samples/getting-started/helloworld/pom.xml | 14 ++++++++++++++ 9 files changed, 126 insertions(+) (limited to 'sca-java-2.x/trunk/samples') diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml index eabfa7e8bf..c3574087cd 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-ant/pom.xml @@ -37,6 +37,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml index a0da82d1d3..214965f1fc 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-bpel/pom.xml @@ -38,6 +38,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml index f8cc051e14..1c151663c4 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jaxrs/pom.xml @@ -36,6 +36,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml index 8d193fd1a6..b5e7b7ee96 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-jsonrpc/pom.xml @@ -37,6 +37,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml index 1f0638aead..469333aab5 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-scaclient/pom.xml @@ -37,6 +37,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml index 140e2c1221..f5d6a0e1e6 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-spring/pom.xml @@ -36,6 +36,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml index 5ec9644c69..74175a0492 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webapp/pom.xml @@ -38,6 +38,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml index 7a5582b83a..276d8525c1 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld-webservice/pom.xml @@ -37,6 +37,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + diff --git a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml index f0aac7c3fc..367ba62cf6 100644 --- a/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml +++ b/sca-java-2.x/trunk/samples/getting-started/helloworld/pom.xml @@ -36,6 +36,20 @@ ${project.version} + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + + apache.snapshots + Apache Snapshot Repository + http://repository.apache.org/snapshots + false + + -- cgit v1.2.3