Skip to content

Commit 19efc5a

Browse files
committed
HV-2022 Add missing description to the published modules
1 parent 115c279 commit 19efc5a

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
<!-- This is a publicly distributed module that should be published: -->

test-utils/pom.xml

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

1818
<name>Hibernate Validator Test Utils</name>
19+
<description>Set of test utilities that can help testing custom constraints.</description>
1920

2021
<properties>
2122
<!-- This is a publicly distributed module that should be published: -->

0 commit comments

Comments
 (0)