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 7cac58b commit 9d35d69Copy full SHA for 9d35d69
pom.xml
@@ -9,7 +9,7 @@
9
<groupId>com.fasterxml.jackson.core</groupId>
10
<artifactId>jackson-core</artifactId>
11
<name>Jackson-core</name>
12
- <version>2.5.4-SNAPSHOT</version>
+ <version>2.5.4</version>
13
<packaging>bundle</packaging>
14
<description>Core Jackson abstractions, basic JSON streaming API implementation
15
</description>
@@ -19,7 +19,7 @@
19
<connection>scm:git:[email protected]:FasterXML/jackson-core.git</connection>
20
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
21
<url>http://github.com/FasterXML/jackson-core</url>
22
- <tag>HEAD</tag>
+ <tag>jackson-core-2.5.4</tag>
23
</scm>
24
25
<properties>
0 commit comments