Skip to content

Commit

Permalink
Create Develop Meed CI/CD Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Sep 17, 2024
1 parent a5e695b commit 4ccbbdf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>
<groupId>io.meeds.pwa</groupId>
<artifactId>pwa</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Meeds - PWA - Parent POM</name>
<description>Progressive Web Application addon for Meeds based products</description>
Expand All @@ -48,9 +48,9 @@
<tag>HEAD</tag>
</scm>
<properties>
<io.meeds.social.version>7.0.x-SNAPSHOT</io.meeds.social.version>
<addon.meeds.gamification.version>7.0.x-SNAPSHOT</addon.meeds.gamification.version>
<addon.meeds.analytics.version>7.0.x-SNAPSHOT</addon.meeds.analytics.version>
<io.meeds.social.version>7.0.x-meed-SNAPSHOT</io.meeds.social.version>
<addon.meeds.gamification.version>7.0.x-meed-SNAPSHOT</addon.meeds.gamification.version>
<addon.meeds.analytics.version>7.0.x-meed-SNAPSHOT</addon.meeds.analytics.version>

<nl.martijndwars.web-push.version>5.1.1</nl.martijndwars.web-push.version>
<org.bitbucket.b_c.version>0.9.6</org.bitbucket.b_c.version>
Expand Down
2 changes: 1 addition & 1 deletion pwa-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.meeds.pwa</groupId>
<artifactId>pwa</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>pwa-packaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pwa-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.meeds.pwa</groupId>
<artifactId>pwa</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>pwa-plugin</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pwa-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.meeds.pwa</groupId>
<artifactId>pwa</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>pwa-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pwa-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>io.meeds.pwa</groupId>
<artifactId>pwa</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>pwa-webapp</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit 4ccbbdf

Please sign in to comment.