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 2ef525d commit 99a663e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion anti-bruteforce-packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>anti-bruteforce</artifactId>
<groupId>org.exoplatform.anti-bruteforce</groupId>
<version>1.2.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion anti-bruteforce-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>anti-bruteforce</artifactId>
<groupId>org.exoplatform.anti-bruteforce</groupId>
<version>1.2.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion anti-bruteforce-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>anti-bruteforce</artifactId>
<groupId>org.exoplatform.anti-bruteforce</groupId>
<version>1.2.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.exoplatform.anti-bruteforce</groupId>
<artifactId>anti-bruteforce</artifactId>
<packaging>pom</packaging>
<version>1.2.x-SNAPSHOT</version>
<version>7.0.x-SNAPSHOT</version>
<name>eXo Anti-bruteforce - Parent</name>

<modules>
Expand All @@ -28,7 +28,7 @@
</scm>

<properties>
<org.exoplatform.commons-exo.version>6.6.x-SNAPSHOT</org.exoplatform.commons-exo.version>
<org.exoplatform.commons-exo.version>7.0.x-SNAPSHOT</org.exoplatform.commons-exo.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 99a663e

Please sign in to comment.