We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c880a2 commit 625f4d4Copy full SHA for 625f4d4
README.md
@@ -16,15 +16,15 @@ Java 17+ support.
16
17
[**Gradle**](https://mvnrepository.com/artifact/io.goodforgod/http-common)
18
```groovy
19
-implementation "io.goodforgod:http-common:1.0.0-SNAPSHOT"
+implementation "io.goodforgod:http-common:1.0.0"
20
```
21
22
[**Maven**](https://mvnrepository.com/artifact/io.goodforgod/http-common)
23
```xml
24
<dependency>
25
<groupId>io.goodforgod</groupId>
26
<artifactId>http-common</artifactId>
27
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
28
</dependency>
29
30
0 commit comments