Skip to content

Commit b23a4c4

Browse files
committed
HV-1989 Fix spec version in the CDI extension manifest
1 parent c35810c commit b23a4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
172172
<manifestEntries>
173173
<Specification-Title>Jakarta Bean Validation</Specification-Title>
174-
<Specification-Version>2.0</Specification-Version>
174+
<Specification-Version>3.0</Specification-Version>
175175
<Automatic-Module-Name>${hibernate-validator-cdi.module-name}</Automatic-Module-Name>
176176
</manifestEntries>
177177
</archive>

0 commit comments

Comments
 (0)