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 23, 2024
1 parent 1dc84c6 commit de6be25
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>news</artifactId>
<groupId>org.exoplatform.addons.news</groupId>
<version>2.6.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>news-packaging</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</parent>
<groupId>org.exoplatform.addons.news</groupId>
<artifactId>news</artifactId>
<version>2.6.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Add-on:: News</name>
<description>News</description>
Expand All @@ -40,7 +40,7 @@
</modules>

<properties>
<addon.exo.ecms.version>6.6.x-SNAPSHOT</addon.exo.ecms.version>
<addon.exo.ecms.version>7.0.x-SNAPSHOT</addon.exo.ecms.version>
<pitest.version>1.4.10</pitest.version>

<sonar.organization>exoplatform</sonar.organization>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>news</artifactId>
<groupId>org.exoplatform.addons.news</groupId>
<version>2.6.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>news-services</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<artifactId>news</artifactId>
<groupId>org.exoplatform.addons.news</groupId>
<version>2.6.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
</parent>
<artifactId>news-webapp</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit de6be25

Please sign in to comment.