Skip to content

Commit 9a497b3

Browse files
committed
Version 2.8
1 parent b6a051c commit 9a497b3

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

blackbox-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.8-RC1</version>
8+
<version>2.8</version>
99
</parent>
1010

1111
<artifactId>validator-blackbox-test</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.avaje</groupId>
1313
<artifactId>avaje-validator-parent</artifactId>
14-
<version>2.8-RC1</version>
14+
<version>2.8</version>
1515

1616
<packaging>pom</packaging>
1717
<name>validator parent</name>
@@ -29,7 +29,7 @@
2929
<maven.compiler.release>17</maven.compiler.release>
3030
<inject.version>11.2</inject.version>
3131
<spi.version>2.9</spi.version>
32-
<project.build.outputTimestamp>2025-02-17T07:22:34Z</project.build.outputTimestamp>
32+
<project.build.outputTimestamp>2025-02-23T08:11:45Z</project.build.outputTimestamp>
3333
</properties>
3434

3535
<modules>

validator-constraints/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.8-RC1</version>
8+
<version>2.8</version>
99
</parent>
1010
<artifactId>avaje-validator-constraints</artifactId>
1111
<name>validator-constraints</name>

validator-generator/pom.xml

+1-1
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>2.8-RC1</version>
9+
<version>2.8</version>
1010
</parent>
1111

1212
<artifactId>avaje-validator-generator</artifactId>

validator-http-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.8-RC1</version>
8+
<version>2.8</version>
99
</parent>
1010
<artifactId>avaje-validator-http-plugin</artifactId>
1111
<name>validator-http-plugin</name>

validator-inject-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.8-RC1</version>
8+
<version>2.8</version>
99
</parent>
1010
<artifactId>avaje-validator-inject-plugin</artifactId>
1111
<name>validator-inject-plugin</name>

validator-spring-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.8-RC1</version>
8+
<version>2.8</version>
99
</parent>
1010
<artifactId>avaje-validator-spring-starter</artifactId>
1111

validator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.8-RC1</version>
8+
<version>2.8</version>
99
</parent>
1010

1111
<artifactId>avaje-validator</artifactId>

0 commit comments

Comments
 (0)