File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
local-build-plugins/src/main/groovy Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,8 @@ tasks.withType(Jar).configureEach {
277277 ' Hibernate-VersionFamily' : hibernateVersion. family,
278278 ' Hibernate-JpaVersion' : jpaVersion. name,
279279
280- ' Bundle-DocURL' : ' https://hibernate.org/orm/releases/7.0/'
280+ ' Bundle-Vendor' : ' Hibernate.org' ,
281+ ' Bundle-DocURL' : " https://hibernate.org/orm/releases/${ hibernateVersion.family} "
281282 )
282283 }
283284}
@@ -293,8 +294,6 @@ tasks.named("jar") {
293294 ' -noextraheaders' : true ,
294295 ' Bundle-Name' : project. name,
295296 ' Bundle-SymbolicName' : java9ModuleName,
296- ' Bundle-Vendor' : ' Hibernate.org' ,
297- ' Bundle-DocURL' : " https://hibernate.org/orm/releases/${ hibernateVersion.family} " ,
298297 // This is overridden in some sub-projects
299298 ' Import-Package' : [
300299 // Temporarily support JTA 1.1 -- Karaf and other frameworks still
You can’t perform that action at this time.
0 commit comments