We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdce83 commit b538343Copy full SHA for b538343
gson-adapter/pom.xml
@@ -5,16 +5,16 @@
5
<groupId>org.avaje</groupId>
6
<artifactId>java11-oss</artifactId>
7
<version>3.9</version>
8
- <relativePath/>
+ <relativePath />
9
</parent>
10
11
<groupId>io.avaje</groupId>
12
<artifactId>avaje-http-client-gson</artifactId>
13
- <version>1.19-SNAPSHOT</version>
+ <version>1.19</version>
14
15
<scm>
16
<developerConnection>scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection>
17
- <tag>HEAD</tag>
+ <tag>avaje-http-client-gson-1.19</tag>
18
</scm>
19
20
<dependencies>
0 commit comments