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 Feb 14, 2025
1 parent 986690e commit f21018d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion notes-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.meeds.notes</groupId>
<artifactId>notes</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>notes-packaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion notes-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>notes</artifactId>
<groupId>io.meeds.notes</groupId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>notes-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion notes-social-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>notes</artifactId>
<groupId>io.meeds.notes</groupId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>notes-social-integration</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion notes-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>notes</artifactId>
<groupId>io.meeds.notes</groupId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>notes-webapp</artifactId>
<packaging>war</packaging>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.meeds.notes</groupId>
<artifactId>notes</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Meeds:: PLF:: Notes</name>
<description>Meeds Notes</description>
Expand All @@ -29,11 +29,11 @@
<!-- **************************************** -->
<!-- Project Dependencies -->
<!-- **************************************** -->
<io.meeds.social.version>7.0.x-SNAPSHOT</io.meeds.social.version>
<io.meeds.platform-ui.version>7.0.x-SNAPSHOT</io.meeds.platform-ui.version>
<addon.meeds.gamification.version>7.0.x-SNAPSHOT</addon.meeds.gamification.version>
<addon.meeds.analytics.version>7.0.x-SNAPSHOT</addon.meeds.analytics.version>
<addon.meeds.layout.version>7.0.x-SNAPSHOT</addon.meeds.layout.version>
<io.meeds.social.version>7.0.x-meed-SNAPSHOT</io.meeds.social.version>
<io.meeds.platform-ui.version>7.0.x-meed-SNAPSHOT</io.meeds.platform-ui.version>
<addon.meeds.gamification.version>7.0.x-meed-SNAPSHOT</addon.meeds.gamification.version>
<addon.meeds.analytics.version>7.0.x-meed-SNAPSHOT</addon.meeds.analytics.version>
<addon.meeds.layout.version>7.0.x-meed-SNAPSHOT</addon.meeds.layout.version>

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

0 comments on commit f21018d

Please sign in to comment.