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:53:03 UTC

svn commit: r647932 - in /tiles/framework/trunk: tiles-api/pom.xml tiles-compat/pom.xml tiles-core/pom.xml tiles-jsp/pom.xml tiles-test/pom.xml

Author: apetrelli
Date: Mon Apr 14 11:53:01 2008
New Revision: 647932

URL: http://svn.apache.org/viewvc?rev=647932&view=rev
Log:
Forced the use of retrotranslater 1.0-alpha-2 plugin.

Modified:
    tiles/framework/trunk/tiles-api/pom.xml
    tiles/framework/trunk/tiles-compat/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/tiles-api/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-api/pom.xml?rev=647932&r1=647931&r2=647932&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-api/pom.xml (original)
+++ tiles/framework/trunk/tiles-api/pom.xml Mon Apr 14 11:53:01 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/trunk/tiles-compat/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-compat/pom.xml?rev=647932&r1=647931&r2=647932&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-compat/pom.xml (original)
+++ tiles/framework/trunk/tiles-compat/pom.xml Mon Apr 14 11:53:01 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/trunk/tiles-core/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-core/pom.xml?rev=647932&r1=647931&r2=647932&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-core/pom.xml (original)
+++ tiles/framework/trunk/tiles-core/pom.xml Mon Apr 14 11:53:01 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/trunk/tiles-jsp/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-jsp/pom.xml?rev=647932&r1=647931&r2=647932&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-jsp/pom.xml (original)
+++ tiles/framework/trunk/tiles-jsp/pom.xml Mon Apr 14 11:53:01 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/trunk/tiles-test/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test/pom.xml?rev=647932&r1=647931&r2=647932&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-test/pom.xml (original)
+++ tiles/framework/trunk/tiles-test/pom.xml Mon Apr 14 11:53:01 2008
@@ -262,6 +262,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>retrotranslator-maven-plugin</artifactId>
+                        <version>1.0-alpha-2</version>
                         <executions>
                             <execution>
                                 <id>retrotranslate</id>