Skip to content

Commit

Permalink
Version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Aug 10, 2023
1 parent 2c80355 commit 5b634ec
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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.7-RC3</version>
<version>1.7</version>
</parent>

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

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

<artifactId>avaje-jsonb-inject-plugin</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.7-RC3</version>
<version>1.7</version>
</parent>

<artifactId>avaje-jsonb-jackson</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>1.7-RC3</version>
<version>1.7</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.7-RC3</version>
<version>1.7</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.7-RC3</version>
<version>1.7</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.7-RC3</version>
<version>1.7</version>

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

0 comments on commit 5b634ec

Please sign in to comment.