Skip to content

Commit

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

* Update maven-exo-parent-pom to 27-M04
  • Loading branch information
halaya authored Jul 2, 2024
1 parent 4349232 commit f69c226
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion agenda-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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
8 changes: 4 additions & 4 deletions agenda-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
</dependency>

<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-service</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</artifactId>
<scope>provided</scope>
</dependency>
Expand All @@ -57,13 +57,13 @@
</dependency>

<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-notification</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-service</artifactId>
<type>test-jar</type>
<scope>test</scope>
Expand Down
2 changes: 1 addition & 1 deletion agenda-webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>eXo Agenda - Application</name>
<dependencies>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui-skin</artifactId>
<classifier>sources</classifier>
<scope>provided</scope>
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>
<artifactId>maven-exo-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>27-M03</version>
<version>27-M04</version>
</parent>
<groupId>org.exoplatform.agenda</groupId>
<artifactId>agenda-parent</artifactId>
Expand Down

0 comments on commit f69c226

Please sign in to comment.