Skip to content

Commit cd72d59

Browse files
committed
Create develop-meed and update project dependencies
1 parent 305c09c commit cd72d59

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

gamification-github-packaging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.meeds.gamification-github</groupId>
2626
<artifactId>gamification-github</artifactId>
27-
<version>7.0.x-SNAPSHOT</version>
27+
<version>7.0.x-meed-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>gamification-github-packaging</artifactId>
3030
<packaging>pom</packaging>

gamification-github-services/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.meeds.gamification-github</groupId>
2727
<artifactId>gamification-github</artifactId>
28-
<version>7.0.x-SNAPSHOT</version>
28+
<version>7.0.x-meed-SNAPSHOT</version>
2929
</parent>
3030
<modelVersion>4.0.0</modelVersion>
3131
<artifactId>gamification-github-services</artifactId>

gamification-github-webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>io.meeds.gamification-github</groupId>
2626
<artifactId>gamification-github</artifactId>
27-
<version>7.0.x-SNAPSHOT</version>
27+
<version>7.0.x-meed-SNAPSHOT</version>
2828
</parent>
2929
<artifactId>gamification-github-webapp</artifactId>
3030
<packaging>war</packaging>

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030
<groupId>io.meeds.gamification-github</groupId>
3131
<artifactId>gamification-github</artifactId>
32-
<version>7.0.x-SNAPSHOT</version>
32+
<version>7.0.x-meed-SNAPSHOT</version>
3333
<packaging>pom</packaging>
3434
<name>Gamification - Github Connector - Parent POM</name>
3535
<description>Meeds Add-on for github gamification add-on connector</description>
@@ -45,10 +45,10 @@
4545
<url>https://github.com/meeds-io/gamification-github</url>
4646
</scm>
4747
<properties>
48-
<io.meeds.social.version>7.0.x-SNAPSHOT</io.meeds.social.version>
49-
<io.meeds.platform-ui.version>7.0.x-SNAPSHOT</io.meeds.platform-ui.version>
48+
<io.meeds.social.version>7.0.x-meed-SNAPSHOT</io.meeds.social.version>
49+
<io.meeds.platform-ui.version>7.0.x-meed-SNAPSHOT</io.meeds.platform-ui.version>
5050
<org.jackson.version>2.4.2</org.jackson.version>
51-
<addon.meeds.gamification.version>7.0.x-SNAPSHOT</addon.meeds.gamification.version>
51+
<addon.meeds.gamification.version>7.0.x-meed-SNAPSHOT</addon.meeds.gamification.version>
5252

5353
<!-- Sonar properties -->
5454
<sonar.organization>meeds-io</sonar.organization>

0 commit comments

Comments
 (0)