You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2015/06/17 16:20:10 UTC

svn commit: r955132 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/downloads.html content/tomee-7.0.0-M1.html

Author: buildbot
Date: Wed Jun 17 14:20:09 2015
New Revision: 955132

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/downloads.html
    websites/staging/tomee/trunk/content/tomee-7.0.0-M1.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 17 14:20:09 2015
@@ -1 +1 @@
-1686016
+1686017

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jun 17 14:20:09 2015
@@ -1 +1 @@
-1686016
+1686017

Modified: websites/staging/tomee/trunk/content/downloads.html
==============================================================================
--- websites/staging/tomee/trunk/content/downloads.html (original)
+++ websites/staging/tomee/trunk/content/downloads.html Wed Jun 17 14:20:09 2015
@@ -170,12 +170,6 @@
 
             <p><a href="comparison.html">Comparison &raquo;</a></p>
             <br>
-            <h2>JAX-RS</h2>
-
-            <p>Apache TomEE JAX-RS delivers the Web Profile plus JAX-RS</p>
-
-            <p><a href="comparison.html">Comparison &raquo;</a></p>
-            <br>
             <h2>Plus</h2>
 
             <p>Apache TomEE Plus delivers all that is in the Web Profile and JAX-RS, plus EJB Full, Java EE Connector Architecture, JMS and JAX-WS.</p>
@@ -184,7 +178,9 @@
             <br>
             <h2>Plume</h2>
 
-            <p>Apache TomEE Plume delivers all that is in the Plume Profile, but includes [Mojarra](https://javaserverfaces.java.net/) and [EclipseLink](http://www.eclipse.org/eclipselink/) support.</p>
+            <p>Apache TomEE Plume delivers all that is in the Plume Profile, but includes
+[Mojarra](https://javaserverfaces.java.net/) and [EclipseLink](http://www.eclipse.org/eclipselink/)
+support. Note: Mojarra will only works for application using CDI for first versions.</p>
 
             <p><a href="comparison.html">Comparison &raquo;</a></p>
 

Modified: websites/staging/tomee/trunk/content/tomee-7.0.0-M1.html
==============================================================================
--- websites/staging/tomee/trunk/content/tomee-7.0.0-M1.html (original)
+++ websites/staging/tomee/trunk/content/tomee-7.0.0-M1.html Wed Jun 17 14:20:09 2015
@@ -158,22 +158,24 @@
 <p>Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:</p>
 
 <pre><code>&lt;dependency&gt;
-    &lt;groupId&gt;org.apache.openejb&lt;/groupId&gt;
+    &lt;groupId&gt;org.apache.tomee&lt;/groupId&gt;
     &lt;artifactId&gt;javaee-api&lt;/artifactId&gt;
     &lt;version&gt;7.0-M1&lt;/version&gt;
     &lt;scope&gt;provided&lt;/scope&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
-    &lt;groupId&gt;org.apache.openejb&lt;/groupId&gt;
+    &lt;groupId&gt;org.apache.tomee&lt;/groupId&gt;
     &lt;artifactId&gt;openejb-core&lt;/artifactId&gt;
     &lt;version&gt;7.0.0-M1&lt;/version&gt;
 &lt;/dependency&gt;
 
 &lt;dependency&gt;
-    &lt;groupId&gt;org.apache.openejb&lt;/groupId&gt;
-    &lt;artifactId&gt;tomee&lt;/artifactId&gt;
+    &lt;groupId&gt;org.apache.tomee&lt;/groupId&gt;
+    &lt;artifactId&gt;apache-tomee&lt;/artifactId&gt;
     &lt;version&gt;7.0.0-M1&lt;/version&gt;
+            &lt;type&gt;zip&lt;/type&gt;
+            &lt;classifier&gt;webprofile&lt;/classifier&gt;
 &lt;/dependency&gt;
 </code></pre>