Skip to content

Commit

Permalink
prepare for 2.10.0.pr1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 19, 2019
1 parent 155d1db commit 26d6c0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.10.0.pr1</version>
</parent>

<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<name>Jackson-core</name>
<version>2.10.0-SNAPSHOT</version>
<version>2.10.0.pr1-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
<inceptionYear>2008</inceptionYear>
Expand All @@ -32,8 +32,6 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>

<version.plugin.bundle>3.2.0</version.plugin.bundle>

<osgi.export>com.fasterxml.jackson.core;version=${project.version},
com.fasterxml.jackson.core.*;version=${project.version}
</osgi.export>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ JSON library.
=== Releases ===
------------------------------------------------------------------------

2.10.0 (not yet released)
2.10.0.pr1 (19-Jul-2019)

#433: Add Builder pattern for creating configured Stream factories
#464: Add "maximum unescaped char" configuration option for `JsonFactory` via builder
Expand Down

0 comments on commit 26d6c0d

Please sign in to comment.