We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2649dd4 commit 67a2970Copy full SHA for 67a2970
pom.xml
@@ -14,7 +14,7 @@
14
<groupId>com.fasterxml.jackson.core</groupId>
15
<artifactId>jackson-core</artifactId>
16
<name>Jackson-core</name>
17
- <version>2.12.1-SNAPSHOT</version>
+ <version>2.12.1</version>
18
<packaging>bundle</packaging>
19
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
20
<licenses>
@@ -31,7 +31,7 @@
31
<connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
32
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
33
<url>http://github.com/FasterXML/jackson-core</url>
34
- <tag>HEAD</tag>
+ <tag>jackson-core-2.12.1</tag>
35
</scm>
36
37
<properties>
0 commit comments