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 authored and boubaker committed Dec 29, 2023
1 parent e937ec2 commit 27ee750
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-embed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion federation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-federation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
<parent>
<artifactId>maven-parent-pom</artifactId>
<groupId>org.exoplatform</groupId>
<version>26</version>
<version>27-meed-M02</version>
<relativePath />
</parent>

<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
<packaging>pom</packaging>

<name>GateIn - Portlet Container</name>
Expand All @@ -50,7 +50,7 @@
</scm>

<properties>
<org.exoplatform.core.version>6.6.x-SNAPSHOT</org.exoplatform.core.version>
<org.exoplatform.core.version>6.6.x-meed-SNAPSHOT</org.exoplatform.core.version>
<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion portlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-portlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-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 @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test</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 @@ -3,7 +3,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-test</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-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 @@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-test-servers</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>6.6.x-meed-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-servers-tomcat</artifactId>
Expand Down

0 comments on commit 27ee750

Please sign in to comment.