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 194a3b9 commit c4695c2Copy full SHA for c4695c2
1 file changed
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.6.0-rc2</version>
+ <version>2.6.0-rc3-SNAPSHOT</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:git@github.com:FasterXML/jackson-core.git</connection>
20
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
21
<url>http://github.com/FasterXML/jackson-core</url>
22
- <tag>jackson-core-2.6.0-rc2</tag>
+ <tag>HEAD</tag>
23
</scm>
24
25
<properties>
0 commit comments