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

Commit 1498276

Browse files
committed
Prepare for 2.6.0-rc4
1 parent 10db2d1 commit 1498276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson</groupId>
66
<artifactId>jackson-parent</artifactId>
7-
<version>2.5.1</version>
7+
<version>2.6.1</version>
88
</parent>
99
<groupId>com.fasterxml.jackson.datatype</groupId>
1010
<artifactId>jackson-datatype-jsr310</artifactId>
@@ -29,7 +29,7 @@
2929
</scm>
3030

3131
<properties>
32-
<version.jackson.core>2.6.0-rc3</version.jackson.core>
32+
<version.jackson.core>2.6.0-rc4</version.jackson.core>
3333
<!-- Generate PackageVersion.java into this directory. -->
3434
<packageVersion.dir>com/fasterxml/jackson/datatype/jsr310</packageVersion.dir>
3535
<packageVersion.package>${project.groupId}.jsr310</packageVersion.package>

0 commit comments

Comments
 (0)