Skip to content

Commit

Permalink
TASK-62301: Create FB mips and update projects versions/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aycherif authored and boubaker committed Sep 18, 2023
1 parent 0b01b55 commit aa84ccf
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>org.exoplatform.addons.notes</groupId>
<artifactId>notes</artifactId>
<version>1.3.x-SNAPSHOT</version>
<version>1.3.x-mips-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-SNAPSHOT</version>
<version>1.3.x-mips-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-SNAPSHOT</version>
<version>1.3.x-mips-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-SNAPSHOT</version>
<version>1.3.x-mips-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 @@ -4,12 +4,12 @@
<parent>
<artifactId>addons-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>17-M04</version>
<version>17-mips-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.exoplatform.addons.notes</groupId>
<artifactId>notes</artifactId>
<version>1.3.x-SNAPSHOT</version>
<version>1.3.x-mips-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-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.gamification.version>2.5.x-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.analytics.version>1.4.x-SNAPSHOT</addon.exo.analytics.version>
<org.exoplatform.social.version>6.5.x-mips-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-mips-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.gamification.version>2.5.x-mips-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.analytics.version>1.4.x-mips-SNAPSHOT</addon.exo.analytics.version>

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

0 comments on commit aa84ccf

Please sign in to comment.