summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples/stock-comet/pom.xml
diff options
context:
space:
mode:
authorfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-14 00:42:53 +0000
committerfmoga <fmoga@13f79535-47bb-0310-9956-ffa450edef68>2010-08-14 00:42:53 +0000
commit24bb8d65b5ad54121ce666ee1d805f0f6ec3d713 (patch)
tree916871d9cedcbe799938509341153dd4b40d1be3 /sca-java-2.x/contrib/samples/stock-comet/pom.xml
parenteff7bb9dd439b9d9d74cb54b4cf0733e6b3ca0cf (diff)
Modified the sample in order to illustrate how the binding handles multiple comet services through the same persisted http connection.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/contrib/samples/stock-comet/pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/sca-java-2.x/contrib/samples/stock-comet/pom.xml b/sca-java-2.x/contrib/samples/stock-comet/pom.xml
index f6f68d1e66..a329c2bdaf 100644
--- a/sca-java-2.x/contrib/samples/stock-comet/pom.xml
+++ b/sca-java-2.x/contrib/samples/stock-comet/pom.xml
@@ -23,10 +23,10 @@
</parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>sample-stock-comet-webapp</artifactId>
+ <artifactId>sample-comet-weather-monitor-webapp</artifactId>
<packaging>war</packaging>
<version>1.0</version>
- <name>stock-comet</name>
+ <name>weather-monitor</name>
<dependencies>
<dependency>
@@ -37,12 +37,12 @@
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-commons</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.6.1</version>
</dependency>
<dependency>
<groupId>org.atmosphere</groupId>
<artifactId>atmosphere-runtime</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.6.1</version>
</dependency>
<dependency>
<groupId>javax</groupId>
@@ -67,7 +67,7 @@
</dependencies>
<build>
- <finalName>stock-comet</finalName>
+ <finalName>weather-monitor</finalName>
</build>
</project>