Skip to content

Commit

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

* Update parent-pom Artifact
  • Loading branch information
halaya authored Jul 1, 2024
1 parent 4fc9472 commit 7128ecb
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 38 deletions.
14 changes: 7 additions & 7 deletions exo.core.component.database/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.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.database</artifactId>

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

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

<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.component.common</artifactId>
</dependency>
<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.container</artifactId>
</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.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions exo.core.component.organization.api/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.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.organization.api</artifactId>
<name>eXo PLF Core :: Component :: Organization Service API</name>
<name>Meeds:: PLF Core :: Component :: Organization Service API</name>
<description>API of Organization Service of Exoplatform SAS 'eXo Core' project.</description>
<properties>
<exo.test.coverage.ratio>0.06</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.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.security.core</artifactId>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions exo.core.component.script.groovy/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.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.script.groovy</artifactId>

<name>eXo PLF Core :: Component :: Groovy Scripts Instantiator</name>
<name>Meeds:: PLF Core :: Component :: Groovy Scripts Instantiator</name>
<description>Groovy Scripts Instantiator of Exoplatform SAS 'eXo Core' 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
10 changes: 5 additions & 5 deletions exo.core.component.security.core/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.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.security.core</artifactId>

<name>eXo PLF Core :: Component :: Security Service</name>
<name>Meeds:: PLF Core :: Component :: Security Service</name>
<description>Implementation of 'eXo Security' component of Exoplatform SAS 'eXo Core' project.</description>

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

<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>exo.kernel.component.common</artifactId>
</dependency>
<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.core.component.xml-processing/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.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.xml-processing</artifactId>
<name>eXo PLF Core :: Component :: XML Processing Service</name>
<name>Meeds:: PLF Core :: Component :: XML Processing Service</name>
<description>Implementation of XML Processing Service of Exoplatform SAS 'eXo Core' project.</description>
<properties>
<exo.test.coverage.ratio>0.25</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.commons.test</artifactId>
<scope>test</scope>
</dependency>
Expand Down
27 changes: 14 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,25 @@

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

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

<properties>
<org.exoplatform.kernel.version>7.0.x-SNAPSHOT</org.exoplatform.kernel.version>
<io.meeds.kernel.version>7.0.x-SNAPSHOT</io.meeds.kernel.version>

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


</properties>

Expand All @@ -64,41 +65,41 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.exoplatform.kernel</groupId>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>${org.exoplatform.kernel.version}</version>
<version>${io.meeds.kernel.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>${project.version}</version>
<classifier>source-release</classifier>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.database</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.organization.api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.security.core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.xml-processing</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.exoplatform.core</groupId>
<groupId>io.meeds.core</groupId>
<artifactId>exo.core.component.script.groovy</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 7128ecb

Please sign in to comment.