We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b18dbb commit d74e96bCopy full SHA for d74e96b
test-native-image/pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>io.avaje</groupId>
8
<artifactId>avaje-validator-parent</artifactId>
9
- <version>1.2-SNAPSHOT</version>
+ <version>1.3</version>
10
</parent>
11
12
<groupId>org.example</groupId>
@@ -23,12 +23,12 @@
23
<dependency>
24
25
<artifactId>avaje-validator</artifactId>
26
+ <version>${project.version}</version>
27
</dependency>
28
29
30
<artifactId>avaje-validator-constraints</artifactId>
31
32
33
34
0 commit comments