Skip to content

Commit

Permalink
Create FB feature/whitepaper and update projects versions/dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
halaya authored and exo-swf committed Oct 11, 2024
1 parent d7e48c7 commit e1dc30c
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>io.meeds.kudos</groupId>
<artifactId>kudos</artifactId>
<version>7.0.x-meed-SNAPSHOT</version>
<version>7.0.x-whitepaper-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>io.meeds.kudos</groupId>
<artifactId>kudos</artifactId>
<version>7.0.x-meed-SNAPSHOT</version>
<version>7.0.x-whitepaper-SNAPSHOT</version>
</parent>
<artifactId>kudos-services</artifactId>
<name>Meeds:: 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>io.meeds.kudos</groupId>
<artifactId>kudos</artifactId>
<version>7.0.x-meed-SNAPSHOT</version>
<version>7.0.x-whitepaper-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>io.meeds.kudos</groupId>
<artifactId>kudos</artifactId>
<version>7.0.x-meed-SNAPSHOT</version>
<version>7.0.x-whitepaper-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Meeds:: Add-on:: Kudos - Parent POM</name>
<description>Meeds Kudos Addon</description>
Expand All @@ -27,9 +27,9 @@
</scm>
<properties>
<!-- 3rd party libraries versions -->
<io.meeds.social.version>7.0.x-meed-SNAPSHOT</io.meeds.social.version>
<io.meeds.platform-ui.version>7.0.x-meed-SNAPSHOT</io.meeds.platform-ui.version>
<addon.meeds.analytics.version>7.0.x-meed-SNAPSHOT</addon.meeds.analytics.version>
<io.meeds.social.version>7.0.x-whitepaper-SNAPSHOT</io.meeds.social.version>
<io.meeds.platform-ui.version>7.0.x-whitepaper-SNAPSHOT</io.meeds.platform-ui.version>
<addon.meeds.analytics.version>7.0.x-whitepaper-SNAPSHOT</addon.meeds.analytics.version>

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

0 comments on commit e1dc30c

Please sign in to comment.