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] ) {
|
task createCoreFeaturePackZip( type: Zip, dependsOn: [featurepack] ) {
|
||||||
baseName 'hibernate-core-jbossmodules'
|
baseName 'hibernate-orm-jbossmodules'
|
||||||
from project.fpackStagingDir
|
from project.fpackStagingDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -126,8 +126,8 @@ publishing {
|
||||||
publications {
|
publications {
|
||||||
publishedArtifacts {
|
publishedArtifacts {
|
||||||
artifact( createCoreFeaturePackZip ) {
|
artifact( createCoreFeaturePackZip ) {
|
||||||
artifactId 'hibernate-core-jbossmodules'
|
artifactId 'hibernate-orm-jbossmodules'
|
||||||
description 'Main feature pack of Hibernate ORM: hibernate-core and hibernate-envers'
|
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-packs>
|
||||||
<feature-pack
|
<feature-pack
|
||||||
groupId="org.hibernate"
|
groupId="org.hibernate"
|
||||||
artifactId="hibernate-core-jbossmodules"
|
artifactId="hibernate-orm-jbossmodules"
|
||||||
version="${hibernate-orm.version}" />
|
version="${hibernate-orm.version}" />
|
||||||
<feature-pack
|
<feature-pack
|
||||||
groupId="org.wildfly"
|
groupId="org.wildfly"
|
||||||
|
|
Loading…
Reference in New Issue