HHH-12524 Rename JBoss modules from hibernate-core-jbossmodules to hibernate-orm-jbossmodules
This commit is contained in:
parent
90b058507e
commit
898667772c
|
@ -79,7 +79,7 @@ featurepack {
|
|||
}
|
||||
|
||||
task createCoreFeaturePackZip( type: Zip, dependsOn: [featurepack] ) {
|
||||
baseName 'hibernate-core-jbossmodules'
|
||||
baseName 'hibernate-orm-jbossmodules'
|
||||
from project.fpackStagingDir
|
||||
}
|
||||
|
||||
|
@ -126,8 +126,8 @@ publishing {
|
|||
publications {
|
||||
publishedArtifacts {
|
||||
artifact( createCoreFeaturePackZip ) {
|
||||
artifactId 'hibernate-core-jbossmodules'
|
||||
description 'Main feature pack of Hibernate ORM: hibernate-core and hibernate-envers'
|
||||
artifactId 'hibernate-orm-jbossmodules'
|
||||
description 'Main feature pack of Hibernate ORM: hibernate-core and hibernate-envers, including essential dependencies such as Byte Buddy'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<feature-packs>
|
||||
<feature-pack
|
||||
groupId="org.hibernate"
|
||||
artifactId="hibernate-core-jbossmodules"
|
||||
artifactId="hibernate-orm-jbossmodules"
|
||||
version="${hibernate-orm.version}" />
|
||||
<feature-pack
|
||||
groupId="org.wildfly"
|
||||
|
|
Loading…
Reference in New Issue