Project Lead:Carsten Ziegeler URL:http://portals.apache.org/pluto Description:
Pluto is the Reference Implementation of the Java Portlet Specfication. The current version of this specification is JSR 168.
Only just now noticed we forgot to remove the temporary PLUTO-2.0.0 staging repository from the pom, should have been removed before the 2.2.0 release.
JS2-1018: Release 2.2.0 preparation
See: http://issues.apache.org/jira/browse/JS2-1018
- overriding the maven-release-plugin to not execute goals "clean verify" but (only) "install" instead (see embedded comment)
- also removing staging repo for PLUTO-2.0.0 as it has been released now, although it isn't yet showning up on Maven Central (should be a matter of time)
- dropping "empty" distributionManagement repository definitions: apache 6 pom already provides the configuration for repository.apache.org
PLUTO-553: commons-logging unsuited for cross-context webapplication invocation usage - migrating to slf4j
- Just discovered I accidentally configure slf4j on Pluto to use log4J while it was setup to use java.util.logging
Replacing slf4j-log4j12 with slf4j-jdk14 dependencies to correct this
Changes on FilterManagerService implementation according to PLUTO-558 change.
(Because pluto's changes are already committed and j2-admin depends on the pluto api, I have to do this right now.)