Skip to content

Commit

Permalink
bump to next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Sep 17, 2024
1 parent 92e0461 commit 95f7cf9
Show file tree
Hide file tree
Showing 7 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>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
</parent>

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

<!-- <dependency>-->
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb-generator</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>
<scope>provided</scope>
</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>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</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>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</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>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</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>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</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>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</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>2.2-SNAPSHOT</version>
<version>2.3-SNAPSHOT</version>

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

0 comments on commit 95f7cf9

Please sign in to comment.