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 6d857a4 commit cfcc6d0Copy full SHA for cfcc6d0
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>feign-annotation-error-decoder</artifactId>
11
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
12
<name>Feign Annotation Error Decoder</name>
13
<description>Feign Annotation Error Decoder</description>
14
<url>https://github.com/OpenFeign/feign-annotation-error-decoder</url>
@@ -31,7 +31,7 @@
31
32
<connection>scm:git:https://github.com/OpenFeign/feign-annotation-error-decoder.git</connection>
33
<developerConnection>scm:git:https://github.com/OpenFeign/feign-annotation-error-decoder.git</developerConnection>
34
- <tag>HEAD</tag>
+ <tag>1.0.0</tag>
35
</scm>
36
37
<developers>
0 commit comments