Skip to content

Commit

Permalink
Fix wrong ref to obsolete codehaus Jackson repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 14, 2023
1 parent 186ee3f commit 8de77fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datatypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<artifactId>jackson-datatype-jdk8</artifactId>
<name>Jackson datatype: jdk8</name>
<packaging>bundle</packaging>
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson) to support
JDK 8 data types.
</description>

Expand Down
2 changes: 1 addition & 1 deletion parameter-names/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>jackson-module-parameter-names</artifactId>
<name>Jackson-module-parameter-names</name>
<packaging>bundle</packaging>
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
<description>Add-on module for Jackson (https://github.com/FasterXML/jackson) to support
introspection of method/constructor parameter names, without having to add explicit property name annotation.
</description>

Expand Down

0 comments on commit 8de77fc

Please sign in to comment.