svn commit: r1692549 - in /portals/jetspeed-2/portal/trunk: ./ applications/jetspeed-demo/ components/jetspeed-db-tools/ enterprise/ enterprise/ear-full/ enterprise/ear-min/ jetspeed-archetype/src/main/resources/archetype-resources/ jetspeed-archetype/...
[email protected] Fri, 24 Jul 2015 17:10:21 -0000
| Newsgroups | gmane.comp.jakarta.jetspeed.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: taylor
Date: Fri Jul 24 17:10:21 2015
New Revision: 1692549
URL: http://svn.apache.org/r1692549
Log:
JS2-1332: upgrade to portlet api 2.1.0
Modified:
portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml
portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/pom.xml
portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml
portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml
portals/jetspeed-2/portal/trunk/enterprise/pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/jetspeed-mvn-portal-pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml
portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml
portals/jetspeed-2/portal/trunk/pom.xml
Modified: portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/applications/jetspeed-demo/jetspeed-mvn-demo-pom.xml Fri Jul 24 17:10:21 2015
@@ -291,7 +291,7 @@
<deployments>
<!-- shared/lib -->
<deployment>
- <artifact>org.apache.portals:portlet-api_2.0_spec:jar</artifact>
+ <artifact>org.apache.portals:portlet-api_2.1.0_spec:jar</artifact>
</deployment>
<deployment>
<artifact>javax.ccpp:ccpp:jar</artifact>
@@ -354,7 +354,7 @@
<!-- shared/lib deps -->
<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>
</dependency>
<dependency>
@@ -533,7 +533,7 @@
<deployments>
<!-- shared/lib -->
<deployment>
- <artifact>org.apache.portals:portlet-api_2.0_spec:jar</artifact>
+ <artifact>org.apache.portals:portlet-api_2.1.0_spec:jar</artifact>
</deployment>
<deployment>
<artifact>javax.ccpp:ccpp:jar</artifact>
@@ -622,7 +622,7 @@
<!-- shared/lib deps -->
<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>
</dependency>
<dependency>
Modified: portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/components/jetspeed-db-tools/pom.xml Fri Jul 24 17:10:21 2015
@@ -45,7 +45,7 @@
</dependency>
<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>
</dependency>
<dependency>
Modified: portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/enterprise/ear-full/pom.xml Fri Jul 24 17:10:21 2015
@@ -128,7 +128,7 @@
</jarModule>
<jarModule>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
<bundleDir>/lib</bundleDir>
</jarModule>
<jarModule>
Modified: portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/enterprise/ear-min/pom.xml Fri Jul 24 17:10:21 2015
@@ -88,7 +88,7 @@
</jarModule>
<jarModule>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
<bundleDir>/lib</bundleDir>
</jarModule>
<jarModule>
Modified: portals/jetspeed-2/portal/trunk/enterprise/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/enterprise/pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/enterprise/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/enterprise/pom.xml Fri Jul 24 17:10:21 2015
@@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.portals.pluto</groupId>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/jetspeed-mvn-portal-pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/jetspeed-mvn-portal-pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/jetspeed-mvn-portal-pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/__rootArtifactId__-portal/jetspeed-mvn-portal-pom.xml Fri Jul 24 17:10:21 2015
@@ -241,7 +241,7 @@
<deployments>
<!-- shared/lib -->
<deployment>
- <artifact>org.apache.portals:portlet-api_2.0_spec:jar</artifact>
+ <artifact>org.apache.portals:portlet-api_2.1.0_spec:jar</artifact>
</deployment>
<deployment>
<artifact>javax.ccpp:ccpp:jar</artifact>
@@ -312,7 +312,7 @@
</dependency>
<dependency>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
<version>${dollar}{portals.portlet2-api-spec.version}</version>
</dependency>
<dependency>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-archetype/src/main/resources/archetype-resources/pom.xml Fri Jul 24 17:10:21 2015
@@ -48,7 +48,7 @@
<dependencies>
<dependency>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
<version>${dollar}{portals.portlet2-api-spec.version}</version>
</dependency>
<dependency>
@@ -63,7 +63,7 @@
<!-- Provided Dependencies -->
<dependency>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-database-pom.xml Fri Jul 24 17:10:21 2015
@@ -84,7 +84,7 @@
</exclusion>
<exclusion>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.portals.pluto</groupId>
Modified: portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/jetspeed-installer/jetspeed-mvn-tomcat-portal-pom.xml Fri Jul 24 17:10:21 2015
@@ -156,7 +156,7 @@
<deployments>
<!-- commons -->
<deployment>
- <artifact>org.apache.portals:portlet-api_2.0_spec:jar</artifact>
+ <artifact>org.apache.portals:portlet-api_2.1.0_spec:jar</artifact>
</deployment>
<deployment>
<artifact>javax.ccpp:ccpp:jar</artifact>
@@ -241,7 +241,7 @@
<!-- commons -->
<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>
</dependency>
<dependency>
Modified: portals/jetspeed-2/portal/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/portal/trunk/pom.xml?rev=1692549&r1=1692548&r2=1692549&view=diff
==============================================================================
--- portals/jetspeed-2/portal/trunk/pom.xml (original)
+++ portals/jetspeed-2/portal/trunk/pom.xml Fri Jul 24 17:10:21 2015
@@ -562,7 +562,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>
</dependency>
<dependency>
@@ -1539,7 +1539,7 @@
<!-- Provided Dependencies -->
<dependency>
<groupId>org.apache.portals</groupId>
- <artifactId>portlet-api_2.0_spec</artifactId>
+ <artifactId>portlet-api_2.1.0_spec</artifactId>
<scope>provided</scope>
</dependency>
<dependency>