You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/01/27 00:38:03 UTC

svn commit: r903493 - in /myfaces/tomahawk/trunk: core20/pom.xml sandbox/core20/pom.xml

Author: lu4242
Date: Tue Jan 26 23:38:02 2010
New Revision: 903493

URL: http://svn.apache.org/viewvc?rev=903493&view=rev
Log:
update builder plugin version to 1.0.5

Modified:
    myfaces/tomahawk/trunk/core20/pom.xml
    myfaces/tomahawk/trunk/sandbox/core20/pom.xml

Modified: myfaces/tomahawk/trunk/core20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/pom.xml?rev=903493&r1=903492&r2=903493&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core20/pom.xml (original)
+++ myfaces/tomahawk/trunk/core20/pom.xml Tue Jan 26 23:38:02 2010
@@ -351,7 +351,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.5</version>
         <executions>
           <execution>
             <id>unpack-tomahawk</id>
@@ -688,7 +688,7 @@
             <!-- Generate content for custom tagdoc report -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.5</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>
@@ -716,7 +716,7 @@
             <!-- which goal is run here? -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.5</version>
             <configuration>
               <taglibs>
                 <t>http://myfaces.apache.org/tomahawk</t>

Modified: myfaces/tomahawk/trunk/sandbox/core20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core20/pom.xml?rev=903493&r1=903492&r2=903493&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core20/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core20/pom.xml Tue Jan 26 23:38:02 2010
@@ -232,7 +232,7 @@
             <plugin>
               <groupId>org.apache.myfaces.buildtools</groupId>
               <artifactId>myfaces-builder-plugin</artifactId>
-              <version>1.0.4</version>
+              <version>1.0.5</version>
               <executions>
                 <execution>
                   <id>unpack-tomahawk</id>