Modified:
trunk/gdf-core/pom.xml
trunk/gdf-gwt/pom.xml
trunk/gdf-mygwt/pom.xml
trunk/gdf-sample/pom.xml
trunk/pom.xml
Log:
[maven-release-plugin] prepare release gdf-0.16
Modified: trunk/gdf-core/pom.xml
==============================================================================
--- trunk/gdf-core/pom.xml (original)
+++ trunk/gdf-core/pom.xml Fri May 2 09:55:24 2008
@@ -4,7 +4,7 @@
<parent>
<groupId>gdf</groupId>
<artifactId>gdf</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
</parent>
<artifactId>gdf-core</artifactId>
Modified: trunk/gdf-gwt/pom.xml
==============================================================================
--- trunk/gdf-gwt/pom.xml (original)
+++ trunk/gdf-gwt/pom.xml Fri May 2 09:55:24 2008
@@ -4,7 +4,7 @@
<parent>
<groupId>gdf</groupId>
<artifactId>gdf</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
</parent>
<artifactId>gdf-gwt</artifactId>
@@ -15,7 +15,7 @@
<dependency>
<groupId>gdf</groupId>
<artifactId>gdf-core</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: trunk/gdf-mygwt/pom.xml
==============================================================================
--- trunk/gdf-mygwt/pom.xml (original)
+++ trunk/gdf-mygwt/pom.xml Fri May 2 09:55:24 2008
@@ -4,7 +4,7 @@
<parent>
<groupId>gdf</groupId>
<artifactId>gdf</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
</parent>
<artifactId>gdf-mygwt</artifactId>
@@ -24,13 +24,13 @@
<dependency>
<groupId>gdf</groupId>
<artifactId>gdf-core</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>gdf</groupId>
<artifactId>gdf-gwt</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: trunk/gdf-sample/pom.xml
==============================================================================
--- trunk/gdf-sample/pom.xml (original)
+++ trunk/gdf-sample/pom.xml Fri May 2 09:55:24 2008
@@ -4,7 +4,7 @@
<parent>
<groupId>gdf</groupId>
<artifactId>gdf</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
</parent>
<artifactId>gdf-sample</artifactId>
@@ -33,19 +33,19 @@
<dependency>
<groupId>gdf</groupId>
<artifactId>gdf-core</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>gdf</groupId>
<artifactId>gdf-gwt</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>gdf</groupId>
<artifactId>gdf-mygwt</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: trunk/pom.xml
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Fri May 2 09:55:24 2008
@@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>gdf</groupId>
<artifactId>gdf</artifactId>
- <version>0.16-SNAPSHOT</version>
+ <version>0.16</version>
<packaging>pom</packaging>
<name>GDF:Parent</name>
@@ -44,7 +44,7 @@
</modules>
<scm>
- <connection>scm:svn:https://gdf.googlecode.com/svn/trunk</connection>
+ <connection>scm:svn:https://gdf.googlecode.com/svn/tags/gdf-0.16</connection>
</scm>
<build>