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 1448fa4 commit de6b774Copy full SHA for de6b774
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>com.fasterxml.jackson</groupId>
6
<artifactId>jackson-parent</artifactId>
7
- <version>2.5.1</version>
+ <version>2.6.1</version>
8
</parent>
9
<groupId>com.fasterxml.jackson.dataformat</groupId>
10
<artifactId>jackson-dataformat-smile</artifactId>
@@ -25,7 +25,7 @@ tree model)
25
</scm>
26
27
<properties>
28
- <version.jackson.core>2.6.0-rc3</version.jackson.core>
+ <version.jackson.core>2.6.0-rc4</version.jackson.core>
29
<packageVersion.dir>com/fasterxml/jackson/dataformat/smile</packageVersion.dir>
30
<packageVersion.package>${project.groupId}.smile</packageVersion.package>
31
<osgi.export>${project.groupId}.smile.*;version=${project.version}
0 commit comments