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] ) {
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'
}
}
}

View File

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