Skip to content

Commit

Permalink
Update project meeds dependencies (#237)
Browse files Browse the repository at this point in the history
* Update Meeds Artifact

* Update addons-exo-parent-pom to 18-M04
  • Loading branch information
halaya authored Jul 2, 2024
1 parent 1747965 commit c3de59d
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions data-upgrade-dlp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-common</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -47,7 +47,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-common</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion data-upgrade-ecms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-upgrade</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion data-upgrade-move-folders/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-upgrade</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
26 changes: 13 additions & 13 deletions data-upgrade-navigations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.portal</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-common</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-testing</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-upgrade</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -62,26 +62,26 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.portal</groupId>
<artifactId>exo.portal.component.identity</artifactId>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.identity</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.portal</groupId>
<artifactId>exo.portal.component.portal</artifactId>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.portal</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.portal</groupId>
<artifactId>exo.portal.component.common</artifactId>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.common</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.gatein.portal</groupId>
<artifactId>exo.portal.component.test.core</artifactId>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.test.core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions data-upgrade-news/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-upgrade</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -49,7 +49,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.addons.notes</groupId>
<groupId>io.meeds.notes</groupId>
<artifactId>notes-service</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion data-upgrade-notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.commons</groupId>
<groupId>io.meeds.commons</groupId>
<artifactId>commons-component-upgrade</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions data-upgrade-pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions data-upgrade-processes-permissions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -47,7 +47,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.addons.task</groupId>
<groupId>io.meeds.task</groupId>
<artifactId>task-management-services</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion data-upgrade-users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</properties>
<dependencies>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-service</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions data-upgrade-wiki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@

<dependencies>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.addons.notes</groupId>
<groupId>io.meeds.notes</groupId>
<artifactId>notes-service</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -58,7 +58,7 @@
</dependency>

<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<scope>test</scope>
<type>test-jar</type>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.exoplatform.addons</groupId>
<artifactId>addons-exo-parent-pom</artifactId>
<version>18-M03</version>
<version>18-M04</version>
<relativePath/>
</parent>
<groupId>org.exoplatform.addons.upgrade</groupId>
Expand Down

0 comments on commit c3de59d

Please sign in to comment.