Skip to content

Commit 14222fb

Browse files
committed
...
1 parent 9cb1f34 commit 14222fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.fasterxml.jackson.dataformat</groupId>
1010
<artifactId>jackson-dataformat-smile</artifactId>
11-
<version>2.4.0-rc4-SNAPSHOT</version>
11+
<version>2.4.0-SNAPSHOT</version>
1212
<name>Jackson-dataformat-Smile</name>
1313
<packaging>bundle</packaging>
1414
<description>Support for reading and writing Smile ("binary JSON")
@@ -25,7 +25,7 @@ tree model)
2525
</scm>
2626

2727
<properties>
28-
<version.jackson.core>2.4.0-rc4-SNAPSHOT</version.jackson.core>
28+
<version.jackson.core>2.4.0</version.jackson.core>
2929
<packageVersion.dir>com/fasterxml/jackson/dataformat/smile</packageVersion.dir>
3030
<packageVersion.package>${project.groupId}.smile</packageVersion.package>
3131
<osgi.export>${project.groupId}.smile.*;version=${project.version}

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Project: jackson-dataformat-smile
2-
Version: 2.4.0 (xx-xxx-2014)
2+
Version: 2.4.0 (02-Jun-2014)
33

44
#16: Support handling of "Stringified" numbers
55

0 commit comments

Comments
 (0)