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 authored and boubaker committed Dec 29, 2023
1 parent f770424 commit b650754
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion exo.core.component.database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.database</artifactId>
Expand Down
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>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.organization.api</artifactId>
<name>eXo PLF Core :: Component :: Organization Service API</name>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.organization.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.organization.tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.script.groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.script.groovy</artifactId>
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>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>

<artifactId>exo.core.component.security.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion exo.core.component.xml-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.xml-processing</artifactId>
<name>eXo PLF Core :: Component :: XML Processing Service</name>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,23 @@
<parent>
<artifactId>maven-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>26</version>
<version>27-meed-M02</version>
<relativePath />
</parent>

<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>

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

<properties>
<org.exoplatform.kernel.version>6.6.x-SNAPSHOT</org.exoplatform.kernel.version>
<org.exoplatform.kernel.version>6.6.x-meed-SNAPSHOT</org.exoplatform.kernel.version>

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

</properties>

<scm>
Expand Down

0 comments on commit b650754

Please sign in to comment.