Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Apr 4, 2023
1 parent 84dc0fd commit da0fcfa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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>1.4-RC9</version>
<version>1.4</version>
</parent>

<artifactId>blackbox-test</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>1.4-RC9</version>
<version>1.4</version>
</dependency>

<!-- <dependency>-->
Expand All @@ -40,7 +40,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-generator</artifactId>
<version>1.4-RC9</version>
<version>1.4</version>
<scope>provided</scope>
</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>1.4-RC9</version>
<version>1.4</version>
</parent>

<artifactId>avaje-jsonb-generator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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>1.4-RC9</version>
<version>1.4</version>
</parent>

<artifactId>avaje-jsonb-jackson</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>1.4-RC9</version>
<version>1.4</version>
</dependency>

<dependency>
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>1.4-RC9</version>
<version>1.4</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>1.4-RC9</version>
<version>1.4</version>
</parent>

<artifactId>avaje-jsonb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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>1.4-RC9</version>
<version>1.4</version>

<packaging>pom</packaging>
<name>jsonb parent</name>
Expand Down

0 comments on commit da0fcfa

Please sign in to comment.