This repository was archived by the owner on Dec 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<groupId >com.fasterxml.jackson.dataformat</groupId >
11
11
<artifactId >jackson-dataformat-yaml</artifactId >
12
- <version >2.6.2 -SNAPSHOT</version >
12
+ <version >2.7.0 -SNAPSHOT</version >
13
13
<packaging >bundle</packaging >
14
14
<name >Jackson-dataformat-YAML</name >
15
15
<description >Support for reading and writing YAML-encoded data via Jackson abstractions.
24
24
25
25
<properties >
26
26
<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>
28
28
<packageVersion .dir>com/fasterxml/jackson/dataformat/yaml</packageVersion .dir>
29
29
<packageVersion .package>${project.groupId} .yaml</packageVersion .package>
30
30
<osgi .private>org.yaml.snakeyaml.*</osgi .private>
Original file line number Diff line number Diff line change @@ -28,4 +28,10 @@ Ville Koskela (vjkoskela@github)
28
28
29
29
- Requested #35: Add `YAMLGenerator.Feature.SPLIT_LINES` to allow controlling whether
30
30
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
+
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ Project: jackson-dataformat-yaml
4
4
= Releases
5
5
------------------------------------------------------------------------
6
6
7
+ 2.7.0 (not yet released)
8
+
9
+ #38: Add MINIMIZE_QUOTES generator feature
10
+ (contributed by Geoff B, itzg@github)
11
+
7
12
2.6.1 (09-Aug-2015)
8
13
9
14
No changes since 2.6.0.
You can’t perform that action at this time.
0 commit comments