You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by Neil Griffin <as...@apache.org> on 2018/06/22 20:23:04 UTC

[ANNOUNCE] Apache Portals Pluto 3.0.1 release

The Apache Portals team is pleased to announce the General
Availability of Apache Pluto version 3.0.1.

This is a maintenance release that builds on the success of version
3.0.0, which was the first release to implement all JSR 362 features
and pass the new Portlet 3.0 TCK.

Additional Resources:

The Java Community Process JSR 362 page will allow you to access the
complete specification for full details.

http://jcp.org/en/jsr/detail?id=362

The Portlet API Version 3.0 page documents the portlet programming interface.

http://portals.apache.org/pluto/portlet-3.0-apidocs/index.html

For a full overview of all the Pluto features, see the online
documentation. To get up and running quickly,
download the bundle which comes with a bundled latest Tomcat 8 ready to run.

Features:
http://portals.apache.org/pluto/v301/v3Features.html

Release notes:
http://portals.apache.org/pluto/v301/release-notes.html

Website Documentation:
http://portals.apache.org/pluto

Download and Deploying:
http://portals.apache.org/pluto/v301/deploying.html

Tomcat 8 Bundle:
https://dist.apache.org/repos/dist/release/portals/pluto/pluto-bundle-3.0.1.zip

Using the Portlet 3.0 API with Maven:
<dependency>
    <groupId>javax.portlet</groupId>
    <artifactId>portlet-api</artifactId>
    <version>3.0.1</version>
</dependency>

--
Neil Griffin
On behalf of the Apache Portals PMC