Modified:
tags/release_0_8/Caboto/caboto-web/pom.xml
tags/release_0_8/Caboto/caboto/pom.xml
tags/release_0_8/Caboto/database/pom.xml
tags/release_0_8/Caboto/pom.xml
Log:
update pom to 0.8 release
Modified: tags/release_0_8/Caboto/caboto-web/pom.xml
==============================================================================
--- tags/release_0_8/Caboto/caboto-web/pom.xml (original)
+++ tags/release_0_8/Caboto/caboto-web/pom.xml Mon Mar 30 06:55:15 2009
@@ -3,14 +3,14 @@
<parent>
<artifactId>caboto-parent</artifactId>
<groupId>org.caboto</groupId>
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.caboto</groupId>
<artifactId>caboto-web</artifactId>
<packaging>war</packaging>
<name>caboto-web Maven Webapp</name>
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
<url>http://maven.apache.org</url>
<build>
<plugins>
Modified: tags/release_0_8/Caboto/caboto/pom.xml
==============================================================================
--- tags/release_0_8/Caboto/caboto/pom.xml (original)
+++ tags/release_0_8/Caboto/caboto/pom.xml Mon Mar 30 06:55:15 2009
@@ -3,13 +3,13 @@
<parent>
<artifactId>caboto-parent</artifactId>
<groupId>org.caboto</groupId>
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.caboto</groupId>
<artifactId>caboto</artifactId>
<name>caboto</name>
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
<url>http://maven.apache.org</url>
<build>
<filters>
Modified: tags/release_0_8/Caboto/database/pom.xml
==============================================================================
--- tags/release_0_8/Caboto/database/pom.xml (original)
+++ tags/release_0_8/Caboto/database/pom.xml Mon Mar 30 06:55:15 2009
@@ -3,13 +3,13 @@
<parent>
<artifactId>caboto-parent</artifactId>
<groupId>org.caboto</groupId>
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.caboto</groupId>
<artifactId>database</artifactId>
<name>database</name>
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
<packaging>jar</packaging>
<repositories>
<repository>
Modified: tags/release_0_8/Caboto/pom.xml
==============================================================================
--- tags/release_0_8/Caboto/pom.xml (original)
+++ tags/release_0_8/Caboto/pom.xml Mon Mar 30 06:55:15 2009
@@ -7,7 +7,7 @@
<groupId>org.caboto</groupId>
<artifactId>caboto-parent</artifactId>
<packaging>pom</packaging>
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
<name>Caboto Parent</name>
<url>http://maven.apache.org</url>
<modules>
@@ -22,7 +22,7 @@
<sdb.version>1.3-SNAPSHOT</sdb.version>
<arq.version>2.6.0</arq.version>
<jersey.version>1.0</jersey.version>
- <caboto.version>0.8-SNAPSHOT</caboto.version>
+ <caboto.version>0.8</caboto.version>
</properties>
<build>