Skip to content

Commit

Permalink
5.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Oct 28, 2015
1 parent 9ee2334 commit fed9c2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.gradle
Expand Up @@ -45,7 +45,7 @@ allprojects {

ext {
expectedGradleVersion = '2.7'
hibernateTargetVersion = '5.0.3-SNAPSHOT'
hibernateTargetVersion = '5.0.3.Final'

osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
}
Expand All @@ -62,12 +62,6 @@ idea {
}
}

/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
// Used in MANIFEST.MF for OSGi Bundles
def osgiDescription() {
return "A module of the Hibernate O/RM project"
Expand Down

0 comments on commit fed9c2a

Please sign in to comment.