Skip to content

Commit

Permalink
Create Dev Meed Branch
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Sep 16, 2024
1 parent 06ca0d3 commit 88fc247
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion layout-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.meeds.layout</groupId>
<artifactId>layout</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>layout-packaging</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion layout-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.meeds.layout</groupId>
<artifactId>layout</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>layout-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion layout-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>io.meeds.layout</groupId>
<artifactId>layout</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>layout-webapp</artifactId>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>
<groupId>io.meeds.layout</groupId>
<artifactId>layout</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Meeds - Layout Addon - Parent POM</name>
<modules>
Expand All @@ -41,7 +41,7 @@
</modules>
<properties>
<!-- 3rd party libraries versions -->
<io.meeds.social.version>7.0.x-SNAPSHOT</io.meeds.social.version>
<io.meeds.social.version>7.0.x-meed-SNAPSHOT</io.meeds.social.version>

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

0 comments on commit 88fc247

Please sign in to comment.