You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2011/08/24 15:47:38 UTC

svn commit: r1161099 - in /myfaces/myfaces-build-tools/trunk/maven2-archetypes: myfaces-archetype-codi-jsf12/src/main/resources/archetype-resources/pom.xml myfaces-archetype-codi-jsf20/src/main/resources/archetype-resources/pom.xml

Author: jakobk
Date: Wed Aug 24 13:47:38 2011
New Revision: 1161099

URL: http://svn.apache.org/viewvc?rev=1161099&view=rev
Log:
update versions in CODI archetypes

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf12/src/main/resources/archetype-resources/pom.xml
    myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf20/src/main/resources/archetype-resources/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf12/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf12/src/main/resources/archetype-resources/pom.xml?rev=1161099&r1=1161098&r2=1161099&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf12/src/main/resources/archetype-resources/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf12/src/main/resources/archetype-resources/pom.xml Wed Aug 24 13:47:38 2011
@@ -35,7 +35,7 @@
         <jsf-myfaces.version>1.2.10</jsf-myfaces.version>
         <jsf-mojarra.version>1.2_15</jsf-mojarra.version>
         <openwebbeans.version>1.1.0</openwebbeans.version>
-        <codi.version>0.9.4</codi.version>
+        <codi.version>1.0.1</codi.version>
         <maven.jetty.plugin.version>6.1.22</maven.jetty.plugin.version>
     </properties>
 
@@ -314,8 +314,8 @@
 
         <!-- OPTIONAL: use the all-in-one jar instead of the individual CODI module dependencies -->
         <!--dependency>
-            <groupId>org.apache.myfaces.extensions.cdi</groupId>
-            <artifactId>myfaces-extcdi-dist-jsf12</artifactId>
+            <groupId>org.apache.myfaces.extensions.cdi.bundles</groupId>
+            <artifactId>myfaces-extcdi-bundle-jsf12</artifactId>
             <version>${symbol_dollar}{codi.version}</version>
             <scope>compile</scope>
         </dependency-->

Modified: myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf20/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf20/src/main/resources/archetype-resources/pom.xml?rev=1161099&r1=1161098&r2=1161099&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf20/src/main/resources/archetype-resources/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-archetypes/myfaces-archetype-codi-jsf20/src/main/resources/archetype-resources/pom.xml Wed Aug 24 13:47:38 2011
@@ -32,10 +32,10 @@
     <url>http://www.myorganization.org</url>
 
     <properties>
-        <jsf-myfaces.version>2.0.5</jsf-myfaces.version>
-        <jsf-mojarra.version>2.0.5-b02</jsf-mojarra.version>
+        <jsf-myfaces.version>2.0.7</jsf-myfaces.version>
+        <jsf-mojarra.version>2.0.6</jsf-mojarra.version>
         <openwebbeans.version>1.1.0</openwebbeans.version>
-        <codi.version>0.9.4</codi.version>
+        <codi.version>1.0.1</codi.version>
         <maven.jetty.plugin.version>6.1.22</maven.jetty.plugin.version>
     </properties>
 
@@ -313,8 +313,8 @@
 
         <!-- OPTIONAL: use the all-in-one jar instead of the individual CODI module dependencies -->
         <!--dependency>
-            <groupId>org.apache.myfaces.extensions.cdi</groupId>
-            <artifactId>myfaces-extcdi-dist-jsf20</artifactId>
+            <groupId>org.apache.myfaces.extensions.cdi.bundles</groupId>
+            <artifactId>myfaces-extcdi-bundle-jsf20</artifactId>
             <version>${symbol_dollar}{codi.version}</version>
             <scope>compile</scope>
         </dependency-->