[richfaces-svn-commits] JBoss Rich Faces SVN: r18884 - in trunk: archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api and 4 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Aug 20 15:02:46 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-20 15:02:45 -0400 (Fri, 20 Aug 2010)
New Revision: 18884

Modified:
   trunk/
   trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml
   trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml
   trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml
   trunk/ui/dist/richfaces-components-api/pom.xml
   trunk/ui/dist/richfaces-components-ui/pom.xml
Log:
RFPL-754 Updated /trunk with latest share release 3


Property changes on: trunk
___________________________________________________________________
Name: svn:externals
   - build/parent https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/richfaces-parent-10
build/checkstyle https://svn.jboss.org/repos/richfaces/modules/build/resources/tags/richfaces-checkstyle-2
build/faces-shade-transformers https://svn.jboss.org/repos/richfaces/modules/build/resources/trunk/faces-shade-transformers/



   + build/parent https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/richfaces-parent-10
build/checkstyle https://svn.jboss.org/repos/richfaces/modules/build/resources/tags/richfaces-checkstyle-2
build/faces-shade-transformers https://svn.jboss.org/repos/richfaces/modules/build/resources/tags/richfaces-shade-transformers-3




Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml	2010-08-20 18:49:57 UTC (rev 18883)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/api/pom.xml	2010-08-20 19:02:45 UTC (rev 18884)
@@ -33,7 +33,7 @@
 
     <properties>
         <assembly.projects.group>${groupId}.${category}</assembly.projects.group>
-        <faces-shade-transformers.version>1</faces-shade-transformers.version>
+        <faces-shade-transformers.version>3</faces-shade-transformers.version>
     </properties>
 
     <dependencyManagement>

Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml	2010-08-20 18:49:57 UTC (rev 18883)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/impl/pom.xml	2010-08-20 19:02:45 UTC (rev 18884)
@@ -33,7 +33,7 @@
 
     <properties>
         <assembly.projects.group>${groupId}.${category}</assembly.projects.group>
-        <faces-shade-transformers.version>1</faces-shade-transformers.version>
+        <faces-shade-transformers.version>3</faces-shade-transformers.version>
     </properties>
 
     <dependencyManagement>

Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml	2010-08-20 18:49:57 UTC (rev 18883)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/dist/ui/pom.xml	2010-08-20 19:02:45 UTC (rev 18884)
@@ -34,7 +34,7 @@
 
     <properties>
         <assembly.projects.group>${groupId}.${category}</assembly.projects.group>
-        <faces-shade-transformers.version>1</faces-shade-transformers.version>
+        <faces-shade-transformers.version>3</faces-shade-transformers.version>
     </properties>
 
     <dependencyManagement>

Modified: trunk/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-api/pom.xml	2010-08-20 18:49:57 UTC (rev 18883)
+++ trunk/ui/dist/richfaces-components-api/pom.xml	2010-08-20 19:02:45 UTC (rev 18884)
@@ -36,7 +36,7 @@
 
     <properties>
         <assembly.projects.group>org.richfaces.ui</assembly.projects.group>
-        <faces-shade-transformers.version>3-SNAPSHOT</faces-shade-transformers.version>
+        <faces-shade-transformers.version>3</faces-shade-transformers.version>
     </properties>
 
     <dependencies>

Modified: trunk/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-ui/pom.xml	2010-08-20 18:49:57 UTC (rev 18883)
+++ trunk/ui/dist/richfaces-components-ui/pom.xml	2010-08-20 19:02:45 UTC (rev 18884)
@@ -35,7 +35,7 @@
     <name>Richfaces UI Components UI</name>
 
     <properties>
-        <faces-shade-transformers.version>3-SNAPSHOT</faces-shade-transformers.version>
+        <faces-shade-transformers.version>3</faces-shade-transformers.version>
         <assembly.projects.group>org.richfaces.ui</assembly.projects.group>
     </properties>
 



More information about the richfaces-svn-commits mailing list