You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by em...@apache.org on 2018/03/08 20:26:55 UTC

svn commit: r1826270 - in /myfaces/core/tags/myfaces-core-module-2.3.0: api/src/site/apt/index.apt impl/src/site/apt/index.apt parent/src/site/apt/index.apt parent/src/site/site.xml

Author: embreijo
Date: Thu Mar  8 20:26:55 2018
New Revision: 1826270

URL: http://svn.apache.org/viewvc?rev=1826270&view=rev
Log:
update site info for myfaces 2.3

Modified:
    myfaces/core/tags/myfaces-core-module-2.3.0/api/src/site/apt/index.apt
    myfaces/core/tags/myfaces-core-module-2.3.0/impl/src/site/apt/index.apt
    myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/apt/index.apt
    myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/site.xml

Modified: myfaces/core/tags/myfaces-core-module-2.3.0/api/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0/api/src/site/apt/index.apt?rev=1826270&r1=1826269&r2=1826270&view=diff
==============================================================================
--- myfaces/core/tags/myfaces-core-module-2.3.0/api/src/site/apt/index.apt (original)
+++ myfaces/core/tags/myfaces-core-module-2.3.0/api/src/site/apt/index.apt Thu Mar  8 20:26:55 2018
@@ -1,5 +1,5 @@
  ------
- MyFaces Core 2.2: API
+ MyFaces Core 2.3: API
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -19,7 +19,7 @@
  ~~ specific language governing permissions and limitations
  ~~ under the License.
 
-MyFaces Core 2.2: API Project
+MyFaces Core 2.3: API Project
 
   The API submodule implements all of the classes that are defined in the specification.
   If you are looking for API documentation about the classes that your JSF application

Modified: myfaces/core/tags/myfaces-core-module-2.3.0/impl/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0/impl/src/site/apt/index.apt?rev=1826270&r1=1826269&r2=1826270&view=diff
==============================================================================
--- myfaces/core/tags/myfaces-core-module-2.3.0/impl/src/site/apt/index.apt (original)
+++ myfaces/core/tags/myfaces-core-module-2.3.0/impl/src/site/apt/index.apt Thu Mar  8 20:26:55 2018
@@ -1,5 +1,5 @@
  ------
- MyFaces Core 2.2: Impl
+ MyFaces Core 2.3: Impl
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -19,7 +19,7 @@
  ~~ specific language governing permissions and limitations
  ~~ under the License.
 
-MyFaces Core 2.2: Impl Project
+MyFaces Core 2.3: Impl Project
 
   The Impl submodule implements all of the "invisible" classes that are needed for a functioning
   JSF implementation but which are not part of the public api.

Modified: myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/apt/index.apt?rev=1826270&r1=1826269&r2=1826270&view=diff
==============================================================================
--- myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/apt/index.apt (original)
+++ myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/apt/index.apt Thu Mar  8 20:26:55 2018
@@ -1,5 +1,5 @@
  ------
- Myfaces Core 2.2
+ Myfaces Core 2.3
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -20,9 +20,9 @@
  ~~ under the License.
  
 
-MyFaces Core 2.2 Project
+MyFaces Core 2.3 Project
 
-  This project provides an implementation of the JavaServer Faces 2.2 (JSF 2.2) specification.
+  This project provides an implementation of the JavaServer Faces 2.3 (JSF 2.3) specification.
 
     * The API submodule implements all of the classes that are defined in the specification. 
       If you are looking for API documentation about the classes that your JSF application
@@ -49,11 +49,11 @@ MyFaces Core 2.2 Project
 
 Requirements
 
-  JSF 2.2 requires java 1.6 or later, JSP 2.1, JSTL 1.2 and a Java Servlet 2.5 implementation.
+  JSF 2.3 requires java 1.8 or later, JSP 2.2, JSTL 1.2, CDI 2.0, WebSocket 1.1 and a Java Servlet 4.0 implementation.
 
 Specifications
 
-  MyFaces implements {{{http://www.jcp.org/en/jsr/detail?id=344}Java Specification Request 344}}
+  MyFaces implements {{{https://www.jcp.org/en/jsr/detail?id=372}Java Specification Request 372}}
   Each major release of MyFaces is certified against the Sun TCK to ensure compliance.
   
-  Check the download page or you can check the nightly builds {{{https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core}here}}.
+  Check the download page or you can check the nightly builds {{{https://repository.apache.org/content/repositories/snapshots/org/apache/myfaces/core}here}}.
\ No newline at end of file

Modified: myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/site.xml?rev=1826270&r1=1826269&r2=1826270&view=diff
==============================================================================
--- myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/site.xml (original)
+++ myfaces/core/tags/myfaces-core-module-2.3.0/parent/src/site/site.xml Thu Mar  8 20:26:55 2018
@@ -22,7 +22,7 @@
   - starts with the project's url is converted into a relative url. Other
   - urls are left unaltered.
   -->
-<project name="MyFaces Core JSF-2.2">
+<project name="MyFaces Core JSF-2.3">
     <bannerLeft>
         <name>Apache MyFaces</name>
         <src>img/banners/MyFaces_logo.jpg</src>
@@ -38,9 +38,9 @@
     <publishDate format="dd MMM yyyy" />
     
     <skin>
-      	<groupId>org.apache.myfaces.maven</groupId>
-      	<artifactId>myfaces-site-skin</artifactId>
-      	<version>3</version>
+        <groupId>org.apache.myfaces.maven</groupId>
+        <artifactId>myfaces-site-skin</artifactId>
+        <version>3</version>
     </skin>
     
     <body>
@@ -55,11 +55,14 @@
         </links>
 
         <menu name="JSF Implementations" inherit="top">
-            <item name="Core JSF-2.2"   href="./index.html" collapse="false">
-              <item name="API"          href="http://myfaces.apache.org/core22/myfaces-api/index.html"/>
-              <item name="Impl"         href="http://myfaces.apache.org/core22/myfaces-impl/index.html"/>
-              <item name="Shared"       href="http://myfaces.apache.org/core22/myfaces-impl-shared/index.html"/>
-              <item name="Bundle"       href="http://myfaces.apache.org/core22/myfaces-bundle/index.html"/>
+            <item name="Core JSF-2.3"   href="./index.html" collapse="false">
+              <item name="API"          href="http://myfaces.apache.org/core23/myfaces-api/index.html"/>
+              <item name="Impl"         href="http://myfaces.apache.org/core23/myfaces-impl/index.html"/>
+              <item name="Shared"       href="http://myfaces.apache.org/core23/myfaces-impl-shared/index.html"/>
+              <item name="Bundle"       href="http://myfaces.apache.org/core23/myfaces-bundle/index.html"/>
+            </item> 
+            <item name="Core JSF-2.2"   href="../core22/index.html" collapse="true">
+              <item name="dummy"        href="dummy"/>
             </item>        
             <item name="Core JSF-2.1"   href="../core21/index.html" collapse="true">
               <item name="dummy"        href="dummy"/>
@@ -117,4 +120,4 @@
             <item name="License"        href="http://www.apache.org/licenses/" />
         </menu>
     </body>
-</project>
+</project>
\ No newline at end of file