You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by at...@apache.org on 2009/05/12 04:28:49 UTC

svn commit: r773766 - in /portals/applications: dbbrowser/trunk/dbbrowser-jar/pom.xml demo/trunk/pom.xml gems/trunk/pom.xml rss/trunk/rss-jar/pom.xml webcontent/trunk/webcontent-jar/pom.xml

Author: ate
Date: Tue May 12 02:28:49 2009
New Revision: 773766

URL: http://svn.apache.org/viewvc?rev=773766&view=rev
Log:
APA-10: Replace dependency on JCP provided JSR-286 portlet-api-2.0 with Apache Portals maintained portlet-api_2.0_spec-1.0
See: http://issues.apache.org/jira/browse/APA-10

Modified:
    portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml
    portals/applications/demo/trunk/pom.xml
    portals/applications/gems/trunk/pom.xml
    portals/applications/rss/trunk/rss-jar/pom.xml
    portals/applications/webcontent/trunk/webcontent-jar/pom.xml

Modified: portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml?rev=773766&r1=773765&r2=773766&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/dbbrowser-jar/pom.xml Tue May 12 02:28:49 2009
@@ -37,7 +37,7 @@
   <!-- Dependencies -->
 
   <properties>
-    <portlet-api.version>2.0</portlet-api.version>
+     <portals.portlet2-api-spec.version>1.0-SNAPSHOT</portals.portlet2-api-spec.version>
     <org.apache.portals.bridges.common.version>1.0.4</org.apache.portals.bridges.common.version>
     <org.apache.portals.bridges.velocity.version>1.0.4</org.apache.portals.bridges.velocity.version>
     <slf4j.version>1.5.6</slf4j.version>
@@ -50,9 +50,9 @@
 
     <!-- Build Dependencies -->
     <dependency>
-      <groupId>javax.portlet</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>${portlet-api.version}</version>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>portlet-api_2.0_spec</artifactId>
+      <version>${portals.portlet2-api-spec.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: portals/applications/demo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=773766&r1=773765&r2=773766&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Tue May 12 02:28:49 2009
@@ -36,7 +36,7 @@
   <description>Portlets Demo</description>
 
   <properties>
-    <portlet-api.version>1.0</portlet-api.version>
+    <portals.portlet2-api-spec.version>1.0-SNAPSHOT</portals.portlet2-api-spec.version>
     <portals.applications.apa-gems.version>1.0-SNAPSHOT</portals.applications.apa-gems.version>
     <velocity.version>1.5</velocity.version>
     <velocity-tools.version>1.3</velocity-tools.version>
@@ -50,7 +50,6 @@
     <taglibs-standard.version>1.1.2</taglibs-standard.version>
     <taglibs-random.version>1.0.2</taglibs-random.version>
     <taglibs-request.version>1.0.1</taglibs-request.version>
-    <portlet-api.version>2.0</portlet-api.version>
     <javax.servlet.version>2.4</javax.servlet.version>
     <javax.servlet.jsp.version>2.0</javax.servlet.jsp.version>
     <asm.version>2.2</asm.version>
@@ -68,9 +67,9 @@
 
     <!-- Build Dependencies -->
     <dependency>
-      <groupId>javax.portlet</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>${portlet-api.version}</version>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>portlet-api_2.0_spec</artifactId>
+      <version>${portals.portlet2-api-spec.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: portals/applications/gems/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/gems/trunk/pom.xml?rev=773766&r1=773765&r2=773766&view=diff
==============================================================================
--- portals/applications/gems/trunk/pom.xml (original)
+++ portals/applications/gems/trunk/pom.xml Tue May 12 02:28:49 2009
@@ -39,7 +39,7 @@
 
   <properties>
     <javax.servlet.version>2.4</javax.servlet.version>
-    <portlet-api.version>2.0</portlet-api.version>
+    <portals.portlet2-api-spec.version>1.0-SNAPSHOT</portals.portlet2-api-spec.version>
     <velocity.version>1.5</velocity.version>
     <org.apache.portals.bridges.common.version>1.0.4</org.apache.portals.bridges.common.version>
     <org.apache.portals.bridges.velocity.version>1.0.4</org.apache.portals.bridges.velocity.version>
@@ -55,9 +55,9 @@
 
     <!-- Build Dependencies -->
     <dependency>
-      <groupId>javax.portlet</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>${portlet-api.version}</version>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>portlet-api_2.0_spec</artifactId>
+      <version>${portals.portlet2-api-spec.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: portals/applications/rss/trunk/rss-jar/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/rss/trunk/rss-jar/pom.xml?rev=773766&r1=773765&r2=773766&view=diff
==============================================================================
--- portals/applications/rss/trunk/rss-jar/pom.xml (original)
+++ portals/applications/rss/trunk/rss-jar/pom.xml Tue May 12 02:28:49 2009
@@ -34,7 +34,7 @@
 	<name>Portals RSS Application JAR</name>
 
 	<properties>
-		<portlet-api.version>2.0</portlet-api.version>
+        <portals.portlet2-api-spec.version>1.0-SNAPSHOT</portals.portlet2-api-spec.version>
 		<javax.servlet.version>2.4</javax.servlet.version>
         <org.apache.portals.bridges.common.version>1.0.4</org.apache.portals.bridges.common.version>
 		<org.apache.portals.bridges.velocity.version>1.0.4</org.apache.portals.bridges.velocity.version>
@@ -51,11 +51,11 @@
 	<dependencies>
 
 		<!-- Build Dependencies -->
-		<dependency>
-			<groupId>javax.portlet</groupId>
-			<artifactId>portlet-api</artifactId>
-			<version>${portlet-api.version}</version>
-			<scope>provided</scope>
+        <dependency>
+            <groupId>org.apache.portals</groupId>
+            <artifactId>portlet-api_2.0_spec</artifactId>
+            <version>${portals.portlet2-api-spec.version}</version>
+            <scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>

Modified: portals/applications/webcontent/trunk/webcontent-jar/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/webcontent-jar/pom.xml?rev=773766&r1=773765&r2=773766&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/webcontent-jar/pom.xml (original)
+++ portals/applications/webcontent/trunk/webcontent-jar/pom.xml Tue May 12 02:28:49 2009
@@ -34,7 +34,7 @@
   <name>Portals Web Content Application JAR</name>
 
   <properties>
-    <portlet-api.version>2.0</portlet-api.version>
+    <portals.portlet2-api-spec.version>1.0-SNAPSHOT</portals.portlet2-api-spec.version>
     <javax.servlet.version>2.4</javax.servlet.version>
     <org.apache.portals.bridges.common.version>1.0.4</org.apache.portals.bridges.common.version>
     <org.apache.portals.bridges.velocity.version>1.0.4</org.apache.portals.bridges.velocity.version>
@@ -51,9 +51,9 @@
 
     <!-- Build Dependencies -->
     <dependency>
-      <groupId>javax.portlet</groupId>
-      <artifactId>portlet-api</artifactId>
-      <version>${portlet-api.version}</version>
+      <groupId>org.apache.portals</groupId>
+      <artifactId>portlet-api_2.0_spec</artifactId>
+      <version>${portals.portlet2-api-spec.version}</version>
       <scope>provided</scope>
     </dependency>
     <dependency>