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 f4ad8b0 commit dee59adCopy full SHA for dee59ad
pom.xml
@@ -7,7 +7,7 @@
7
<name>Problem Details (RFC 9457)</name>
8
<inceptionYear>2023</inceptionYear>
9
<url>https://liturner.github.io/problem-details/</url>
10
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
11
<packaging>jar</packaging>
12
13
<description>A Java implementation of RFC 9457.</description>
@@ -21,7 +21,7 @@
21
<connection>scm:git:https://github.com/liturner/problem-details.git</connection>
22
<developerConnection>scm:git:https://github.com/liturner/problem-details.git</developerConnection>
23
<url>https://github.com/liturner/problem-details</url>
24
- <tag>HEAD</tag>
+ <tag>problem-details-1.0.0</tag>
25
</scm>
26
27
<issueManagement>
0 commit comments