Skip to content

Commit

Permalink
Create FB feature/experience and update projects versions/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
halaya authored and exo-swf committed Oct 7, 2024
1 parent 4ddc922 commit 0c306b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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-exo-SNAPSHOT</version>
<version>7.0.x-experience-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-exo-SNAPSHOT</version>
<version>7.0.x-experience-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-exo-SNAPSHOT</version>
<version>7.0.x-experience-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-exo-SNAPSHOT</version>
<version>7.0.x-experience-SNAPSHOT</version>
</parent>
<artifactId>notes-webapp</artifactId>
<packaging>war</packaging>
Expand Down
6 changes: 3 additions & 3 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-exo-SNAPSHOT</version>
<version>7.0.x-experience-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Meeds:: PLF:: Notes</name>
<description>Meeds Notes</description>
Expand All @@ -30,10 +30,10 @@
<!-- Project Dependencies -->
<!-- **************************************** -->

<io.meeds.social.version>7.0.x-exo-SNAPSHOT</io.meeds.social.version>
<io.meeds.social.version>7.0.x-experience-SNAPSHOT</io.meeds.social.version>
<io.meeds.platform-ui.version>7.0.x-exo-SNAPSHOT</io.meeds.platform-ui.version>
<addon.meeds.gamification.version>7.0.x-exo-SNAPSHOT</addon.meeds.gamification.version>
<addon.meeds.analytics.version>7.0.x-exo-SNAPSHOT</addon.meeds.analytics.version>
<addon.meeds.analytics.version>7.0.x-experience-SNAPSHOT</addon.meeds.analytics.version>
<addon.meeds.layout.version>7.0.x-exo-SNAPSHOT</addon.meeds.layout.version>

<!-- Sonar properties -->
Expand Down

0 comments on commit 0c306b2

Please sign in to comment.