Skip to content

Commit

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

* Update gatein-wci Artifact - Meeds-7065
  • Loading branch information
halaya authored and exo-swf committed Jul 1, 2024
1 parent efc7df4 commit 24ff6b7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>27-M03</version>
<groupId>io.meeds</groupId>
<version>27-M04</version>
<relativePath/>
</parent>

<name>GateIn - Web Container Integration</name>

<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
<packaging>pom</packaging>
Expand All @@ -44,13 +44,14 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>

</properties>

<dependencyManagement>
<dependencies>
<!-- Import versions of external dependencies to use -->
<dependency>
<groupId>org.exoplatform</groupId>
<groupId>io.meeds</groupId>
<artifactId>maven-depmgt-pom</artifactId>
<version>${org.exoplatform.depmgt.version}</version>
<type>pom</type>
Expand All @@ -59,28 +60,28 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<!-- Internal dependencies -->
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-tomcat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
Expand Down
4 changes: 2 additions & 2 deletions test/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<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.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand All @@ -32,7 +32,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<dependencies>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<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.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion test/servers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<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.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand Down
8 changes: 4 additions & 4 deletions test/servers/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<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.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-servers</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand All @@ -33,18 +33,18 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<dependencies>

<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-core</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-core</artifactId>
<type>test-jar</type>
</dependency>

<!-- -->
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-tomcat</artifactId>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<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.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand All @@ -28,7 +28,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<dependencies>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion wci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<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.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand Down

0 comments on commit 24ff6b7

Please sign in to comment.