summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 21:38:39 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 21:38:39 +0000
commiteb439b7b7b108101e7cb4a43ede255e4c8fcb0f1 (patch)
tree5a00fc124fbcba6fb2588f4f899bc6b12944da2d /sca-java-1.x/branches/sca-java-travelsample-1.0
parentce0ee29734dca934ba53c103b231ca39d27e91bc (diff)
Cleanup to avoid unnecessary differences in RC tag
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947185 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml2
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
index 61c3fa711e..ad0df68a8f 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/jaxws/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/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/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml
index 2f763844a1..1b0b2f77e4 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/binaries/openejb/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/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/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml
index c1f756c20f..9b8788453d 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/services/smsgateway-corba/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/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>