Skip to content

Commit 2c8f1cb

Browse files
committed
Bump versions after release
1 parent c3d93a1 commit 2c8f1cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gson-adapter/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.avaje</groupId>
1212
<artifactId>avaje-http-client-gson</artifactId>
13-
<version>1.21-SNAPSHOT</version>
13+
<version>1.22-SNAPSHOT</version>
1414

1515
<scm>
1616
<developerConnection>scm:git:[email protected]:avaje/avaje-http-client.git</developerConnection>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-http-client</artifactId>
31-
<version>1.21-SNAPSHOT</version>
31+
<version>1.22-SNAPSHOT</version>
3232
<scope>provided</scope>
3333
</dependency>
3434

test/pom.xml

+2-2
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.21-SNAPSHOT</version>
19+
<version>1.22-SNAPSHOT</version>
2020
</dependency>
2121

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

2828
<dependency>

0 commit comments

Comments
 (0)