You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-commits@portals.apache.org by wo...@apache.org on 2010/07/21 03:49:52 UTC

svn commit: r966065 - in /portals/bridges/bridges-script/trunk: dependencies/beanshell/pom.xml dependencies/groovy/pom.xml dependencies/jruby/pom.xml dependencies/jython/pom.xml dependencies/pom.xml dependencies/rhino/pom.xml pom.xml portlet/pom.xml

Author: woonsan
Date: Wed Jul 21 01:49:52 2010
New Revision: 966065

URL: http://svn.apache.org/viewvc?rev=966065&view=rev
Log:
PB-104: Refining artifact IDs.

Modified:
    portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/pom.xml
    portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml
    portals/bridges/bridges-script/trunk/pom.xml
    portals/bridges/bridges-script/trunk/portlet/pom.xml

Modified: portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/beanshell/pom.xml Wed Jul 21 01:49:52 2010
@@ -19,18 +19,18 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
+  
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>
   
-  <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>portals-bridges-script-beanshell</artifactId>
+  <groupId>org.apache.portals.bridges</groupId>
+  <artifactId>portals-bridges-script-dependencies-beanshell</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for BeanShell</name>
   <parent>
-    <groupId>org.apache.portals.bridges.script</groupId>
-    <artifactId>dependencies</artifactId>
+    <groupId>org.apache.portals.bridges</groupId>
+    <artifactId>portals-bridges-script-dependencies</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
@@ -55,8 +55,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.portals.bridges.script</groupId>
-      <artifactId>portals-bridges-script</artifactId>
+      <groupId>org.apache.portals.bridges</groupId>
+      <artifactId>portals-bridges-script-portlet</artifactId>
     </dependency>
     
   </dependencies>

Modified: portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/groovy/pom.xml Wed Jul 21 01:49:52 2010
@@ -19,18 +19,18 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
+  
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>
   
-  <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>portals-bridges-script-groovy</artifactId>
+  <groupId>org.apache.portals.bridges</groupId>
+  <artifactId>portals-bridges-script-dependencies-groovy</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for Groovy</name>
   <parent>
-    <groupId>org.apache.portals.bridges.script</groupId>
-    <artifactId>dependencies</artifactId>
+    <groupId>org.apache.portals.bridges</groupId>
+    <artifactId>portals-bridges-script-dependencies</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
@@ -55,8 +55,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.portals.bridges.script</groupId>
-      <artifactId>portals-bridges-script</artifactId>
+      <groupId>org.apache.portals.bridges</groupId>
+      <artifactId>portals-bridges-script-portlet</artifactId>
     </dependency>
     
   </dependencies>

Modified: portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/jruby/pom.xml Wed Jul 21 01:49:52 2010
@@ -19,18 +19,18 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
+  
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>
   
-  <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>portals-bridges-script-jruby</artifactId>
+  <groupId>org.apache.portals.bridges</groupId>
+  <artifactId>portals-bridges-script-dependencies-jruby</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for JRuby</name>
   <parent>
-    <groupId>org.apache.portals.bridges.script</groupId>
-    <artifactId>dependencies</artifactId>
+    <groupId>org.apache.portals.bridges</groupId>
+    <artifactId>portals-bridges-script-dependencies</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
@@ -55,8 +55,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.portals.bridges.script</groupId>
-      <artifactId>portals-bridges-script</artifactId>
+      <groupId>org.apache.portals.bridges</groupId>
+      <artifactId>portals-bridges-script-portlet</artifactId>
     </dependency>
     
   </dependencies>

Modified: portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/jython/pom.xml Wed Jul 21 01:49:52 2010
@@ -19,18 +19,18 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
+  
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>
   
-  <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>portals-bridges-script-jython</artifactId>
+  <groupId>org.apache.portals.bridges</groupId>
+  <artifactId>portals-bridges-script-dependencies-jython</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for Jython</name>
   <parent>
-    <groupId>org.apache.portals.bridges.script</groupId>
-    <artifactId>dependencies</artifactId>
+    <groupId>org.apache.portals.bridges</groupId>
+    <artifactId>portals-bridges-script-dependencies</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
@@ -55,8 +55,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.portals.bridges.script</groupId>
-      <artifactId>portals-bridges-script</artifactId>
+      <groupId>org.apache.portals.bridges</groupId>
+      <artifactId>portals-bridges-script-portlet</artifactId>
     </dependency>
     
   </dependencies>

Modified: portals/bridges/bridges-script/trunk/dependencies/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/pom.xml Wed Jul 21 01:49:52 2010
@@ -24,12 +24,12 @@
     <maven>2.0.9</maven>
   </prerequisites>
   
-  <groupId>org.apache.portals.bridges.script</groupId>
-  <artifactId>dependencies</artifactId>
+  <groupId>org.apache.portals.bridges</groupId>
+  <artifactId>portals-bridges-script-dependencies</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies</name>
   <parent>
     <groupId>org.apache.portals.bridges</groupId>
-    <artifactId>script</artifactId>
+    <artifactId>portals-bridges-script</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>

Modified: portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/dependencies/rhino/pom.xml Wed Jul 21 01:49:52 2010
@@ -19,18 +19,18 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
+  
   <modelVersion>4.0.0</modelVersion>
   <prerequisites>
     <maven>2.0.9</maven>
   </prerequisites>
   
-  <groupId>org.apache.portals.bridges.script.dependencies</groupId>
-  <artifactId>portals-bridges-script-rhino</artifactId>
+  <groupId>org.apache.portals.bridges</groupId>
+  <artifactId>portals-bridges-script-dependencies-rhino</artifactId>
   <name>Apache Portals Bridges Script Bridge Dependencies for Rhino JavaScript</name>
   <parent>
-    <groupId>org.apache.portals.bridges.script</groupId>
-    <artifactId>dependencies</artifactId>
+    <groupId>org.apache.portals.bridges</groupId>
+    <artifactId>portals-bridges-script-dependencies</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
@@ -55,8 +55,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.portals.bridges.script</groupId>
-      <artifactId>portals-bridges-script</artifactId>
+      <groupId>org.apache.portals.bridges</groupId>
+      <artifactId>portals-bridges-script-portlet</artifactId>
     </dependency>
     
   </dependencies>

Modified: portals/bridges/bridges-script/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/pom.xml Wed Jul 21 01:49:52 2010
@@ -17,7 +17,7 @@
     @version $Id$
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
+  
   <modelVersion>4.0.0</modelVersion>
 
   <!-- POM Identification -->
@@ -28,7 +28,7 @@
   </parent>
 
   <groupId>org.apache.portals.bridges</groupId>
-  <artifactId>script</artifactId>
+  <artifactId>portals-bridges-script</artifactId>
   <packaging>pom</packaging>
   <name>Apache Portals Bridges Script Bridge</name>
   <version>2.0-SNAPSHOT</version>
@@ -221,8 +221,8 @@
       </dependency>
       
       <dependency>
-        <groupId>org.apache.portals.bridges.script</groupId>
-        <artifactId>portals-bridges-script</artifactId>
+        <groupId>org.apache.portals.bridges</groupId>
+        <artifactId>portals-bridges-script-portlet</artifactId>
         <version>${project.version}</version>
       </dependency>
       

Modified: portals/bridges/bridges-script/trunk/portlet/pom.xml
URL: http://svn.apache.org/viewvc/portals/bridges/bridges-script/trunk/portlet/pom.xml?rev=966065&r1=966064&r2=966065&view=diff
==============================================================================
--- portals/bridges/bridges-script/trunk/portlet/pom.xml (original)
+++ portals/bridges/bridges-script/trunk/portlet/pom.xml Wed Jul 21 01:49:52 2010
@@ -17,17 +17,17 @@
     @version $Id$
   -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
+  
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.portals.bridges</groupId>
-    <artifactId>script</artifactId>
+    <artifactId>portals-bridges-script</artifactId>
     <version>2.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.portals.bridges.script</groupId>
-  <artifactId>portals-bridges-script</artifactId>
+  <groupId>org.apache.portals.bridges</groupId>
+  <artifactId>portals-bridges-script-portlet</artifactId>
   <packaging>jar</packaging>
   <name>Apache Portals Bridges Script Bridge Portlet</name>
   <description>Apache Portals Bridges Script Bridge Portlet</description>



---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-commits-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-commits-help@portals.apache.org