File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 166
166
<artifactId >maven-bundle-plugin</artifactId >
167
167
<configuration >
168
168
<instructions >
169
- <Bundle-SymbolicName >${hibernate-validator-cdi.bundle -name} </Bundle-SymbolicName >
170
- <Fragment-Host >${hibernate-validator.bundle -name} </Fragment-Host >
169
+ <Bundle-SymbolicName >${hibernate-validator-cdi.module -name} </Bundle-SymbolicName >
170
+ <Fragment-Host >${hibernate-validator.module -name} </Fragment-Host >
171
171
<Import-Package >
172
172
javax.validation.*;version="[2.0,3.0)",
173
173
javax.annotation.*;version="[1.2,2.0)",
Original file line number Diff line number Diff line change 206
206
<artifactId >maven-bundle-plugin</artifactId >
207
207
<configuration >
208
208
<instructions >
209
- <Bundle-SymbolicName >${hibernate-validator.bundle -name} </Bundle-SymbolicName >
209
+ <Bundle-SymbolicName >${hibernate-validator.module -name} </Bundle-SymbolicName >
210
210
<Import-Package >
211
211
javax.persistence.*;version="[2.0.0,3.0.0)";resolution:=optional,
212
212
javax.validation.*;version="[2.0.0,3.0.0)",
Original file line number Diff line number Diff line change 101
101
<!-- Module names used for Java 9 modules and OSGi bundles -->
102
102
<hibernate-validator .module-name>org.hibernate.validator</hibernate-validator .module-name>
103
103
<hibernate-validator-cdi .module-name>org.hibernate.validator.cdi</hibernate-validator-cdi .module-name>
104
- <!-- TODO in 6.1: make the names consistent by removing the bundle properties, see HV-1484 -->
105
- <hibernate-validator .bundle-name>org.hibernate.validator.hibernate-validator</hibernate-validator .bundle-name>
106
- <hibernate-validator-cdi .bundle-name>org.hibernate.validator.hibernate-validator-cdi</hibernate-validator-cdi .bundle-name>
107
104
108
105
<!-- see http://maven.apache.org/general.html -->
109
106
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments