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/07/08 11:35:00 UTC

svn commit: r1144210 - in /myfaces/core/branches/2.0.x: api/pom.xml impl/pom.xml implee6/pom.xml pom.xml

Author: jakobk
Date: Fri Jul  8 09:34:59 2011
New Revision: 1144210

URL: http://svn.apache.org/viewvc?rev=1144210&view=rev
Log:
MYFACES-3210 Change groupId of internal modules to org.apache.myfaces.core.internal (2.0.x branch)

Modified:
    myfaces/core/branches/2.0.x/api/pom.xml
    myfaces/core/branches/2.0.x/impl/pom.xml
    myfaces/core/branches/2.0.x/implee6/pom.xml
    myfaces/core/branches/2.0.x/pom.xml

Modified: myfaces/core/branches/2.0.x/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/pom.xml?rev=1144210&r1=1144209&r2=1144210&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/pom.xml (original)
+++ myfaces/core/branches/2.0.x/api/pom.xml Fri Jul  8 09:34:59 2011
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.myfaces.core</groupId>
     <artifactId>myfaces-api</artifactId>
-    <name>Apache MyFaces JSF Core-2.0 API</name>
+    <name>Apache MyFaces JSF-2.0 Core API</name>
     <description>
         The public API classes of the Apache MyFaces CORE JSF-2.0 project
     </description>

Modified: myfaces/core/branches/2.0.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/impl/pom.xml?rev=1144210&r1=1144209&r2=1144210&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.0.x/impl/pom.xml Fri Jul  8 09:34:59 2011
@@ -374,12 +374,12 @@
                     <createSourcesJar>true</createSourcesJar>
                     <artifactSet>
                         <includes>
-                            <include>org.apache.myfaces.core:myfaces-impl-ee6</include>
+                            <include>org.apache.myfaces.core.internal:myfaces-impl-ee6</include>
                         </includes>
                     </artifactSet>
                     <filters>
                         <filter>
-                            <artifact>org.apache.myfaces.core:myfaces-impl-ee6</artifact>
+                            <artifact>org.apache.myfaces.core.internal:myfaces-impl-ee6</artifact>
                             <includes>
                                 <include>META-INF/services/**</include>
                                 <include>org/apache/myfaces/**</include>
@@ -562,7 +562,7 @@
                                 <configuration>
                                   <artifactItems>
                                     <artifactItem>
-                                      <groupId>org.apache.myfaces.core</groupId>
+                                      <groupId>org.apache.myfaces.core.internal</groupId>
                                       <artifactId>myfaces-impl-ee6</artifactId>
                                       <version>${project.version}</version>
                                     </artifactItem>
@@ -933,7 +933,7 @@
 
         <!-- maven-shade-plugin will exclude this dependency automatically -->
         <dependency>
-            <groupId>org.apache.myfaces.core</groupId>
+            <groupId>org.apache.myfaces.core.internal</groupId>
             <artifactId>myfaces-impl-ee6</artifactId>
             <optional>true</optional> <!-- optional does not completely work in dependencyManagement (MNG-1630) -->
         </dependency>

Modified: myfaces/core/branches/2.0.x/implee6/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/implee6/pom.xml?rev=1144210&r1=1144209&r2=1144210&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/implee6/pom.xml (original)
+++ myfaces/core/branches/2.0.x/implee6/pom.xml Fri Jul  8 09:34:59 2011
@@ -18,14 +18,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <parent>
-        <artifactId>myfaces-core-project</artifactId>
         <groupId>org.apache.myfaces.core</groupId>
+        <artifactId>myfaces-core-project</artifactId>
         <version>2.0.8-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     
-    <groupId>org.apache.myfaces.core</groupId>
+    <groupId>org.apache.myfaces.core.internal</groupId>
     <artifactId>myfaces-impl-ee6</artifactId>
     <packaging>jar</packaging>
     <name>Apache MyFaces JSF-2.0 Core Impl for Java EE 6</name>

Modified: myfaces/core/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/pom.xml?rev=1144210&r1=1144209&r2=1144210&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/pom.xml (original)
+++ myfaces/core/branches/2.0.x/pom.xml Fri Jul  8 09:34:59 2011
@@ -258,7 +258,7 @@
 
             <!-- myfaces-impl-ee6 (will be packed together with myfaces-impl by shade-plugin) -->
             <dependency>
-                <groupId>org.apache.myfaces.core</groupId>
+                <groupId>org.apache.myfaces.core.internal</groupId>
                 <artifactId>myfaces-impl-ee6</artifactId>
                 <version>${project.version}</version>
                 <scope>compile</scope>