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 Sep 3, 2024
1 parent 06b571d commit 215ae59
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gamification-github-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>gamification-github-packaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gamification-github-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gamification-github-services</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gamification-github-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>gamification-github-webapp</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 @@ -29,7 +29,7 @@
</parent>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Gamification - Github Connector - Parent POM</name>
<description>Meeds Add-on for github gamification add-on connector</description>
Expand All @@ -45,10 +45,10 @@
<url>https://github.com/meeds-io/gamification-github</url>
</scm>
<properties>
<io.meeds.social.version>7.0.x-SNAPSHOT</io.meeds.social.version>
<io.meeds.platform-ui.version>7.0.x-SNAPSHOT</io.meeds.platform-ui.version>
<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>
<org.jackson.version>2.4.2</org.jackson.version>
<addon.meeds.gamification.version>7.0.x-SNAPSHOT</addon.meeds.gamification.version>
<addon.meeds.gamification.version>7.0.x-meed-SNAPSHOT</addon.meeds.gamification.version>

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

0 comments on commit 215ae59

Please sign in to comment.