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 2009/11/17 03:06:44 UTC

svn commit: r881094 - in /myfaces: core/branches/1.2.x/api/pom.xml core/branches/1.2.x/impl/pom.xml shared/trunk_3.0.x/pom.xml

Author: lu4242
Date: Tue Nov 17 02:06:44 2009
New Revision: 881094

URL: http://svn.apache.org/viewvc?rev=881094&view=rev
Log:
update myfaces builder plugin and annotations version to 1.0.4

Modified:
    myfaces/core/branches/1.2.x/api/pom.xml
    myfaces/core/branches/1.2.x/impl/pom.xml
    myfaces/shared/trunk_3.0.x/pom.xml

Modified: myfaces/core/branches/1.2.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/api/pom.xml?rev=881094&r1=881093&r2=881094&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/api/pom.xml (original)
+++ myfaces/core/branches/1.2.x/api/pom.xml Tue Nov 17 02:06:44 2009
@@ -79,7 +79,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>1.0.4-SNAPSHOT</version>
+        <version>1.0.4</version>
         <executions>
           <execution>
             <goals>
@@ -280,7 +280,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: myfaces/core/branches/1.2.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1.2.x/impl/pom.xml?rev=881094&r1=881093&r2=881094&view=diff
==============================================================================
--- myfaces/core/branches/1.2.x/impl/pom.xml (original)
+++ myfaces/core/branches/1.2.x/impl/pom.xml Tue Nov 17 02:06:44 2009
@@ -629,7 +629,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
       <scope>provided</scope>
     </dependency>
     
@@ -762,6 +762,6 @@
 
   <properties>
     <myfaces-shared.version>3.0.7-SNAPSHOT</myfaces-shared.version>
-    <myfaces-builder-plugin.version>1.0.4-SNAPSHOT</myfaces-builder-plugin.version>
+    <myfaces-builder-plugin.version>1.0.4</myfaces-builder-plugin.version>
   </properties>
 </project>

Modified: myfaces/shared/trunk_3.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk_3.0.x/pom.xml?rev=881094&r1=881093&r2=881094&view=diff
==============================================================================
--- myfaces/shared/trunk_3.0.x/pom.xml (original)
+++ myfaces/shared/trunk_3.0.x/pom.xml Tue Nov 17 02:06:44 2009
@@ -99,7 +99,7 @@
     <dependency>
       <groupId>org.apache.myfaces.buildtools</groupId>
       <artifactId>myfaces-builder-annotations</artifactId> 
-      <version>1.0.4-SNAPSHOT</version>
+      <version>1.0.4</version>
       <scope>provided</scope>
     </dependency>