summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches')
-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>