You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2008/04/14 20:59:00 UTC

svn commit: r647934 - in /tiles/framework/branches/TILES_2_0_X: pom.xml tiles-api/pom.xml tiles-core/pom.xml tiles-jsp/pom.xml tiles-test/pom.xml

Author: apetrelli
Date: Mon Apr 14 11:58:58 2008
New Revision: 647934

URL: http://svn.apache.org/viewvc?rev=647934&view=rev
Log:
Merge from trunk to TILES_2_0_X branch.
Removed some plugin versions.
Forced the use of retrotranslater 1.0-alpha-2 plugin.

Modified:
    tiles/framework/branches/TILES_2_0_X/pom.xml
    tiles/framework/branches/TILES_2_0_X/tiles-api/pom.xml
    tiles/framework/branches/TILES_2_0_X/tiles-core/pom.xml
    tiles/framework/branches/TILES_2_0_X/tiles-jsp/pom.xml
    tiles/framework/branches/TILES_2_0_X/tiles-test/pom.xml

Modified: tiles/framework/branches/TILES_2_0_X/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/pom.xml?rev=647934&r1=647933&r2=647934&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/pom.xml Mon Apr 14 11:58:58 2008
@@ -70,10 +70,6 @@
         <pluginManagement>
             <plugins>
                 <plugin>
-                    <artifactId>maven-site-plugin</artifactId>
-                    <version>2.0-beta-5</version>
-                </plugin>
-                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
                     <configuration>
@@ -97,14 +93,6 @@
                         </archive>
                     </configuration>
                 </plugin>
-                <plugin>
-                  <groupId>org.apache.maven.plugins</groupId>        
-                  <artifactId>maven-release-plugin</artifactId>
-                  <version>2.0-beta-5</version>          
-                  <configuration>
-                      <useReleaseProfile>false</useReleaseProfile>
-                  </configuration>
-                </plugin>
             </plugins>
         </pluginManagement>
 
@@ -167,7 +155,6 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>rat-maven-plugin</artifactId>
-                <version>1.0-alpha-1</version>
                 <configuration>
                     <includes>
                         <include>pom.xml</include>

Modified: tiles/framework/branches/TILES_2_0_X/tiles-api/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/tiles-api/pom.xml?rev=647934&r1=647933&r2=647934&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/tiles-api/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/tiles-api/pom.xml Mon Apr 14 11:58:58 2008
@@ -76,6 +76,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>retrotranslator-maven-plugin</artifactId>
+                        <version>1.0-alpha-2</version>
                         <executions>
                             <execution>
                                 <id>retrotranslate</id>

Modified: tiles/framework/branches/TILES_2_0_X/tiles-core/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/tiles-core/pom.xml?rev=647934&r1=647933&r2=647934&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/tiles-core/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/tiles-core/pom.xml Mon Apr 14 11:58:58 2008
@@ -87,6 +87,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>retrotranslator-maven-plugin</artifactId>
+                <version>1.0-alpha-2</version>
                 <executions>
                     <execution>
                         <id>retrotranslate</id>

Modified: tiles/framework/branches/TILES_2_0_X/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/tiles-jsp/pom.xml?rev=647934&r1=647933&r2=647934&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/tiles-jsp/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/tiles-jsp/pom.xml Mon Apr 14 11:58:58 2008
@@ -87,6 +87,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>retrotranslator-maven-plugin</artifactId>
+                        <version>1.0-alpha-2</version>
                         <executions>
                             <execution>
                                 <id>retrotranslate</id>

Modified: tiles/framework/branches/TILES_2_0_X/tiles-test/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_2_0_X/tiles-test/pom.xml?rev=647934&r1=647933&r2=647934&view=diff
==============================================================================
--- tiles/framework/branches/TILES_2_0_X/tiles-test/pom.xml (original)
+++ tiles/framework/branches/TILES_2_0_X/tiles-test/pom.xml Mon Apr 14 11:58:58 2008
@@ -252,6 +252,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>retrotranslator-maven-plugin</artifactId>
+                        <version>1.0-alpha-2</version>
                         <executions>
                             <execution>
                                 <id>retrotranslate</id>