svn commit: r1692550 - /portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

[email protected] Fri, 24 Jul 2015 17:10:35 -0000
Newsgroups gmane.comp.jakarta.jetspeed.devel
Message-ID <[email protected]>
Author: taylor
Date: Fri Jul 24 17:10:34 2015
New Revision: 1692550

URL: http://svn.apache.org/r1692550
Log:
JS2-1332: upgrade to portlet api 2.1.0

Modified:
    portals/jetspeed-2/applications/j2-admin/trunk/pom.xml

Modified: portals/jetspeed-2/applications/j2-admin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/applications/j2-admin/trunk/pom.xml?rev=1692550&r1=1692549&r2=1692550&view=diff
==============================================================================
--- portals/jetspeed-2/applications/j2-admin/trunk/pom.xml (original)
+++ portals/jetspeed-2/applications/j2-admin/trunk/pom.xml Fri Jul 24 17:10:34 2015
@@ -69,7 +69,7 @@
     <!-- Standard APIs -->
     <dependency>
       <groupId>org.apache.portals</groupId>
-      <artifactId>portlet-api_2.0_spec</artifactId>
+      <artifactId>portlet-api_2.1.0_spec</artifactId>
       <version>${portals.portlet2-api-spec.version}</version>
       <scope>provided</scope>
     </dependency>