Skip to content

Commit

Permalink
prep 4.0.0.Beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Jun 9, 2011
1 parent 4b9b4da commit c7818f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Expand Up @@ -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'
Expand All @@ -257,6 +258,12 @@ subprojects { subProject ->
}
}
developers {
developer {
id 'hibernate-team'
name 'The Hibernate Development Team'
organization 'Hibernate.org'
organizationUrl 'http://hibernate.org'
}
}
}

Expand Down

0 comments on commit c7818f3

Please sign in to comment.