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 Apr 25, 2024
1 parent cfec22c commit 07ff89c
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>7.0.x-SNAPSHOT</version>
<version>7.0.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>7.0.x-SNAPSHOT</version>
<version>7.0.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>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-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>7.0.x-SNAPSHOT</version>
<version>7.0.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>7.0.x-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>7.0.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>7.0.x-SNAPSHOT</addon.exo.analytics.version>
<org.exoplatform.social.version>7.0.x-meed-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>7.0.x-meed-SNAPSHOT</org.exoplatform.platform-ui.version>
<addon.exo.analytics.version>7.0.x-meed-SNAPSHOT</addon.exo.analytics.version>

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

0 comments on commit 07ff89c

Please sign in to comment.