Skip to content

Commit b762986

Browse files
committed
prepare for 2.10.0.pr3
1 parent 24edc02 commit b762986

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

csv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.dataformat</groupId>
66
<artifactId>jackson-dataformats-text</artifactId>
7-
<version>2.10.0-SNAPSHOT</version>
7+
<version>2.10.0.pr3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-dataformat-csv</artifactId>
1010
<name>Jackson-dataformat-CSV</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.10.0-SNAPSHOT</version>
6+
<version>2.10.0.pr3</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.dataformat</groupId>
99
<artifactId>jackson-dataformats-text</artifactId>
1010
<name>Jackson dataformats: Text</name>
11-
<version>2.10.0-SNAPSHOT</version>
11+
<version>2.10.0.pr3-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<description>Parent pom for Jackson text-based dataformats (as opposed to binary).
1414
</description>

properties/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.dataformat</groupId>
66
<artifactId>jackson-dataformats-text</artifactId>
7-
<version>2.10.0-SNAPSHOT</version>
7+
<version>2.10.0.pr3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-dataformat-properties</artifactId>
1010
<name>Jackson-dataformat-Properties</name>

release-notes/VERSION-2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Modules:
88
=== Releases ===
99
------------------------------------------------------------------------
1010

11-
2.10.0 (not yet released)
11+
2.10.0.pr3 (17-Sep-2019)
1212

1313
#83: (yaml) Update index of sequence context
1414
(reported by Matti B; fix contributed by Maarten W)

yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.fasterxml.jackson.dataformat</groupId>
66
<artifactId>jackson-dataformats-text</artifactId>
7-
<version>2.10.0-SNAPSHOT</version>
7+
<version>2.10.0.pr3-SNAPSHOT</version>
88
</parent>
99
<artifactId>jackson-dataformat-yaml</artifactId>
1010
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)