[richfaces-svn-commits] JBoss Rich Faces SVN: r18928 - in trunk/archetypes: richfaces-component/src/main/resources/archetype-resources/api and 6 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 23 10:47:47 EDT 2010


Author: Alex.Kolonitsky
Date: 2010-08-23 10:47:46 -0400 (Mon, 23 Aug 2010)
New Revision: 18928

Modified:
   trunk/archetypes/richfaces-component-short/src/main/resources/archetype-resources/pom.xml
   trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/api/pom.xml
   trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/impl/pom.xml
   trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/pom.xml
   trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/ui/pom.xml
   trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/pom.xml
   trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/bom/pom.xml
   trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/pom.xml
Log:
RFPL-755 Archetypes need to filter and update the version in /src based on project.version not hard-coded to -SNAPSHOT

Modified: trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/api/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/api/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/api/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>${groupId}.${category}</groupId>
         <artifactId>${artifactId}-aggregator</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>${version}</version>
     </parent>
 
     <groupId>${groupId}.${category}</groupId>

Modified: trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/impl/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/impl/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/impl/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>${groupId}.${category}</groupId>
         <artifactId>${artifactId}-aggregator</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>${version}</version>
     </parent>
 
     <groupId>${groupId}.${category}</groupId>

Modified: trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>${groupId}.${category}</groupId>
         <artifactId>richfaces-ui-${category}-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>${version}</version>
     </parent>
 
     <groupId>${groupId}.${category}</groupId>

Modified: trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/ui/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/ui/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-component/src/main/resources/archetype-resources/ui/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>${groupId}.${category}</groupId>
         <artifactId>${artifactId}-aggregator</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>${version}</version>
     </parent>
 
     <groupId>${groupId}.${category}</groupId>

Modified: trunk/archetypes/richfaces-component-short/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component-short/src/main/resources/archetype-resources/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-component-short/src/main/resources/archetype-resources/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>${groupId}.${category}</groupId>
         <artifactId>richfaces-ui-${category}-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>${version}</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -30,7 +30,7 @@
 
     <groupId>${groupId}.${category}</groupId>
     <artifactId>${category}-aggregator</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>${version}</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: ${category} aggregator</name>
 

Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/bom/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/bom/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/bom/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -30,7 +30,7 @@
 
     <groupId>${groupId}.${category}</groupId>
     <artifactId>richfaces-ui-${category}-bom</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>${version}</version>
     <name>Richfaces UI Components: ${category} bom</name>
     <packaging>pom</packaging>
 

Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/pom.xml	2010-08-23 13:43:29 UTC (rev 18927)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/archetype-resources/trunk/pom.xml	2010-08-23 14:47:46 UTC (rev 18928)
@@ -30,7 +30,7 @@
 
     <groupId>${groupId}.${category}</groupId>
     <artifactId>${category}-aggregator</artifactId>
-    <version>4.0.0-SNAPSHOT</version>
+    <version>${version}</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: ${category} aggregator</name>
 



More information about the richfaces-svn-commits mailing list