Skip to content

Commit

Permalink
Create develop-meed and Upgrade Core Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali authored and boubaker committed Jul 9, 2024
1 parent 86846c7 commit 4f79e72
Show file tree
Hide file tree
Showing 24 changed files with 80 additions and 30 deletions.
2 changes: 1 addition & 1 deletion component/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portal.component.api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>portal.component.common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/file-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>
<artifactId>portal.component.file-storage</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion component/identity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/pc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<artifactId>portal.component</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion component/portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/test/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.test</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/test/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.test</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/web/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.web</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/web/controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.web</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/web/resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.web</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/web/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.web</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion component/web/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.component.web</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
64 changes: 57 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,20 @@

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

<name>Meeds - Portal</name>

<properties>
<io.meeds.gatein.sso.version>7.0.x-SNAPSHOT</io.meeds.gatein.sso.version>
<io.meeds.gatein.pc.version>7.0.x-SNAPSHOT</io.meeds.gatein.pc.version>

<io.meeds.depmgt.version>23.x-meed-SNAPSHOT</io.meeds.depmgt.version>
<io.meeds.kernel.release.version>7.0.0-M08</io.meeds.kernel.release.version>
<io.meeds.core.release.version>7.0.0-M08</io.meeds.core.release.version>
<io.meeds.ws.release.version>7.0.0-M08</io.meeds.ws.release.version>
<io.meeds.gatein.wci.release.version>7.0.0-M08</io.meeds.gatein.wci.release.version>
<io.meeds.gatein.sso.release.version>7.0.0-M08</io.meeds.gatein.sso.release.version>
<io.meeds.gatein.pc.release.version>7.0.0-M08</io.meeds.gatein.pc.release.version>

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

Expand All @@ -60,11 +65,47 @@

<dependencyManagement>
<dependencies>
<!-- Import versions of external dependencies to use -->
<dependency>
<groupId>io.meeds</groupId>
<artifactId>maven-depmgt-pom</artifactId>
<version>${io.meeds.depmgt.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Kernel dependencies -->
<dependency>
<groupId>io.meeds.kernel</groupId>
<artifactId>kernel-parent</artifactId>
<version>${io.meeds.kernel.release.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Core dependencies -->
<dependency>
<groupId>io.meeds.core</groupId>
<artifactId>core-parent</artifactId>
<version>${io.meeds.core.release.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- WS dependencies -->
<dependency>
<groupId>io.meeds.ws</groupId>
<artifactId>ws-parent</artifactId>
<version>${io.meeds.ws.release.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- GateIn-PC dependencies -->
<dependency>
<groupId>io.meeds.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>${io.meeds.gatein.pc.version}</version>
<version>${io.meeds.gatein.pc.release.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -73,11 +114,20 @@
<dependency>
<groupId>io.meeds.gatein.sso</groupId>
<artifactId>sso-parent</artifactId>
<version>${io.meeds.gatein.sso.version}</version>
<version>${io.meeds.gatein.sso.release.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>


<!-- GateIn-WCI dependencies -->
<dependency>
<groupId>io.meeds.gatein.wci</groupId>
<artifactId>wci-parent</artifactId>
<version>${io.meeds.gatein.wci.release.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Internal project artifacts -->
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<artifactId>portal.web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion web/portal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.web</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion web/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.web</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion webui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.meeds.portal</groupId>
<artifactId>portal.parent</artifactId>
<version>7.0.x-SNAPSHOT</version>
<version>7.0.x-meed-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 4f79e72

Please sign in to comment.