Skip to content

Commit

Permalink
TASK-54163: Create FB meedsv2 and update projects versions/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bourasom authored and boubaker committed Jul 28, 2023
1 parent c15a78e commit 89a50a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kudos-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.addons.kudos</groupId>
<artifactId>kudos</artifactId>
<version>2.5.x-meed-SNAPSHOT</version>
<version>2.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>kudos-packaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion kudos-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.addons.kudos</groupId>
<artifactId>kudos</artifactId>
<version>2.5.x-meed-SNAPSHOT</version>
<version>2.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>kudos-services</artifactId>
<name>eXo Add-on:: eXo Kudos - Services</name>
Expand Down
2 changes: 1 addition & 1 deletion kudos-webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.addons.kudos</groupId>
<artifactId>kudos</artifactId>
<version>2.5.x-meed-SNAPSHOT</version>
<version>2.5.x-meedsv2-SNAPSHOT</version>
</parent>
<artifactId>kudos-webapps</artifactId>
<packaging>war</packaging>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.exoplatform.addons.kudos</groupId>
<artifactId>kudos</artifactId>
<version>2.5.x-meed-SNAPSHOT</version>
<version>2.5.x-meedsv2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Add-on:: Kudos - Parent POM</name>
<description>eXo Kudos Addon</description>
Expand All @@ -27,9 +27,9 @@
</scm>
<properties>
<!-- 3rd party libraries versions -->
<org.exoplatform.social.version>6.5.x-meed-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-meed-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>1.4.x-meed-SNAPSHOT</addon.exo.analytics.version>
<org.exoplatform.social.version>6.5.x-meedsv2-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-meedsv2-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>1.4.x-meedsv2-SNAPSHOT</addon.exo.analytics.version>

<!-- **************************************** -->
<!-- Jenkins Settings -->
Expand Down

0 comments on commit 89a50a6

Please sign in to comment.