Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
prepare for 2.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 19, 2015
1 parent 032dc2e commit 0656465
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -8,7 +8,7 @@
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
<name>Jackson-module-Afterburner</name>
<version>2.6.0-rc5-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Jackson (https://github.com/FasterXML/jackson) extension module
used to enhance access functionality using bytecode generation.
Expand All @@ -23,8 +23,8 @@ used to enhance access functionality using bytecode generation.

<properties>
<!-- annotations more stable, no patch versions -->
<jackson.annotation.version>2.6.0-rc4</jackson.annotation.version>
<jackson.core.version>2.6.0-rc4</jackson.core.version>
<jackson.annotation.version>2.6.0</jackson.annotation.version>
<jackson.core.version>2.6.0</jackson.core.version>

<!-- Generate PackageVersion.java into this directory. -->
<packageVersion.dir>com/fasterxml/jackson/module/afterburner</packageVersion.dir>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION
Expand Up @@ -4,7 +4,7 @@ Project: jackson-module-afterburner
=== Releases ===
------------------------------------------------------------------------

2.6.0 (not yet released)
2.6.0 (19-Jul-2015)

#46: Log-warning "Disabling Afterburner deserialization for type" using wrong logger-name
#53: Include checksum in generated class names (to resolve #52)
Expand Down

0 comments on commit 0656465

Please sign in to comment.