Skip to content

Commit 6b09a71

Browse files
committed
Minor fix up
1 parent 60a338a commit 6b09a71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

local-build-plugins/src/main/groovy/local.java-module.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)