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 committed Dec 16, 2024
1 parent 608d28f commit f43a39a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>

<scm>
Expand All @@ -40,8 +40,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

<properties>
<!-- Config for eXo Release Manager-->
<io.meeds.depmgt.version>23.x-SNAPSHOT</io.meeds.depmgt.version>

<io.meeds.depmgt.version>23.x-meed-SNAPSHOT</io.meeds.depmgt.version>
<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>

Expand Down
2 changes: 1 addition & 1 deletion test/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/servers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-servers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/servers/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-test-servers</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-test-tomcat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-tomcat</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wci-wci</artifactId>
Expand Down

0 comments on commit f43a39a

Please sign in to comment.