[portal-commits] JBoss Portal SVN: r8860 - in modules/test/trunk: build and 12 other directories.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 9 15:47:23 EST 2007


Author: julien at jboss.com
Date: 2007-11-09 15:47:23 -0500 (Fri, 09 Nov 2007)
New Revision: 8860

Modified:
   modules/test/trunk/build/pom.xml
   modules/test/trunk/mc/pom.xml
   modules/test/trunk/pom.xml
   modules/test/trunk/remote/pom.xml
   modules/test/trunk/test/agent/pom.xml
   modules/test/trunk/test/core/pom.xml
   modules/test/trunk/test/generic/pom.xml
   modules/test/trunk/test/jboss/pom.xml
   modules/test/trunk/tooling/ant/pom.xml
   modules/test/trunk/tooling/core/pom.xml
   modules/test/trunk/tooling/examples/maven2/pom.xml
   modules/test/trunk/tooling/maven2/pom.xml
   modules/test/trunk/tooling/pom.xml
   modules/test/trunk/unit/pom.xml
Log:
fix poms in jboss unit module

Modified: modules/test/trunk/build/pom.xml
===================================================================
--- modules/test/trunk/build/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/build/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -16,7 +16,7 @@
     <version>3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.portal.test</groupId>
+  <groupId>org.jboss.unit</groupId>
   <artifactId>jboss-portal-modules-test</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>

Modified: modules/test/trunk/mc/pom.xml
===================================================================
--- modules/test/trunk/mc/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/mc/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,12 +1,12 @@
 <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">
    <parent>
-      <groupId>org.jboss.portal.test</groupId>
+      <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.unit</groupId>
    <artifactId>jboss-unit-mc</artifactId>
    <packaging>jar</packaging>
    <name>JBoss Unit Microcontainer</name>

Modified: modules/test/trunk/pom.xml
===================================================================
--- modules/test/trunk/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,7 +1,7 @@
 <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>
-   <groupId>org.jboss.portal.test</groupId>
+   <groupId>org.jboss.unit</groupId>
    <artifactId>jboss-portal-modules-test-aggregator</artifactId>
    <packaging>pom</packaging>
    <name>JBoss Portal Modules Test</name>
@@ -26,7 +26,6 @@
    </distributionManagement>
 
    <modules>
-      <module>build</module>
       <module>unit</module>
       <module>tooling</module>
       <module>mc</module>
@@ -40,4 +39,4 @@
    
 
 
-</project>
\ No newline at end of file
+</project>

Modified: modules/test/trunk/remote/pom.xml
===================================================================
--- modules/test/trunk/remote/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/remote/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,12 +1,12 @@
 <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">
    <parent>
-      <groupId>org.jboss.portal.test</groupId>
+      <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.unit</groupId>
    <artifactId>jboss-unit-remote</artifactId>
    <packaging>jar</packaging>
    <name>JBoss Unit Remote</name>
@@ -17,8 +17,9 @@
          <artifactId>jboss-unit</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>portal-test</artifactId>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
          <groupId>org.jboss.portal.common</groupId>
@@ -56,4 +57,4 @@
    <properties>
 
    </properties>
-</project>
\ No newline at end of file
+</project>

Modified: modules/test/trunk/test/agent/pom.xml
===================================================================
--- modules/test/trunk/test/agent/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/test/agent/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,9 +1,10 @@
 <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">
    <parent>
-      <groupId>org.jboss.portal.test</groupId>
+      <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>portal-test-agent</artifactId>
@@ -52,12 +53,14 @@
          <artifactId>jboss</artifactId>
       </dependency>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>portal-test</artifactId>
+         <version>${project.version}</version>
       </dependency>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>portal-test-jboss</artifactId>
+         <version>${project.version}</version>
       </dependency>
    </dependencies>
 

Modified: modules/test/trunk/test/core/pom.xml
===================================================================
--- modules/test/trunk/test/core/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/test/core/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,9 +1,10 @@
 <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">
    <parent>
-      <groupId>org.jboss.portal.test</groupId>
+      <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>portal-test</artifactId>

Modified: modules/test/trunk/test/generic/pom.xml
===================================================================
--- modules/test/trunk/test/generic/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/test/generic/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,9 +1,10 @@
 <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">
    <parent>
-      <groupId>org.jboss.portal.test</groupId>
+      <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>portal-test-generic</artifactId>

Modified: modules/test/trunk/test/jboss/pom.xml
===================================================================
--- modules/test/trunk/test/jboss/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/test/jboss/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,9 +1,10 @@
 <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">
    <parent>
-      <groupId>org.jboss.portal.test</groupId>
+      <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>portal-test-jboss</artifactId>

Modified: modules/test/trunk/tooling/ant/pom.xml
===================================================================
--- modules/test/trunk/tooling/ant/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/tooling/ant/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -2,8 +2,9 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
       <groupId>org.jboss.unit</groupId>
-      <artifactId>jboss-unit-tooling-aggregator</artifactId>
+      <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-unit-tooling-ant</artifactId>

Modified: modules/test/trunk/tooling/core/pom.xml
===================================================================
--- modules/test/trunk/tooling/core/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/tooling/core/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -2,8 +2,9 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
       <groupId>org.jboss.unit</groupId>
-      <artifactId>jboss-unit-tooling-aggregator</artifactId>
+      <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-unit-tooling</artifactId>

Modified: modules/test/trunk/tooling/examples/maven2/pom.xml
===================================================================
--- modules/test/trunk/tooling/examples/maven2/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/tooling/examples/maven2/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,6 +1,6 @@
 <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">
-   <groupId>org.jboss.portal.test</groupId>
+   <groupId>org.jboss.unit</groupId>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-unit-tooling-maven2-example</artifactId>
    <version>0.1</version>
@@ -9,9 +9,8 @@
 
    <dependencies>
       <dependency>
-         <groupId>org.jboss.portal.test</groupId>
+         <groupId>org.jboss.unit</groupId>
          <artifactId>jboss-unit</artifactId>
-         <version>1.1.0-SNAPSHOT</version>
       </dependency>
    </dependencies>
 
@@ -37,7 +36,7 @@
             </configuration>
          </plugin>
          <plugin>
-            <groupId>org.jboss.portal.test</groupId>
+            <groupId>org.jboss.unit</groupId>
             <artifactId>jboss-unit-tooling-maven2</artifactId>
             <executions>
                <execution>

Modified: modules/test/trunk/tooling/maven2/pom.xml
===================================================================
--- modules/test/trunk/tooling/maven2/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/tooling/maven2/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -2,8 +2,9 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
       <groupId>org.jboss.unit</groupId>
-      <artifactId>jboss-unit-tooling-aggregator</artifactId>
+      <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jboss-unit-tooling-maven2</artifactId>

Modified: modules/test/trunk/tooling/pom.xml
===================================================================
--- modules/test/trunk/tooling/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/tooling/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,16 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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">
-  <parent>
-      <groupId>org.jboss.portal.test</groupId>
-      <artifactId>jboss-portal-modules-test</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
-   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.unit</groupId>
   <artifactId>jboss-unit-tooling-aggregator</artifactId>
   <packaging>pom</packaging>
   <name>JBoss Unit Tooling (aggregator)</name>
+  <version>1.1.0-SNAPSHOT</version>
   <modules>
     <module>core</module>
     <module>ant</module>

Modified: modules/test/trunk/unit/pom.xml
===================================================================
--- modules/test/trunk/unit/pom.xml	2007-11-09 17:42:36 UTC (rev 8859)
+++ modules/test/trunk/unit/pom.xml	2007-11-09 20:47:23 UTC (rev 8860)
@@ -1,12 +1,12 @@
 <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">
    <parent>
-      <groupId>org.jboss.portal.test</groupId>
+      <groupId>org.jboss.unit</groupId>
       <artifactId>jboss-portal-modules-test</artifactId>
       <version>1.1.0-SNAPSHOT</version>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
-   <groupId>org.jboss.unit</groupId>
    <artifactId>jboss-unit</artifactId>
    <packaging>jar</packaging>
    <name>JBoss Unit</name>




More information about the portal-commits mailing list