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 authored and boubaker committed Dec 12, 2023
1 parent 29627db commit f325cfb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gamification-github-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>1.3.x-SNAPSHOT</version>
<version>1.3.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 @@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>1.3.x-SNAPSHOT</version>
<version>1.3.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 @@ -21,7 +21,7 @@
<parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>1.3.x-SNAPSHOT</version>
<version>1.3.x-meed-SNAPSHOT</version>
</parent>
<artifactId>gamification-github-webapp</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 @@ -21,12 +21,12 @@
<parent>
<artifactId>addons-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>17</version>
<version>17-meed-M04</version>
<relativePath/>
</parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>1.3.x-SNAPSHOT</version>
<version>1.3.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 @@ -42,10 +42,10 @@
<url>https://github.com/meeds-io/gamification-github</url>
</scm>
<properties>
<org.exoplatform.social.version>6.6.x-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.6.x-SNAPSHOT</org.exoplatform.platform-ui.version>
<org.exoplatform.social.version>6.6.x-meed-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>6.6.x-meed-SNAPSHOT</org.exoplatform.platform-ui.version>
<org.jackson.version>2.4.2</org.jackson.version>
<addon.exo.gamification.version>2.6.x-SNAPSHOT</addon.exo.gamification.version>
<addon.exo.gamification.version>2.6.x-meed-SNAPSHOT</addon.exo.gamification.version>

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

0 comments on commit f325cfb

Please sign in to comment.