Modified:
/trunk/Caboto/caboto-web/pom.xml
=======================================
--- /trunk/Caboto/caboto-web/pom.xml Mon Mar 30 06:54:06 2009
+++ /trunk/Caboto/caboto-web/pom.xml Thu Jan 14 10:02:21 2010
@@ -10,7 +10,6 @@
<artifactId>caboto-web</artifactId>
<packaging>war</packaging>
<name>caboto-web Maven Webapp</name>
- <version>0.9-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<build>
<plugins>
@@ -32,7 +31,7 @@
<dependency>
<groupId>org.caboto</groupId>
<artifactId>caboto</artifactId>
- <version>${project.caboto.version}</version>
+ <version>${caboto.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>