Skip to content

Commit

Permalink
Update Kernel Artifact - Meeds-7065 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
halaya authored Jul 1, 2024
1 parent 8cf08d9 commit e0431af
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 42 deletions.
4 changes: 2 additions & 2 deletions exo.kernel.commons.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.kernel.commons.test</artifactId>

<name>eXo PLF:: Kernel :: Commons :: Test Util</name>
<name>Meeds:: PLF:: Kernel :: Commons :: Test Util</name>
<description>Tests of Commons Utils of Exoplatform SAS 'eXo Kernel' project.</description>

</project>
6 changes: 3 additions & 3 deletions exo.kernel.commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.kernel.commons</artifactId>

<name>eXo PLF:: Kernel :: Commons Utils</name>
<name>Meeds:: PLF:: Kernel :: Commons Utils</name>
<description>Implementation of Commons Utils of Exoplatform SAS 'eXo Kernel' project.</description>

<properties>
Expand Down Expand Up @@ -68,7 +68,7 @@
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions exo.kernel.component.cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.kernel.component.cache</artifactId>

<name>eXo PLF:: Kernel :: Component :: Cache Service</name>
<name>Meeds:: PLF:: Kernel :: Component :: Cache Service</name>
<description>Implementation of Cache Service of Exoplatform SAS 'eXo Kernel' project.</description>

<properties>
Expand All @@ -41,19 +41,19 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.component.common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions exo.kernel.component.command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.kernel.component.command</artifactId>

<name>eXo PLF:: Kernel :: Component :: Command Service</name>
<name>Meeds:: PLF:: Kernel :: Component :: Command Service</name>
<description>Implementation of Command Service of Exoplatform SAS 'eXo Kernel' project.</description>

<properties>
Expand All @@ -41,11 +41,11 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions exo.kernel.component.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.kernel.component.common</artifactId>

<name>eXo PLF:: Kernel :: Component :: Common Service</name>
<name>Meeds:: PLF:: Kernel :: Component :: Common Service</name>
<description>Implementation of Common Service of Exoplatform SAS 'eXo Kernel' project.</description>

<properties>
Expand All @@ -41,11 +41,11 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
12 changes: 6 additions & 6 deletions exo.kernel.component.ext.cache.impl.infinispan.v8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@
<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.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>exo.kernel.component.ext.cache.impl.infinispan.v8</artifactId>
<name>eXo PLF:: Kernel :: Cache Extension :: Infinispan Implementation</name>
<name>Meeds:: PLF:: Kernel :: Cache Extension :: Infinispan Implementation</name>
<description>Infinispan Implementation of Cache Service for Exoplatform SAS 'eXo Kernel' project.</description>
<properties>
<exo.test.coverage.ratio>0.6</exo.test.coverage.ratio>
</properties>
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.component.cache</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.component.common</artifactId>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -85,7 +85,7 @@
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions exo.kernel.container.mt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
<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.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>exo.kernel.container.mt</artifactId>
<name>eXo PLF:: Kernel :: Container Multi-Threaded</name>
<name>Meeds:: PLF:: Kernel :: Container Multi-Threaded</name>
<description>Implementation of Container Multi-Threaded for Exoplatform SAS 'eXo Kernel' project.</description>
<properties>
<exo.test.coverage.ratio>0.8</exo.test.coverage.ratio>
</properties>
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
Expand All @@ -51,7 +51,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand All @@ -76,7 +76,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.container</artifactId>
<classifier>test-sources</classifier>
<type>jar</type>
Expand Down
10 changes: 5 additions & 5 deletions exo.kernel.container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@
<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.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>exo.kernel.container</artifactId>
<name>eXo PLF:: Kernel :: Container</name>
<name>Meeds:: PLF:: Kernel :: Container</name>
<description>Implementation of Container for Exoplatform SAS 'eXo Kernel' project.</description>
<properties>
<exo.test.coverage.ratio>0.6</exo.test.coverage.ratio>
</properties>
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand All @@ -54,7 +54,7 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-wci</artifactId>
</dependency>
<dependency>
Expand Down
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,28 @@

<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.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<packaging>pom</packaging>

<name>eXo PLF:: Kernel</name>
<name>Meeds:: PLF:: Kernel</name>
<description>Exoplatform SAS 'eXo Kernel' project.</description>

<properties>
<!-- PLF project dependencies -->
<org.exoplatform.gatein.wci.version>7.0.x-SNAPSHOT</org.exoplatform.gatein.wci.version>
<io.meeds.gatein.wci.version>7.0.x-SNAPSHOT</io.meeds.gatein.wci.version>
<!-- 3rd party libraries versions -->
<subethasmtp.version>3.1.7</subethasmtp.version>

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

</properties>

<scm>
Expand All @@ -71,9 +72,9 @@
<dependencies>
<!-- Import gatein-wci dependencies -->
<dependency>
<groupId>org.exoplatform.gatein.wci</groupId>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>${org.exoplatform.gatein.wci.version}</version>
<version>${io.meeds.gatein.wci.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit e0431af

Please sign in to comment.