summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 21:44:50 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 21:44:50 +0000
commite7715da238669b753294c09a629c9e06b3416c09 (patch)
tree52aff9789a7fa6cb02325c5ebfc378973ab56092 /sca-java-1.x/trunk/tutorials
parent0ccd301d0df5e325d7ca1000cd876215bd6dd28c (diff)
Cleanup to avoid unnecessary differences in RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947193 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/binaries/jaxws/pom.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/binaries/openejb/pom.xml2
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/binaries/jaxws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/binaries/jaxws/pom.xml
index 61c3fa711e..ad0df68a8f 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/binaries/jaxws/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/binaries/jaxws/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-util-jaxws-runtime</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>${pom.version}</version>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/binaries/openejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/binaries/openejb/pom.xml
index 2f763844a1..1b0b2f77e4 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/binaries/openejb/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/binaries/openejb/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>scatours-util-openejb-runtime</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>${pom.version}</version>
</dependency>
</dependencies>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml
index c1f756c20f..9b8788453d 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-corba/pom.xml
@@ -65,7 +65,7 @@
</includes>
<emitStubs>true</emitStubs>
<emitSkeletons>true</emitSkeletons>
- <compatible>false</compatible>
+ <compatible>false</compatible>
</source>
</sources>
<sourceDirectory>${basedir}/src/main/resources</sourceDirectory>
@@ -73,4 +73,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>