Skip to content

Commit 6d8f5de

Browse files
committed
2.14-RC1
1 parent 34ee738 commit 6d8f5de

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

avaje-spi-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-spi-parent</artifactId>
6-
<version>2.13</version>
6+
<version>2.14-RC1</version>
77
</parent>
88
<artifactId>avaje-spi-core</artifactId>
99
<name>avaje-spi-core</name>

avaje-spi-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-spi-parent</artifactId>
6-
<version>2.13</version>
6+
<version>2.14-RC1</version>
77
</parent>
88
<artifactId>avaje-spi-service</artifactId>
99
<name>avaje-spi</name>

blackbox-test-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-spi-parent</artifactId>
7-
<version>2.13</version>
7+
<version>2.14-RC1</version>
88
</parent>
99

1010
<artifactId>blackbox-test-spi</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</parent>
88
<groupId>io.avaje</groupId>
99
<artifactId>avaje-spi-parent</artifactId>
10-
<version>2.13</version>
10+
<version>2.14-RC1</version>
1111
<packaging>pom</packaging>
1212
<name>avaje-spi-parent</name>
1313
<description>Service configuration generator</description>
@@ -19,7 +19,7 @@
1919
<properties>
2020
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
2121
<surefire.useModulePath>false</surefire.useModulePath>
22-
<project.build.outputTimestamp>2025-05-07T22:09:25Z</project.build.outputTimestamp>
22+
<project.build.outputTimestamp>2025-12-02T02:27:42Z</project.build.outputTimestamp>
2323
</properties>
2424

2525
<modules>

0 commit comments

Comments
 (0)