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 6b260de commit aa5201fCopy full SHA for aa5201f
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>com.fasterxml.jackson.core</groupId>
11
<artifactId>jackson-annotations</artifactId>
12
<name>Jackson-annotations</name>
13
- <version>2.8.0.rc2</version>
+ <version>2.8.0-SNAPSHOT</version>
14
<packaging>bundle</packaging>
15
<description>Core annotations used for value types, used by Jackson data binding package.
16
</description>
@@ -21,7 +21,7 @@
21
<connection>scm:git:[email protected]:FasterXML/jackson-annotations.git</connection>
22
<developerConnection>scm:git:[email protected]:FasterXML/jackson-annotations.git</developerConnection>
23
<url>http://github.com/FasterXML/jackson-annotations</url>
24
- <tag>jackson-annotations-2.8.0.rc2</tag>
+ <tag>HEAD</tag>
25
</scm>
26
27
<properties>
0 commit comments