Skip to content

Commit

Permalink
HV-1989 Fix spec version in the CDI extension manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Jul 20, 2024
1 parent c35810c commit b23a4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Specification-Title>Jakarta Bean Validation</Specification-Title>
<Specification-Version>2.0</Specification-Version>
<Specification-Version>3.0</Specification-Version>
<Automatic-Module-Name>${hibernate-validator-cdi.module-name}</Automatic-Module-Name>
</manifestEntries>
</archive>
Expand Down

0 comments on commit b23a4c4

Please sign in to comment.