Skip to content

Commit cb47f9d

Browse files
committed
HV-2022 Add missing description to the published modules
(cherry picked from commit 19efc5a)
1 parent e836ee3 commit cb47f9d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

annotation-processor/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<artifactId>hibernate-validator-annotation-processor</artifactId>
1919

2020
<name>Hibernate Validator Annotation Processor</name>
21+
<description>Annotation Processor to detect incorrect usage of constraint annotations.</description>
2122

2223
<properties>
2324
<hibernate-validator-parent.path>..</hibernate-validator-parent.path>

test-utils/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<artifactId>hibernate-validator-test-utils</artifactId>
1616

1717
<name>Hibernate Validator Test Utils</name>
18+
<description>Set of test utilities that can help testing custom constraints.</description>
1819

1920
<properties>
2021
<hibernate-validator-parent.path>..</hibernate-validator-parent.path>

0 commit comments

Comments
 (0)