summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/pom.xml (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/pom.xml)14
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/java/payment/PaymentImpl.java (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/java/payment/PaymentImpl.java)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/java/scatours/emailgateway/EmailGatewayImpl.java (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/java/scatours/emailgateway/EmailGatewayImpl.java)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/CreditCardPayment.wsdl (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/CreditCardPayment.wsdl)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/EmailGateway.wsdl (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/EmailGateway.wsdl)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/META-INF/sca-contribution.xml (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/Payment-context.xml (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/Payment-context.xml)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/Payment.wsdl (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/Payment.wsdl)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/java/payment/PaymentTestCase.java (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/java/payment/PaymentTestCase.java)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/java/payment/client/PaymentClientImpl.java (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/java/payment/client/PaymentClientImpl.java)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/resources/META-INF/sca-contribution.xml (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/resources/META-INF/sca-contribution.xml)0
-rw-r--r--sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/resources/payment.composite (renamed from sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/resources/payment.composite)0
12 files changed, 7 insertions, 7 deletions
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/pom.xml b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/pom.xml
index 752c5ebebf..299b989cca 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/pom.xml
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<!--relativePath>../../pom.xml</relativePath-->
</parent>
<artifactId>scatours-payment-spring-contribution</artifactId>
@@ -32,41 +32,41 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-embedded</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-spring</artifactId>
- <version>1.5-SNAPSHOT</version>
+ <version>1.6-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/java/payment/PaymentImpl.java b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/java/payment/PaymentImpl.java
index 48f829ae0f..48f829ae0f 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/java/payment/PaymentImpl.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/java/payment/PaymentImpl.java
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/java/scatours/emailgateway/EmailGatewayImpl.java b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/java/scatours/emailgateway/EmailGatewayImpl.java
index 644519a5e7..644519a5e7 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/java/scatours/emailgateway/EmailGatewayImpl.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/java/scatours/emailgateway/EmailGatewayImpl.java
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/CreditCardPayment.wsdl b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/CreditCardPayment.wsdl
index dbf89924cc..dbf89924cc 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/CreditCardPayment.wsdl
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/CreditCardPayment.wsdl
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/EmailGateway.wsdl b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/EmailGateway.wsdl
index a097d9b7e4..a097d9b7e4 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/EmailGateway.wsdl
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/EmailGateway.wsdl
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/META-INF/sca-contribution.xml b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/META-INF/sca-contribution.xml
index 78a5d851f9..78a5d851f9 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/META-INF/sca-contribution.xml
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/META-INF/sca-contribution.xml
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/Payment-context.xml b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/Payment-context.xml
index e786e15d55..e786e15d55 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/Payment-context.xml
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/Payment-context.xml
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/Payment.wsdl b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/Payment.wsdl
index e2c4062f2e..e2c4062f2e 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/main/resources/Payment.wsdl
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/main/resources/Payment.wsdl
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/java/payment/PaymentTestCase.java b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/java/payment/PaymentTestCase.java
index 8046e8b2cd..8046e8b2cd 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/java/payment/PaymentTestCase.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/java/payment/PaymentTestCase.java
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/java/payment/client/PaymentClientImpl.java b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/java/payment/client/PaymentClientImpl.java
index 556a699ad8..556a699ad8 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/java/payment/client/PaymentClientImpl.java
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/java/payment/client/PaymentClientImpl.java
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/resources/META-INF/sca-contribution.xml b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/resources/META-INF/sca-contribution.xml
index 4e61a2f127..4e61a2f127 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/resources/META-INF/sca-contribution.xml
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/resources/META-INF/sca-contribution.xml
diff --git a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/resources/payment.composite b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/resources/payment.composite
index 52deda7a18..52deda7a18 100644
--- a/sandbox/travelsample/chapter-06/payment-spring-contribution/src/test/resources/payment.composite
+++ b/sandbox/travelsample/contrib/chapter-06/payment-spring-contribution/src/test/resources/payment.composite