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 ffab4b1 commit 4c3e251Copy full SHA for 4c3e251
pom.xml
@@ -13,7 +13,7 @@
13
<groupId>com.fasterxml.jackson.core</groupId>
14
<artifactId>jackson-core</artifactId>
15
<name>Jackson-core</name>
16
- <version>2.13.0-rc2-SNAPSHOT</version>
+ <version>2.13.0-rc2</version>
17
<packaging>bundle</packaging>
18
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
19
<licenses>
@@ -30,7 +30,7 @@
30
<connection>scm:git:[email protected]:FasterXML/jackson-core.git</connection>
31
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
32
<url>http://github.com/FasterXML/jackson-core</url>
33
- <tag>HEAD</tag>
+ <tag>jackson-core-2.13.0-rc2</tag>
34
</scm>
35
36
<properties>
0 commit comments