Author: rmannibucau
Date: Wed Jun 17 14:18:46 2015
New Revision: 1686017

URL: http://svn.apache.org/r1686017
Log:
few typo in tomee 7 mvn coordinates + removing jaxrs distrib which doesnt exist 
anymore + explaining mojarra only works with CDI in tomee plume 7

Modified:
    tomee/site/trunk/content/downloads.html
    tomee/site/trunk/content/tomee-7.0.0-M1.mdtext

Modified: tomee/site/trunk/content/downloads.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/downloads.html?rev=1686017&r1=1686016&r2=1686017&view=diff
==============================================================================
--- tomee/site/trunk/content/downloads.html (original)
+++ tomee/site/trunk/content/downloads.html Wed Jun 17 14:18:46 2015
@@ -44,12 +44,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>
@@ -58,7 +52,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>
 
@@ -250,4 +246,4 @@
     </div>
 </section>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}

Modified: tomee/site/trunk/content/tomee-7.0.0-M1.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-7.0.0-M1.mdtext?rev=1686017&r1=1686016&r2=1686017&view=diff
==============================================================================
--- tomee/site/trunk/content/tomee-7.0.0-M1.mdtext (original)
+++ tomee/site/trunk/content/tomee-7.0.0-M1.mdtext Wed Jun 17 14:18:46 2015
@@ -13,22 +13,24 @@ The Apache TomEE 7.0.0-M1 release files
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml 
entries to point to the latest versions:
 
        <dependency>
-               <groupId>org.apache.openejb</groupId>
+               <groupId>org.apache.tomee</groupId>
                <artifactId>javaee-api</artifactId>
                <version>7.0-M1</version>
                <scope>provided</scope>
        </dependency>
        
        <dependency>
-               <groupId>org.apache.openejb</groupId>
+               <groupId>org.apache.tomee</groupId>
                <artifactId>openejb-core</artifactId>
                <version>7.0.0-M1</version>
        </dependency>
        
        <dependency>
-               <groupId>org.apache.openejb</groupId>
-               <artifactId>tomee</artifactId>
+               <groupId>org.apache.tomee</groupId>
+               <artifactId>apache-tomee</artifactId>
                <version>7.0.0-M1</version>
+                <type>zip</type>
+                <classifier>webprofile</classifier>
        </dependency>
 
 A complete [Changelog](tomee-7.0.0-M1-release-notes.html) can be viewed here:


Reply via email to