Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jul 10, 2024
1 parent 13b0706 commit c808c26
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 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.0-RC5</version>
<version>2.0</version>
</parent>

<artifactId>validator-blackbox-test</artifactId>
Expand Down
5 changes: 2 additions & 3 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.0-RC5</version>
<version>2.0</version>

<packaging>pom</packaging>
<name>validator parent</name>
Expand All @@ -27,8 +27,7 @@
<surefire.useModulePath>false</surefire.useModulePath>
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<maven.compiler.release>17</maven.compiler.release>
<inject.version>10.0-RC10</inject.version>
<http.version>2.0-RC2</http.version>
<inject.version>10.0</inject.version>
<spi.version>2.1</spi.version>
</properties>

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.0-RC5</version>
<version>2.0</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.0-RC5</version>
<version>2.0</version>
</parent>

<artifactId>avaje-validator-generator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.0-RC5</version>
<version>2.0</version>
</parent>
<artifactId>avaje-validator-http-plugin</artifactId>
<name>validator-http-plugin</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-api</artifactId>
<version>2.6</version>
<version>2.7</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
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.0-RC5</version>
<version>2.0</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.0-RC5</version>
<version>2.0</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.0-RC5</version>
<version>2.0</version>
</parent>

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

0 comments on commit c808c26

Please sign in to comment.