Skip to content

Commit

Permalink
HV-1725 Update the Specification-Title to Jakarta Bean Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 2, 2019
1 parent 80f3951 commit eaa750b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdi/pom.xml
Expand Up @@ -152,7 +152,7 @@
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Specification-Title>Bean Validation</Specification-Title>
<Specification-Title>Jakarta Bean Validation</Specification-Title>
<Specification-Version>2.0</Specification-Version>
<Automatic-Module-Name>${hibernate-validator-cdi.module-name}</Automatic-Module-Name>
</manifestEntries>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -192,7 +192,7 @@
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Specification-Title>Bean Validation</Specification-Title>
<Specification-Title>Jakarta Bean Validation</Specification-Title>
<Specification-Version>2.0</Specification-Version>
<Automatic-Module-Name>${hibernate-validator.module-name}</Automatic-Module-Name>
</manifestEntries>
Expand Down

0 comments on commit eaa750b

Please sign in to comment.