HHH-12524 Rename JBoss modules from hibernate-core-jbossmodules to hibernate-orm-jbossmodules

This commit is contained in:
Sanne Grinovero 2018-04-26 12:06:22 +01:00
parent 90b058507e
commit 898667772c
2 changed files with 4 additions and 4 deletions

View File

@ -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'
} }
} }
} }

View File

@ -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"