Skip to content

Commit

Permalink
Update Project version and Dependencies to 7.0.x-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
halaya committed Apr 25, 2024
1 parent 34c0661 commit 2c09198
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 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>7.0.x-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>7.0.x-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>7.0.x-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>7.0.x-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>7.0.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-management</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>7.0.x-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>7.0.x-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 @@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.gatein.pc</groupId>
<artifactId>pc-parent</artifactId>
<version>6.6.x-SNAPSHOT</version>
<version>7.0.x-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>7.0.x-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>7.0.x-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>7.0.x-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>7.0.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>pc-test-servers-tomcat</artifactId>
Expand Down

0 comments on commit 2c09198

Please sign in to comment.