We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cowtowncoder
Learn more about funding links in repositories.
Report abuse
1 parent 5963aa0 commit a085e60Copy full SHA for a085e60
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.5-SNAPSHOT</version>
+ <version>2.13.5</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:git@github.com:FasterXML/jackson-core.git</connection>
31
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
32
<url>http://github.com/FasterXML/jackson-core</url>
33
- <tag>HEAD</tag>
+ <tag>jackson-core-2.13.5</tag>
34
</scm>
35
36
<properties>
0 commit comments