Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 610a58a

Browse files
committed
Prepare for 2.7.0 final
1 parent e509381 commit 610a58a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pom.xml

Lines changed: 2 additions & 3 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-cbor</artifactId>
11-
<version>2.7.0-rc4-SNAPSHOT</version>
11+
<version>2.7.0-SNAPSHOT</version>
1212
<name>Jackson-dataformat-CBOR</name>
1313
<packaging>bundle</packaging>
1414
<description>Support for reading and writing Concise Binary Object Representation
@@ -25,7 +25,7 @@ encoded data using Jackson abstractions (streaming API, data binding, tree model
2525
</scm>
2626

2727
<properties>
28-
<version.jackson.core>2.7.0-rc3</version.jackson.core>
28+
<version.jackson.core>2.7.0</version.jackson.core>
2929
<!-- Generate PackageVersion.java into this directory. -->
3030
<packageVersion.dir>com/fasterxml/jackson/dataformat/cbor</packageVersion.dir>
3131
<packageVersion.package>${project.groupId}.cbor</packageVersion.package>
@@ -52,7 +52,6 @@ encoded data using Jackson abstractions (streaming API, data binding, tree model
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>${version.jackson.core}</version>
5655
<scope>test</scope>
5756
</dependency>
5857
</dependencies>

release-notes/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project: jackson-dataformat-cbor
44
=== Releases ===
55
------------------------------------------------------------------------
66

7-
2.7.0 (not yet released)
7+
2.7.0 (10-Jan-2016)
88

99
#14: Add support for dynamically changing `CBORGenerator.Feature`s
1010

0 commit comments

Comments
 (0)