Modified:
/trunk/Caboto/caboto/pom.xml
/trunk/Caboto/caboto-web/pom.xml
/trunk/Caboto/database/pom.xml
/trunk/Caboto/pom.xml
=======================================
--- /trunk/Caboto/caboto/pom.xml Thu Jan 14 10:01:50 2010
+++ /trunk/Caboto/caboto/pom.xml Fri Jan 15 04:35:45 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>caboto-parent</artifactId>
<groupId>org.caboto</groupId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.caboto</groupId>
=======================================
--- /trunk/Caboto/caboto-web/pom.xml Thu Jan 14 10:02:21 2010
+++ /trunk/Caboto/caboto-web/pom.xml Fri Jan 15 04:35:45 2010
@@ -3,7 +3,7 @@
<parent>
<artifactId>caboto-parent</artifactId>
<groupId>org.caboto</groupId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.caboto</groupId>
=======================================
--- /trunk/Caboto/database/pom.xml Thu Jan 14 10:01:36 2010
+++ /trunk/Caboto/database/pom.xml Fri Jan 15 04:35:45 2010
@@ -6,7 +6,7 @@
<parent>
<artifactId>caboto-parent</artifactId>
<groupId>org.caboto</groupId>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.caboto</groupId>
=======================================
--- /trunk/Caboto/pom.xml Thu Jan 14 10:01:25 2010
+++ /trunk/Caboto/pom.xml Fri Jan 15 04:35:45 2010
@@ -7,7 +7,7 @@
<groupId>org.caboto</groupId>
<artifactId>caboto-parent</artifactId>
<packaging>pom</packaging>
- <version>0.9-SNAPSHOT</version>
+ <version>0.9</version>
<name>Caboto Parent</name>
<url>http://maven.apache.org</url>
<modules>
@@ -22,7 +22,7 @@
<sdb.version>1.3.0</sdb.version>
<arq.version>2.7.0</arq.version>
<jersey.version>1.0.3</jersey.version>
- <caboto.version>0.9-SNAPSHOT</caboto.version>
+ <caboto.version>0.9</caboto.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>