Skip to content

Commit

Permalink
Post release bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed Jul 26, 2022
1 parent ad97a80 commit ae7a9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http-client/gson-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>1.19</version>
<version>1.20-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions http-client/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client-gson</artifactId>
<version>1.19-SNAPSHOT</version>
<version>1.20-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ae7a9ff

Please sign in to comment.