Skip to content

Commit

Permalink
GTNPORTAL-2601: Rename groupId "org.exoplatform.portal" to "org.gatei…
Browse files Browse the repository at this point in the history
…n.portal"
  • Loading branch information
theute authored and bdaw committed Oct 1, 2012
1 parent 6519390 commit 6361012
Show file tree
Hide file tree
Showing 85 changed files with 378 additions and 378 deletions.
12 changes: 6 additions & 6 deletions component/application-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -43,7 +43,7 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
</dependency>

Expand All @@ -58,26 +58,26 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions component/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -74,13 +74,13 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions component/identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -49,7 +49,7 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
</dependency>

Expand Down Expand Up @@ -81,7 +81,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions component/management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -32,7 +32,7 @@
<dependencies>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions component/pc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -34,7 +34,7 @@
<dependencies>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.resources</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.parent</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand Down
14 changes: 7 additions & 7 deletions component/portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -44,17 +44,17 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.pc</artifactId>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
</dependency>

Expand Down Expand Up @@ -101,19 +101,19 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions component/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -48,11 +48,11 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions component/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -39,7 +39,7 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
</dependency>

Expand All @@ -49,7 +49,7 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion component/test/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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">

<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand Down
4 changes: 2 additions & 2 deletions component/test/jcr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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">

<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -33,7 +33,7 @@
<dependencies>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion component/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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">

<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion component/test/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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">

<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions component/web/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -40,11 +40,11 @@
<artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.web.controller</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions component/web/controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.web</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand All @@ -42,7 +42,7 @@
<artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
</dependency>

Expand All @@ -61,7 +61,7 @@
</dependency>
-->
<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>
Expand All @@ -71,20 +71,20 @@
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.test.jcr</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion component/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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">
<parent>
<groupId>org.exoplatform.portal</groupId>
<groupId>org.gatein.portal</groupId>
<artifactId>exo.portal.component</artifactId>
<version>3.5.0.Beta01-SNAPSHOT</version>
</parent>
Expand Down
Loading

0 comments on commit 6361012

Please sign in to comment.