Skip to content

Commit

Permalink
Update Project version and Dependencies to 2.6.x-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
halaya committed Dec 4, 2023
1 parent 62798db commit 66ea1c1
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 @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>org.exoplatform.addons.push-notifications</groupId>
<artifactId>exo-push-notifications</artifactId>
<version>2.5.x-SNAPSHOT</version>
<version>2.6.x-SNAPSHOT</version>
</parent>
<artifactId>exo-push-notifications-addon-packaging</artifactId>
<name>eXo Push notifications addon - Packaging</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</parent>
<groupId>org.exoplatform.addons.push-notifications</groupId>
<artifactId>exo-push-notifications</artifactId>
<version>2.5.x-SNAPSHOT</version>
<version>2.6.x-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Add-on:: eXo Push notifications addon</name>
<description>eXo Push notifications addon</description>
Expand All @@ -46,7 +46,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<!-- **************************************** -->
<!-- Dependencies versions -->
<!-- **************************************** -->
<org.exoplatform.social.version>6.5.x-SNAPSHOT</org.exoplatform.social.version>
<org.exoplatform.social.version>6.6.x-SNAPSHOT</org.exoplatform.social.version>

<!-- Sonar properties -->
<sonar.organization>meeds-io</sonar.organization>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>org.exoplatform.addons.push-notifications</groupId>
<artifactId>exo-push-notifications</artifactId>
<version>2.5.x-SNAPSHOT</version>
<version>2.6.x-SNAPSHOT</version>
</parent>
<artifactId>exo-push-notifications-service</artifactId>
<name>eXo Push notifications addon - Service</name>
Expand Down
2 changes: 1 addition & 1 deletion war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<parent>
<groupId>org.exoplatform.addons.push-notifications</groupId>
<artifactId>exo-push-notifications</artifactId>
<version>2.5.x-SNAPSHOT</version>
<version>2.6.x-SNAPSHOT</version>
</parent>
<artifactId>exo-push-notifications-webapp</artifactId>

Expand Down

0 comments on commit 66ea1c1

Please sign in to comment.