You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by pa...@apache.org on 2017/10/30 16:54:26 UTC

svn commit: r1813803 - in /myfaces/core/branches/2.3.x: bundle/pom.xml impl/pom.xml

Author: paulnicolucci
Date: Mon Oct 30 16:54:26 2017
New Revision: 1813803

URL: http://svn.apache.org/viewvc?rev=1813803&view=rev
Log:
MYFACES-4168 update ee6 package references to ee

Modified:
    myfaces/core/branches/2.3.x/bundle/pom.xml
    myfaces/core/branches/2.3.x/impl/pom.xml

Modified: myfaces/core/branches/2.3.x/bundle/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/bundle/pom.xml?rev=1813803&r1=1813802&r2=1813803&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/bundle/pom.xml (original)
+++ myfaces/core/branches/2.3.x/bundle/pom.xml Mon Oct 30 16:54:26 2017
@@ -76,7 +76,7 @@
                             org.apache.myfaces.shared.taglib.core;version="${project.version}",
                             org.apache.myfaces.spi;version="${project.version}",
                             org.apache.myfaces.taglib.*;version="${project.version}",
-                            org.apache.myfaces.ee6;version="${project.version}",
+                            org.apache.myfaces.ee;version="${project.version}",
                             org.apache.myfaces.view;version="${project.version}",
                             org.apache.myfaces.view.facelets.el;version="${project.version}",
                             org.apache.myfaces.view.facelets.component;version="${project.version}",

Modified: myfaces/core/branches/2.3.x/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/impl/pom.xml?rev=1813803&r1=1813802&r2=1813803&view=diff
==============================================================================
--- myfaces/core/branches/2.3.x/impl/pom.xml (original)
+++ myfaces/core/branches/2.3.x/impl/pom.xml Mon Oct 30 16:54:26 2017
@@ -954,7 +954,7 @@
                     <plugin>
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <configuration>
-                            <excludePackageNames>org.apache.myfaces.ee6</excludePackageNames>
+                            <excludePackageNames>org.apache.myfaces.ee</excludePackageNames>
                         </configuration>
                         <executions>
                             <execution>
@@ -1358,7 +1358,7 @@
             <plugin>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>
-                    <excludePackageNames>org.apache.myfaces.ee6</excludePackageNames>
+                    <excludePackageNames>org.apache.myfaces.ee</excludePackageNames>
                 </configuration>
             </plugin>
             <plugin>