You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/06/13 20:40:22 UTC

svn commit: r1135216 - in /myfaces/extensions/cdi/trunk/bundles: alternative-configuration/pom.xml jsf12/pom.xml jsf20/pom.xml pom.xml

Author: gpetracek
Date: Mon Jun 13 18:40:22 2011
New Revision: 1135216

URL: http://svn.apache.org/viewvc?rev=1135216&view=rev
Log:
EXTCDI-199 changed build config

Modified:
    myfaces/extensions/cdi/trunk/bundles/alternative-configuration/pom.xml
    myfaces/extensions/cdi/trunk/bundles/jsf12/pom.xml
    myfaces/extensions/cdi/trunk/bundles/jsf20/pom.xml
    myfaces/extensions/cdi/trunk/bundles/pom.xml

Modified: myfaces/extensions/cdi/trunk/bundles/alternative-configuration/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/bundles/alternative-configuration/pom.xml?rev=1135216&r1=1135215&r2=1135216&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/bundles/alternative-configuration/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/bundles/alternative-configuration/pom.xml Mon Jun 13 18:40:22 2011
@@ -30,7 +30,7 @@
     <artifactId>myfaces-extcdi-bundle-alternative-configuration</artifactId>
     <version>1.0.0-SNAPSHOT</version>
 
-    <name>MyFaces Extensions-CDI Distribution [A] for Configs</name>
+    <name>MyFaces Extensions-CDI Bundle [A] for Configs</name>
 
 
     <dependencies>

Modified: myfaces/extensions/cdi/trunk/bundles/jsf12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/bundles/jsf12/pom.xml?rev=1135216&r1=1135215&r2=1135216&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/bundles/jsf12/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/bundles/jsf12/pom.xml Mon Jun 13 18:40:22 2011
@@ -30,7 +30,7 @@
     <artifactId>myfaces-extcdi-bundle-jsf12</artifactId>
     <version>1.0.0-SNAPSHOT</version>
 
-    <name>MyFaces Extensions-CDI Distribution for JSF 1.2</name>
+    <name>MyFaces Extensions-CDI Bundle for JSF 1.2</name>
 
 
     <dependencies>

Modified: myfaces/extensions/cdi/trunk/bundles/jsf20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/bundles/jsf20/pom.xml?rev=1135216&r1=1135215&r2=1135216&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/bundles/jsf20/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/bundles/jsf20/pom.xml Mon Jun 13 18:40:22 2011
@@ -30,7 +30,7 @@
     <artifactId>myfaces-extcdi-bundle-jsf20</artifactId>
     <version>1.0.0-SNAPSHOT</version>
 
-    <name>MyFaces Extensions-CDI Distribution for JSF 2.0</name>
+    <name>MyFaces Extensions-CDI Bundle for JSF 2.0</name>
 
 
     <dependencies>

Modified: myfaces/extensions/cdi/trunk/bundles/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/bundles/pom.xml?rev=1135216&r1=1135215&r2=1135216&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/bundles/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/bundles/pom.xml Mon Jun 13 18:40:22 2011
@@ -31,7 +31,7 @@
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>MyFaces Extensions-CDI Distribution Project</name>
+    <name>MyFaces Extensions-CDI Bundles Project</name>
 
     <modules>
         <module>jsf12</module>