Skip to content

Commit

Permalink
Version 3.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Dec 16, 2024
1 parent fda6924 commit ab3cc87
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions blackbox-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>blackbox-test</artifactId>
Expand All @@ -28,13 +28,13 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-json-node</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</dependency>

<!-- <dependency>-->
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-generator</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion json-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>avaje-json-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions json-node/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>avaje-json-node</artifactId>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-json-core</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>avaje-jsonb-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-inject-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>avaje-jsonb-parent</artifactId>
<groupId>io.avaje</groupId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>avaje-jsonb-inject-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jsonb-parent</artifactId>
<groupId>io.avaje</groupId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>avaje-jsonb-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb-spring-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>avaje-jsonb-parent</artifactId>
<groupId>io.avaje</groupId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>avaje-jsonb-spring-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>
</parent>

<artifactId>avaje-jsonb</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-parent</artifactId>
<version>3.0-RC3</version>
<version>3.0-RC4</version>

<packaging>pom</packaging>
<name>jsonb parent</name>
Expand All @@ -25,7 +25,7 @@
<surefire.useModulePath>false</surefire.useModulePath>
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
<spi.version>2.7</spi.version>
<project.build.outputTimestamp>2024-12-13T04:54:09Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-16T10:01:27Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down

0 comments on commit ab3cc87

Please sign in to comment.