Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit b54105c

Browse files
committed
Upgrade master to 2.7.0-SNAPSHOT
1 parent fb2e9f7 commit b54105c

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>com.fasterxml.jackson.dataformat</groupId>
1111
<artifactId>jackson-dataformat-yaml</artifactId>
12-
<version>2.6.2-SNAPSHOT</version>
12+
<version>2.7.0-SNAPSHOT</version>
1313
<packaging>bundle</packaging>
1414
<name>Jackson-dataformat-YAML</name>
1515
<description>Support for reading and writing YAML-encoded data via Jackson abstractions.
@@ -24,7 +24,7 @@
2424

2525
<properties>
2626
<version.jackson.annotations>2.6.0</version.jackson.annotations>
27-
<version.jackson.core>2.6.1</version.jackson.core>
27+
<version.jackson.core>2.7.0-SNAPSHOT</version.jackson.core>
2828
<packageVersion.dir>com/fasterxml/jackson/dataformat/yaml</packageVersion.dir>
2929
<packageVersion.package>${project.groupId}.yaml</packageVersion.package>
3030
<osgi.private>org.yaml.snakeyaml.*</osgi.private>

release-notes/CREDITS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ Ville Koskela (vjkoskela@github)
2828

2929
- Requested #35: Add `YAMLGenerator.Feature.SPLIT_LINES` to allow controlling whether
3030
SnakeYAML splits longer text blocks with line breaks or not.
31-
[2.6.0)
31+
(2.6.0)
32+
33+
Geoff Bourne (itzg@github)
34+
35+
- Contributed #38: Add MINIMIZE_QUOTES generator feature
36+
(2.7.0)
37+

release-notes/VERSION

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: jackson-dataformat-yaml
44
= Releases
55
------------------------------------------------------------------------
66

7+
2.7.0 (not yet released)
8+
9+
#38: Add MINIMIZE_QUOTES generator feature
10+
(contributed by Geoff B, itzg@github)
11+
712
2.6.1 (09-Aug-2015)
813

914
No changes since 2.6.0.

0 commit comments

Comments
 (0)