Skip to content

Commit d74e96b

Browse files
authored
native test with 1.3
1 parent 8b18dbb commit d74e96b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-native-image/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-validator-parent</artifactId>
9-
<version>1.2-SNAPSHOT</version>
9+
<version>1.3</version>
1010
</parent>
1111

1212
<groupId>org.example</groupId>
@@ -23,12 +23,12 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-validator</artifactId>
26-
<version>1.2-SNAPSHOT</version>
26+
<version>${project.version}</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-validator-constraints</artifactId>
31-
<version>1.2-SNAPSHOT</version>
31+
<version>${project.version}</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)