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 wo...@apache.org on 2014/08/01 05:07:10 UTC

svn commit: r1615024 - in /portals/applications/webcontent/trunk: content-rewriter/pom.xml pom.xml portlets/pom.xml reverse-proxy/pom.xml war/pom.xml

Author: woonsan
Date: Fri Aug  1 03:07:10 2014
New Revision: 1615024

URL: http://svn.apache.org/r1615024
Log:
APA-58: change artifact name from *webcontent* to *webcontent2*.

Modified:
    portals/applications/webcontent/trunk/content-rewriter/pom.xml
    portals/applications/webcontent/trunk/pom.xml
    portals/applications/webcontent/trunk/portlets/pom.xml
    portals/applications/webcontent/trunk/reverse-proxy/pom.xml
    portals/applications/webcontent/trunk/war/pom.xml

Modified: portals/applications/webcontent/trunk/content-rewriter/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/content-rewriter/pom.xml?rev=1615024&r1=1615023&r2=1615024&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/content-rewriter/pom.xml (original)
+++ portals/applications/webcontent/trunk/content-rewriter/pom.xml Fri Aug  1 03:07:10 2014
@@ -20,13 +20,13 @@
 
   <parent>
     <groupId>org.apache.portals.applications</groupId>
-    <artifactId>apa-webcontent</artifactId>
+    <artifactId>apa-webcontent2</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>apa-webcontent-content-rewriter</artifactId>
+  <artifactId>apa-webcontent2-content-rewriter</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Portals Applications Web Content Content Rewriter</name>
+  <name>Apache Portals Applications Web Content 2 Content Rewriter</name>
 
   <dependencies>
 

Modified: portals/applications/webcontent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/pom.xml?rev=1615024&r1=1615023&r2=1615024&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/pom.xml (original)
+++ portals/applications/webcontent/trunk/pom.xml Fri Aug  1 03:07:10 2014
@@ -26,11 +26,11 @@
   </parent>
 
   <groupId>org.apache.portals.applications</groupId>
-  <artifactId>apa-webcontent</artifactId>
+  <artifactId>apa-webcontent2</artifactId>
   <version>2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>Apache Portals Applications Web Content Application</name>
-  <description>Web Content Application</description>
+  <name>Apache Portals Applications Web Content 2 Application</name>
+  <description>Web Content 2 Application</description>
 
   <properties>
     <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>

Modified: portals/applications/webcontent/trunk/portlets/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/portlets/pom.xml?rev=1615024&r1=1615023&r2=1615024&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/portlets/pom.xml (original)
+++ portals/applications/webcontent/trunk/portlets/pom.xml Fri Aug  1 03:07:10 2014
@@ -20,13 +20,13 @@
   <!-- POM Identification -->
   <parent>
     <groupId>org.apache.portals.applications</groupId>
-    <artifactId>apa-webcontent</artifactId>
+    <artifactId>apa-webcontent2</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>apa-webcontent-portlets</artifactId>
+  <artifactId>apa-webcontent2-portlets</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Portals Applications Web Content Portlets</name>
+  <name>Apache Portals Applications Web Content 2 Portlets</name>
 
   <dependencies>
 
@@ -55,7 +55,7 @@
 
     <dependency>
       <groupId>org.apache.portals.applications</groupId>
-      <artifactId>apa-webcontent-reverse-proxy</artifactId>
+      <artifactId>apa-webcontent2-reverse-proxy</artifactId>
       <version>${project.version}</version>
     </dependency>
 

Modified: portals/applications/webcontent/trunk/reverse-proxy/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/reverse-proxy/pom.xml?rev=1615024&r1=1615023&r2=1615024&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/reverse-proxy/pom.xml (original)
+++ portals/applications/webcontent/trunk/reverse-proxy/pom.xml Fri Aug  1 03:07:10 2014
@@ -20,13 +20,13 @@
 
   <parent>
     <groupId>org.apache.portals.applications</groupId>
-    <artifactId>apa-webcontent</artifactId>
+    <artifactId>apa-webcontent2</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>apa-webcontent-reverse-proxy</artifactId>
+  <artifactId>apa-webcontent2-reverse-proxy</artifactId>
   <packaging>jar</packaging>
-  <name>Apache Portals Applications Web Content Reverse Proxy</name>
+  <name>Apache Portals Applications Web Content 2 Reverse Proxy</name>
 
   <dependencies>
 
@@ -43,7 +43,7 @@
 
     <dependency>
       <groupId>org.apache.portals.applications</groupId>
-      <artifactId>apa-webcontent-content-rewriter</artifactId>
+      <artifactId>apa-webcontent2-content-rewriter</artifactId>
       <version>${project.version}</version>
     </dependency>
 

Modified: portals/applications/webcontent/trunk/war/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/webcontent/trunk/war/pom.xml?rev=1615024&r1=1615023&r2=1615024&view=diff
==============================================================================
--- portals/applications/webcontent/trunk/war/pom.xml (original)
+++ portals/applications/webcontent/trunk/war/pom.xml Fri Aug  1 03:07:10 2014
@@ -20,13 +20,13 @@
 
   <parent>
     <groupId>org.apache.portals.applications</groupId>
-    <artifactId>apa-webcontent</artifactId>
+    <artifactId>apa-webcontent2</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
 
-  <artifactId>apa-webcontent-war</artifactId>
+  <artifactId>apa-webcontent2-war</artifactId>
   <packaging>war</packaging>
-  <name>Apache Portals Applications Web Content WAR</name>
+  <name>Apache Portals Applications Web Content 2 WAR</name>
 
   <dependencies>
 
@@ -44,7 +44,7 @@
 
     <dependency>
       <groupId>org.apache.portals.applications</groupId>
-      <artifactId>apa-webcontent-portlets</artifactId>
+      <artifactId>apa-webcontent2-portlets</artifactId>
       <version>${project.version}</version>
     </dependency>