Skip to content

Commit a375be4

Browse files
committed
Post release bump for non-released modules
1 parent 825176b commit a375be4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

blackbox-test/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.avaje</groupId>
66
<artifactId>avaje-jsonb-parent</artifactId>
7-
<version>0.13-SNAPSHOT</version>
7+
<version>0.14-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>blackbox-test</artifactId>
@@ -23,19 +23,19 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>avaje-jsonb</artifactId>
26-
<version>0.13-SNAPSHOT</version>
26+
<version>0.14-SNAPSHOT</version>
2727
</dependency>
2828

2929
<!-- <dependency>-->
3030
<!-- <groupId>io.avaje</groupId>-->
3131
<!-- <artifactId>avaje-jsonb-jackson</artifactId>-->
32-
<!-- <version>0.13-SNAPSHOT</version>-->
32+
<!-- <version>0.14-SNAPSHOT</version>-->
3333
<!-- </dependency>-->
3434

3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-jsonb-generator</artifactId>
38-
<version>0.13-SNAPSHOT</version>
38+
<version>0.14-SNAPSHOT</version>
3939
<scope>provided</scope>
4040
</dependency>
4141

jsonb-jakarta/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>avaje-jsonb-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>0.13-SNAPSHOT</version>
7+
<version>0.14-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>avaje-jsonb-jakarta</artifactId>
@@ -34,13 +34,13 @@
3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>avaje-jsonb</artifactId>
37-
<version>0.13-SNAPSHOT</version>
37+
<version>0.14-SNAPSHOT</version>
3838
</dependency>
3939

4040
<dependency>
4141
<groupId>io.avaje</groupId>
4242
<artifactId>avaje-jsonb-generator</artifactId>
43-
<version>0.13-SNAPSHOT</version>
43+
<version>0.14-SNAPSHOT</version>
4444
<scope>test</scope>
4545
</dependency>
4646

0 commit comments

Comments
 (0)