Skip to content

Commit

Permalink
Version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Dec 9, 2024
1 parent d565dd5 commit 0c852db
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blackbox-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>

<artifactId>validator-blackbox-test</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>

<packaging>pom</packaging>
<name>validator parent</name>
Expand All @@ -29,7 +29,7 @@
<maven.compiler.release>17</maven.compiler.release>
<inject.version>10.3</inject.version>
<spi.version>2.5</spi.version>
<project.build.outputTimestamp>2024-10-25T04:21:12Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-09T22:23:09Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion validator-constraints/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<artifactId>avaje-validator-constraints</artifactId>
<name>validator-constraints</name>
Expand Down
2 changes: 1 addition & 1 deletion validator-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>

<artifactId>avaje-validator-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion validator-http-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<artifactId>avaje-validator-http-plugin</artifactId>
<name>validator-http-plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion validator-inject-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<artifactId>avaje-validator-inject-plugin</artifactId>
<name>validator-inject-plugin</name>
Expand Down
2 changes: 1 addition & 1 deletion validator-spring-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>
<artifactId>avaje-validator-spring-starter</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion validator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4</version>
</parent>

<artifactId>avaje-validator</artifactId>
Expand Down

0 comments on commit 0c852db

Please sign in to comment.