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 Nov 28, 2023
1 parent 6d1339c commit 187f2c5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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-SNAPSHOT</version>
<version>2.5.x-meed-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-SNAPSHOT</version>
<version>2.5.x-meed-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-SNAPSHOT</version>
<version>2.5.x-meed-SNAPSHOT</version>
</parent>
<artifactId>kudos-webapps</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 @@ -5,12 +5,12 @@
<parent>
<artifactId>addons-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>17-M04</version>
<version>17-meed-M04</version>
<relativePath/>
</parent>
<groupId>org.exoplatform.addons.kudos</groupId>
<artifactId>kudos</artifactId>
<version>2.5.x-SNAPSHOT</version>
<version>2.5.x-meed-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-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.5.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>1.4.x-SNAPSHOT</addon.exo.analytics.version>
<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>

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

0 comments on commit 187f2c5

Please sign in to comment.