You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by cd...@apache.org on 2006/10/26 14:06:02 UTC

svn commit: r467975 - /portals/pluto/branches/1.1-286-COMPATIBILITY/pom.xml

Author: cdoremus
Date: Thu Oct 26 05:06:02 2006
New Revision: 467975

URL: http://svn.apache.org/viewvc?view=rev&rev=467975
Log:
Modified version number to reflect branch name and portlet-api.version to 2.0.

Modified:
    portals/pluto/branches/1.1-286-COMPATIBILITY/pom.xml

Modified: portals/pluto/branches/1.1-286-COMPATIBILITY/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/1.1-286-COMPATIBILITY/pom.xml?view=diff&rev=467975&r1=467974&r2=467975
==============================================================================
--- portals/pluto/branches/1.1-286-COMPATIBILITY/pom.xml (original)
+++ portals/pluto/branches/1.1-286-COMPATIBILITY/pom.xml Thu Oct 26 05:06:02 2006
@@ -32,7 +32,7 @@
    * environment.properties in pluto-container module (src/main/resources/org/apache/pluto) and 
    * InstallationDependancy.java in the maven-pluto-plugin module (src/main/java/org/apache/pluto/maven).
   -->
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0-286-SNAPSHOT</version>
   <!-- Due to a bug in maven 2.0, the description must not contain any line breaks or tabs. -->
   <description>Pluto is the Reference Implementation of the Java Portlet Specfication.</description>
   <url>http://portals.apache.org/pluto</url>
@@ -226,8 +226,8 @@
 
     -->
   <properties>
-    <portlet-api.version>1.0</portlet-api.version>
-    <servlet-api.version>2.3</servlet-api.version>
+    <portlet-api.version>2.0-SNAPSHOT</portlet-api.version>
+    <servlet-api.version>2.4</servlet-api.version>
     <jsp-api.version>2.0</jsp-api.version>
     <jstl.version>1.1.2</jstl.version>
     <taglibs.standard.version>1.0.4</taglibs.standard.version>
@@ -251,6 +251,7 @@
   <!-- Pluto Modules ======================================================= -->
   
   <modules>
+    <module>portlet2-api</module>
     <!-- Pluto Core Modules -->
     <module>pluto-descriptor-api</module>
     <module>pluto-descriptor-impl</module>