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 0523b19 commit ecfd41dCopy full SHA for ecfd41d
client/pom.xml
@@ -5,16 +5,16 @@
5
<groupId>org.avaje</groupId>
6
<artifactId>java11-oss</artifactId>
7
<version>3.8</version>
8
- <relativePath/>
+ <relativePath />
9
</parent>
10
11
<groupId>io.avaje</groupId>
12
<artifactId>avaje-http-client</artifactId>
13
- <version>1.17-SNAPSHOT</version>
+ <version>1.17</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-1.17</tag>
18
</scm>
19
20
<dependencies>
0 commit comments