summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/contrib/samples/stock-comet/pom.xml
diff options
context:
space:
mode:
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>