Skip to content

Commit d99775e

Browse files
committed
bump readme and poms after release
1 parent 8afbd5c commit d99775e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ json binding via apt source code generation
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-jsonb</artifactId>
31-
<version>0.3</version>
31+
<version>0.7</version>
3232
</dependency>
3333

3434
<!-- annotation processor -->
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-jsonb-generator</artifactId>
38-
<version>0.3</version>
38+
<version>0.7</version>
3939
<scope>provided</scope>
4040
</dependency>
4141
```

bench-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<properties>
1313
<jmh.version>1.33</jmh.version>
14-
<avaje-jsonb.version>0.7-SNAPSHOT</avaje-jsonb.version>
14+
<avaje-jsonb.version>0.8-SNAPSHOT</avaje-jsonb.version>
1515
<yasson.version>2.0.2</yasson.version>
1616
<java.release>17</java.release>
1717
<maven.compiler.source>17</maven.compiler.source>

blackbox-test/pom.xml

Lines changed: 3 additions & 3 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.7-SNAPSHOT</version>
7+
<version>0.8-SNAPSHOT</version>
88
</parent>
99

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

2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-jsonb-generator</artifactId>
32-
<version>0.7-SNAPSHOT</version>
32+
<version>0.8-SNAPSHOT</version>
3333
<scope>provided</scope>
3434
</dependency>
3535

0 commit comments

Comments
 (0)