prep 4.0.0.Beta1 release

This commit is contained in:
Steve Ebersole 2011-06-08 22:39:07 -05:00
parent 4b9b4da041
commit c7818f3e1e
1 changed files with 7 additions and 0 deletions

View File

@ -234,6 +234,7 @@ subprojects { subProject ->
// elements used to customize the generated POM used during upload
def pomConfig = {
name 'A Hibernate Core Module'
url 'http://hibernate.org'
organization {
name 'Hibernate.org'
@ -257,6 +258,12 @@ subprojects { subProject ->
}
}
developers {
developer {
id 'hibernate-team'
name 'The Hibernate Development Team'
organization 'Hibernate.org'
organizationUrl 'http://hibernate.org'
}
}
}