Skip to content

Commit

Permalink
Update gamification-github Artifact - Meeds-7065 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
halaya authored and rdenarie committed Jul 1, 2024
1 parent 94aefe0 commit 9281458
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion gamification-github-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand Down
8 changes: 4 additions & 4 deletions gamification-github-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand All @@ -33,18 +33,18 @@
</properties>
<dependencies>
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-oauth-auth</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.addons.gamification</groupId>
<groupId>io.meeds.gamification</groupId>
<artifactId>gamification-services</artifactId>
<scope>provided</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.exoplatform.addons.gamification</groupId>
<groupId>io.meeds.gamification</groupId>
<artifactId>gamification-services</artifactId>
<scope>test</scope>
<type>test-jar</type>
Expand Down
4 changes: 2 additions & 2 deletions gamification-github-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
</parent>
Expand All @@ -28,7 +28,7 @@
<name>Gamification - Github Connector - Webapp</name>
<dependencies>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui-skin</artifactId>
<classifier>sources</classifier>
<scope>provided</scope>
Expand Down
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>addons-parent-pom</artifactId>
<groupId>org.exoplatform.addons</groupId>
<version>18-M03</version>
<groupId>io.meeds.addons</groupId>
<version>18-M04</version>
<relativePath/>
</parent>
<groupId>org.exoplatform.addons.gamification-github</groupId>
<groupId>io.meeds.gamification-github</groupId>
<artifactId>gamification-github</artifactId>
<version>7.0.x-exo-SNAPSHOT</version>
<packaging>pom</packaging>
Expand All @@ -42,10 +42,10 @@
<url>https://github.com/meeds-io/gamification-github</url>
</scm>
<properties>
<org.exoplatform.social.version>7.0.x-exo-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.platform-ui.version>7.0.x-exo-SNAPSHOT</org.exoplatform.platform-ui.version>
<io.meeds.social.version>7.0.x-exo-SNAPSHOT</io.meeds.social.version>
<io.meeds.platform-ui.version>7.0.x-exo-SNAPSHOT</io.meeds.platform-ui.version>
<org.jackson.version>2.4.2</org.jackson.version>
<addon.exo.gamification.version>7.0.x-exo-SNAPSHOT</addon.exo.gamification.version>
<addon.meeds.gamification.version>7.0.x-exo-SNAPSHOT</addon.meeds.gamification.version>

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
Expand All @@ -54,23 +54,23 @@
<dependencies>
<!-- Import versions from platform project -->
<dependency>
<groupId>org.exoplatform.social</groupId>
<groupId>io.meeds.social</groupId>
<artifactId>social-component-core</artifactId>
<version>${org.exoplatform.social.version}</version>
<version>${io.meeds.social.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.platform-ui</groupId>
<groupId>io.meeds.platform-ui</groupId>
<artifactId>platform-ui</artifactId>
<version>${org.exoplatform.platform-ui.version}</version>
<version>${io.meeds.platform-ui.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.exoplatform.addons.gamification</groupId>
<groupId>io.meeds.gamification</groupId>
<artifactId>gamification</artifactId>
<version>${addon.exo.gamification.version}</version>
<version>${addon.meeds.gamification.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 9281458

Please sign in to comment.