Skip to content

Commit

Permalink
Create develop-meed and update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Dec 16, 2024
1 parent 1931fe7 commit 4349a0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion exo.core.component.organization.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.organization.api</artifactId>
<name>Meeds:: PLF Core :: Component :: Organization Service API</name>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.security.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.security.core</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,17 @@

<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>

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

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

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


</properties>

<scm>
Expand Down

0 comments on commit 4349a0c

Please sign in to comment.