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/10/04 23:40:09 UTC

svn commit: r1004444 - in /myfaces/commons/trunk: myfaces-commons-components/pom.xml pom.xml

Author: lu4242
Date: Mon Oct  4 21:40:09 2010
New Revision: 1004444

URL: http://svn.apache.org/viewvc?rev=1004444&view=rev
Log:
update to myfaces master pom v 9, myfaces builder annotations 1.0.6 and myfaces builder plugin 1.0.7

Modified:
    myfaces/commons/trunk/myfaces-commons-components/pom.xml
    myfaces/commons/trunk/pom.xml

Modified: myfaces/commons/trunk/myfaces-commons-components/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-components/pom.xml?rev=1004444&r1=1004443&r2=1004444&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-components/pom.xml (original)
+++ myfaces/commons/trunk/myfaces-commons-components/pom.xml Mon Oct  4 21:40:09 2010
@@ -41,7 +41,6 @@
             <plugin>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>myfaces-builder-plugin</artifactId>
-                <version>1.0.2</version>
                 <executions>
                     <execution>
                         <goals>
@@ -256,7 +255,6 @@
                         <!-- Generate content for custom tagdoc report -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.2</version>
                         <configuration>
                             <taglibs>
                                 <mcc>http://myfaces.apache.org/commons/components</mcc>
@@ -286,7 +284,6 @@
                         <!-- which goal is run here? -->
                         <groupId>org.apache.myfaces.buildtools</groupId>
                         <artifactId>myfaces-builder-plugin</artifactId>
-                        <version>1.0.2</version>
                         <configuration>
                             <taglibs>
                                 <mcc>http://myfaces.apache.org/commons/components</mcc>

Modified: myfaces/commons/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/pom.xml?rev=1004444&r1=1004443&r2=1004444&view=diff
==============================================================================
--- myfaces/commons/trunk/pom.xml (original)
+++ myfaces/commons/trunk/pom.xml Mon Oct  4 21:40:09 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.myfaces</groupId>
         <artifactId>myfaces</artifactId>
-        <version>6</version>
+        <version>9</version>
     </parent>
 
     <groupId>org.apache.myfaces.commons</groupId>
@@ -57,25 +57,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <artifactId>maven-remote-resources-plugin</artifactId>
-                <version>1.0-alpha-6</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>process</goal>
-                        </goals>
-                        <configuration>
-                            <resourceBundles>
-                                <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
-                            </resourceBundles>
-                            <properties>
-                                <addLicense>true</addLicense>
-                            </properties>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <!--
                     - Make a checkstyle violation a compile error. Note that if a compile error occurs,
                     - further information can be found in target/site/checkstyle.html (present even when
@@ -107,7 +88,7 @@
                 <plugin>
                     <groupId>org.apache.myfaces.buildtools</groupId>
                     <artifactId>myfaces-builder-plugin</artifactId>
-                    <version>1.0.2</version>
+                    <version>1.0.7</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-jar-plugin</artifactId>
@@ -180,7 +161,7 @@
             <dependency>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>myfaces-builder-annotations</artifactId> 
-                <version>1.0.2</version>
+                <version>1.0.6</version>
                 <scope>provided</scope>
             </dependency>
             <dependency>
@@ -369,6 +350,6 @@
     </reporting>
     <properties>
         <jetty.version>6.1.15</jetty.version>
-        <myfaces.version>1.2.6</myfaces.version>
+        <myfaces.version>1.2.9</myfaces.version>
     </properties>
 </project>