Skip to content

Commit

Permalink
Update gatein-pc Artifact - Meeds-7065 (#24)
Browse files Browse the repository at this point in the history
* Rename gatein-pc Artifact

* Update parent-pom Artifact
  • Loading branch information
halaya authored Jul 1, 2024
1 parent 510877e commit 14460a7
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 32 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -66,7 +66,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons</artifactId>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions controller/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand All @@ -17,7 +17,7 @@

<!-- Internal dependencies -->
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
</dependency>

Expand All @@ -35,7 +35,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions embed/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -28,7 +28,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions federation/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand All @@ -15,7 +15,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
</dependency>

Expand All @@ -26,7 +26,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions management/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand All @@ -11,7 +11,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
</dependency>
</dependencies>
Expand Down
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

<parent>
<artifactId>maven-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>27-M03</version>
<groupId>io.meeds</groupId>
<version>27-M04</version>
<relativePath />
</parent>

<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<packaging>pom</packaging>
Expand All @@ -50,18 +50,19 @@
</scm>

<properties>
<org.exoplatform.core.version>7.0.x-SNAPSHOT</org.exoplatform.core.version>
<io.meeds.core.version>7.0.x-SNAPSHOT</io.meeds.core.version>
<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>

</properties>

<dependencyManagement>
<dependencies>
<!-- Import dependency management configuration -->
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>${org.exoplatform.core.version}</version>
<version>${io.meeds.core.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand All @@ -17,7 +17,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions test/core/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand All @@ -15,19 +15,19 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-controller</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-portlet</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-api</artifactId>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand Down
6 changes: 3 additions & 3 deletions test/servers/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -31,7 +31,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-test-core</artifactId>
<type>test-jar</type>
<classifier>test-sources</classifier>
Expand All @@ -51,7 +51,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-test-core</artifactId>
<type>test-jar</type>
</artifactItem>
Expand Down
6 changes: 3 additions & 3 deletions test/servers/tomcat/pom.xml
Original file line number Diff line number Diff line change
@@ -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">
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
Expand All @@ -18,11 +18,11 @@

<!-- -->
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-test-core</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.pc</groupId>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-test-core</artifactId>
<type>test-jar</type>
<classifier>test-sources</classifier>
Expand Down

0 comments on commit 14460a7

Please sign in to comment.