From d74e96b7c2cf21b03968664bafa7f8c477ca9b19 Mon Sep 17 00:00:00 2001
From: Josiah Noel <32279667+SentryMan@users.noreply.github.com>
Date: Thu, 28 Dec 2023 10:54:20 -0500
Subject: [PATCH] native test with 1.3
---
test-native-image/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test-native-image/pom.xml b/test-native-image/pom.xml
index 7e13d176..81a80998 100644
--- a/test-native-image/pom.xml
+++ b/test-native-image/pom.xml
@@ -6,7 +6,7 @@
io.avaje
avaje-validator-parent
- 1.2-SNAPSHOT
+ 1.3
org.example
@@ -23,12 +23,12 @@
io.avaje
avaje-validator
- 1.2-SNAPSHOT
+ ${project.version}
io.avaje
avaje-validator-constraints
- 1.2-SNAPSHOT
+ ${project.version}
io.avaje