Skip to content

Commit

Permalink
Minor tweaking of name for poms
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jul 6, 2020
1 parent ff76e60 commit 879c4d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
<version>2.11.2-SNAPSHOT</version>
</parent>
<artifactId>jackson-base</artifactId>
<packaging>pom</packaging>
<name>Jackson Base</name>
<description>Parent pom for components of Jackson dataprocessor: includes base settings as well
as consistent set of dependencies across components. NOTE: NOT to be used by components outside
of Jackson: application code should only rely on `jackson-bom`
as consistent set of dependencies across components.
NOTE: NOT to be used by components outside of Jackson: application code should only rely on `jackson-bom`
</description>
<packaging>pom</packaging>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</parent>

<artifactId>jackson-bom</artifactId>
<name>Jackson Bill of Materials</name>
<description>Build of Materials pom for getting full, complete set of compatible versions
<name>Jackson BOM</name>
<description>Bill of Materials pom for getting full, complete set of compatible versions
of Jackson components maintained by FasterXML.com
</description>
<version>2.11.2-SNAPSHOT</version>
Expand Down

0 comments on commit 879c4d2

Please sign in to comment.