Skip to content

Commit 8c0527f

Browse files
committed
Bump SNAPSHOT after release
1 parent 8eb29b0 commit 8c0527f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gson-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-http-client</artifactId>
31-
<version>1.20</version>
31+
<version>1.21-SNAPSHOT</version>
3232
<scope>provided</scope>
3333
</dependency>
3434

test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-http-client</artifactId>
19-
<version>1.20-SNAPSHOT</version>
19+
<version>1.21-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>
2323
<groupId>io.avaje</groupId>
2424
<artifactId>avaje-http-client-gson</artifactId>
25-
<version>1.20-SNAPSHOT</version>
25+
<version>1.21-SNAPSHOT</version>
2626
</dependency>
2727

2828
<dependency>

0 commit comments

Comments
 (0)