Skip to content

Commit 923718a

Browse files
committed
prepare for 2.9.2
1 parent f95fa1a commit 923718a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

paranamer/src/test/java/com/fasterxml/jackson/module/paranamer/SimpleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void testSimple() throws Exception
3434
mapper.readValue(JSON, CreatorBean.class);
3535
fail("should fail");
3636
} catch (JsonMappingException e) {
37-
verifyException(e, "has no property name annotation");
37+
verifyException(e, "has no property name");
3838
}
3939

4040
// then with two available modules:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-base</artifactId>
6-
<version>2.9.2-SNAPSHOT</version>
6+
<version>2.9.2</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-modules-base</artifactId>

release-notes/VERSION

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.9.2 (not yet released)
11+
2.9.2 (14-Oct-2017)
1212

1313
#30: (afterburner) `IncompatibleClassChangeError` deserializing interface
1414
methods with default impl

0 commit comments

Comments
 (0)