Skip to content

Commit

Permalink
TASK-62301: Create FB experience and update projects versions/depende…
Browse files Browse the repository at this point in the history
…ncies
  • Loading branch information
halaya authored and exo-swf committed Aug 11, 2023
1 parent 27a57ed commit 66460ae
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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>org.exoplatform.addons.notes</groupId>
<artifactId>notes</artifactId>
<version>1.3.x-exo-SNAPSHOT</version>
<version>1.3.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>org.exoplatform.addons.notes</groupId>
<version>1.3.x-exo-SNAPSHOT</version>
<version>1.3.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>org.exoplatform.addons.notes</groupId>
<version>1.3.x-exo-SNAPSHOT</version>
<version>1.3.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>org.exoplatform.addons.notes</groupId>
<version>1.3.x-exo-SNAPSHOT</version>
<version>1.3.x-experience-SNAPSHOT</version>
</parent>
<artifactId>notes-webapp</artifactId>
<packaging>war</packaging>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>org.exoplatform.addons.notes</groupId>
<artifactId>notes</artifactId>
<version>1.3.x-exo-SNAPSHOT</version>
<version>1.3.x-experience-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo PLF:: Notes</name>
<description>eXo Notes</description>
Expand All @@ -29,10 +29,10 @@
<!-- **************************************** -->
<!-- Project Dependencies -->
<!-- **************************************** -->
<org.exoplatform.social.version>6.5.x-exo-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-exo-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.gamification.version>2.5.x-exo-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.analytics.version>1.4.x-exo-SNAPSHOT</addon.exo.analytics.version>
<org.exoplatform.social.version>6.5.x-experience-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-experience-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.gamification.version>2.5.x-experience-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.analytics.version>1.4.x-experience-SNAPSHOT</addon.exo.analytics.version>

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

0 comments on commit 66460ae

Please sign in to comment.