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 e97483f commit 105102bCopy full SHA for 105102b
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>com.fasterxml.jackson.core</groupId>
11
<artifactId>jackson-core</artifactId>
12
<name>Jackson-core</name>
13
- <version>2.9.7</version>
+ <version>2.9.8-SNAPSHOT</version>
14
<packaging>bundle</packaging>
15
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
16
<inceptionYear>2008</inceptionYear>
@@ -20,7 +20,7 @@
20
<connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
21
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
22
<url>http://github.com/FasterXML/jackson-core</url>
23
- <tag>jackson-core-2.9.7</tag>
+ <tag>HEAD</tag>
24
</scm>
25
26
<properties>
0 commit comments