Skip to content

Commit

Permalink
Bump to 1.18-SNAPSHOT after release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed May 23, 2022
1 parent 96417e5 commit 1e65b5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions http-client/gson-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-http-client-gson</artifactId>
<version>1.17-SNAPSHOT</version>
<version>1.18-SNAPSHOT</version>

<scm>
<developerConnection>scm:git:[email protected]:avaje/avaje-http-client.git</developerConnection>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>1.17-SNAPSHOT</version>
<version>1.18-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.17-SNAPSHOT</version>
<version>1.18-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client-gson</artifactId>
<version>1.17-SNAPSHOT</version>
<version>1.18-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1e65b5b

Please sign in to comment.