Skip to content

Commit

Permalink
Create 2.10 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 12, 2018
1 parent 849af47 commit cbb0805
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eclipse-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-collections</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.10.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-eclipse-collections</artifactId>
<name>Jackson datatype: eclipse-collections</name>
Expand Down
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-collections</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.10.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-guava</artifactId>
<name>Jackson datatype: Guava</name>
Expand Down
2 changes: 1 addition & 1 deletion hppc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-collections</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.10.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-hppc</artifactId>
<name>Jackson datatype: HPPC</name>
Expand Down
2 changes: 1 addition & 1 deletion pcollections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-collections</artifactId>
<version>2.9.8-SNAPSHOT</version>
<version>2.10.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-pcollections</artifactId>
<name>Jackson datatype: pcollections</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.9.7</version>
<version>2.10.0-SNAPSHOT</version>
</parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-collections</artifactId>
<name>Jackson datatypes: collections</name>
<version>2.9.8-SNAPSHOT</version>
<version>2.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<description>Parent pom for Jackson Collection datatype modules.
</description>
Expand Down
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.10.0 (not yet released)

2.9.7 (19-Sep-2018)

No changes since 2.9.6
Expand Down

0 comments on commit cbb0805

Please sign in to comment.