--- a/server/pom.xml Tue Dec 25 21:29:11 2012 +0100
+++ b/server/pom.xml Mon Dec 31 12:19:10 2012 +0100
@@ -8,7 +8,8 @@
<packaging>war</packaging>
<properties>
- <coweb-version>0.8.4</coweb-version>
+ <coweb-version>1.0</coweb-version>
+ <cowebx-version>0.8.4</cowebx-version>
<jersey-version>1.16</jersey-version>
<spring-version>3.1.3.RELEASE</spring-version>
<junit-version>4.10</junit-version>
@@ -32,7 +33,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
- <version>7.3.0.v20110203</version>
+ <version>8.1.8.v20121106</version>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<webAppConfig>
@@ -130,7 +131,7 @@
<dependency>
<groupId>org.opencoweb.cowebx</groupId>
<artifactId>cowebx-widgets-dojo</artifactId>
- <version>${coweb-version}</version>
+ <version>${cowebx-version}</version>
<type>war</type>
</dependency>
<dependency>