Skip to content

Commit

Permalink
native test with 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Dec 28, 2023
1 parent 8b18dbb commit d74e96b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-native-image/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>1.2-SNAPSHOT</version>
<version>1.3</version>
</parent>

<groupId>org.example</groupId>
Expand All @@ -23,12 +23,12 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator</artifactId>
<version>1.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-constraints</artifactId>
<version>1.2-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.avaje</groupId>
Expand Down

0 comments on commit d74e96b

Please sign in to comment.