Skip to content

Commit d71e56f

Browse files
committed
HV-1725 Update pom files for Jakarta move
1 parent e19652e commit d71e56f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/pom.xml

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

2020
<name>Hibernate Validator Engine</name>
21-
<description>Hibernate's Bean Validation (JSR-380) reference implementation.</description>
21+
<description>Hibernate's Jakarta Bean Validation reference implementation.</description>
2222

2323
<properties>
2424
<hibernate-validator-parent.path>..</hibernate-validator-parent.path>

tck-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<artifactId>hibernate-validator-tck-runner</artifactId>
1919

2020
<name>Hibernate Validator TCK Runner</name>
21-
<description>Aggregates dependencies and runs the JSR-380 TCK</description>
21+
<description>Aggregates dependencies and runs the Jakarta Bean Validation TCK</description>
2222

2323
<properties>
2424
<tck.suite.file>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</tck.suite.file>

0 commit comments

Comments
 (0)