Author: apetrelli
Date: Thu Mar 29 08:18:03 2007
New Revision: 523740
URL: http://svn.apache.org/viewvc?view=rev&rev=523740
Log:
[maven-release-plugin] prepare release tiles-2.0.2
Modified:
tiles/framework/trunk/assembly/pom.xml
tiles/framework/trunk/pom.xml
tiles/framework/trunk/tiles-api/pom.xml
tiles/framework/trunk/tiles-core/pom.xml
tiles/framework/trunk/tiles-jsp/pom.xml
tiles/framework/trunk/tiles-test/pom.xml
Modified: tiles/framework/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/assembly/pom.xml?view=diff&rev=523740&r1=523739&r2=523740
==============================================================================
--- tiles/framework/trunk/assembly/pom.xml (original)
+++ tiles/framework/trunk/assembly/pom.xml Thu Mar 29 08:18:03 2007
@@ -18,8 +18,7 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-assembly</artifactId>
@@ -32,13 +31,13 @@
<parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-parent</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.2</version>
</parent>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/trunk/assembly</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/trunk/assembly</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/tiles/framework/trunk/assembly</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2</developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/tiles/framework/tags/tiles-2.0.2</url>
</scm>
<build>
Modified: tiles/framework/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?view=diff&rev=523740&r1=523739&r2=523740
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Thu Mar 29 08:18:03 2007
@@ -9,15 +9,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-parent</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.2</version>
<packaging>pom</packaging>
<name>Tiles 2</name>
<description>Tiles 2</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/trunk/</developerConnection>
- <url>http://svn.apache.org/viewvc/tiles/framework/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tiles/framework/tags/tiles-2.0.2</developerConnection>
+
<url>http://svn.apache.org/viewvc/tiles/framework/tags/tiles-2.0.2</url>
</scm>
<ciManagement />
Modified: tiles/framework/trunk/tiles-api/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-api/pom.xml?view=diff&rev=523740&r1=523739&r2=523740
==============================================================================
--- tiles/framework/trunk/tiles-api/pom.xml (original)
+++ tiles/framework/trunk/tiles-api/pom.xml Thu Mar 29 08:18:03 2007
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-parent</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tiles/framework/trunk/tiles-core/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/pom.xml?view=diff&rev=523740&r1=523739&r2=523740
==============================================================================
--- tiles/framework/trunk/tiles-core/pom.xml (original)
+++ tiles/framework/trunk/tiles-core/pom.xml Thu Mar 29 08:18:03 2007
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-parent</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tiles/framework/trunk/tiles-jsp/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?view=diff&rev=523740&r1=523739&r2=523740
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Thu Mar 29 08:18:03 2007
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-parent</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tiles/framework/trunk/tiles-test/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/pom.xml?view=diff&rev=523740&r1=523739&r2=523740
==============================================================================
--- tiles/framework/trunk/tiles-test/pom.xml (original)
+++ tiles/framework/trunk/tiles-test/pom.xml Thu Mar 29 08:18:03 2007
@@ -3,7 +3,7 @@
<parent>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-parent</artifactId>
- <version>2.0.2-SNAPSHOT</version>
+ <version>2.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>