Fix Jackson 15 -> Jackson 2.15 documentation
Signed-off-by: jansupol <jan.supol@oracle.com>
diff --git a/docs/src/main/docbook/migration.xml b/docs/src/main/docbook/migration.xml
index 2fcb7e5..0e77e53 100644
--- a/docs/src/main/docbook/migration.xml
+++ b/docs/src/main/docbook/migration.xml
@@ -33,7 +33,7 @@
<section xml:id="mig-2.40-breaking-changes">
<title>Changes in Jackson</title>
<para>
- Jersey 2.41 starts to support Jackson 15 which comes with default limitations for the length of parsed text,
+ Jersey 2.41 starts to support Jackson 2.15 which comes with default limitations for the length of parsed text,
numbers, and nesting depth. Jersey keeps the Jackson default value, but it allows to override the maximum
length of parsed text using the &jersey.message.MessageProperties.JSON_MAX_STRING_LENGTH; property if needed.
</para>
diff --git a/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties b/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties
index 7a5632c..f8b59da 100644
--- a/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties
+++ b/media/json-jackson/src/main/resources/org/glassfish/jersey/jackson/localization.properties
@@ -14,4 +14,4 @@
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
-error.jackson.streamreadconstraints=Error setting StreamReadConstraints: {0}. Possibly not Jackson 15?
\ No newline at end of file
+error.jackson.streamreadconstraints=Error setting StreamReadConstraints: {0}. Possibly not Jackson 2.15?
\ No newline at end of file
diff --git a/tests/integration/jackson-14/pom.xml b/tests/integration/jackson-14/pom.xml
index 04a31ce..270004e 100644
--- a/tests/integration/jackson-14/pom.xml
+++ b/tests/integration/jackson-14/pom.xml
@@ -30,7 +30,7 @@
<artifactId>jackson-14</artifactId>
<name>jersey-compatibility-jackson14</name>
<description>
- Controls the backward compatibility with Jackson 14 environment
+ Controls the backward compatibility with Jackson 2.14 environment
</description>
<properties>