Skip to content

Commit 88fd80b

Browse files
committed
add name to pom
1 parent 8a95c2e commit 88fd80b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

unirest-modules-jackson-legacy/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
</parent>
99

1010
<artifactId>unirest-modules-jackson-legacy</artifactId>
11+
<name>unirest-modules-jackson</name>
12+
<description>Jackson 2 based object mapper for Unirest</description>
1113

1214
<properties>
1315
<main.dir>${project.parent.basedir}</main.dir>

unirest-modules-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>unirest-modules-jackson</artifactId>
1212
<name>unirest-modules-jackson</name>
13-
<description>Jackson based object mapper for Unirest</description>
13+
<description>Jackson 3 based object mapper for Unirest</description>
1414

1515
<properties>
1616
<main.dir>${project.parent.basedir}</main.dir>

0 commit comments

Comments
 (0)