Skip to content

Commit fed9c2a

Browse files
committed
5.0.3 release
1 parent 9ee2334 commit fed9c2a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle

+1-7
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ allprojects {
4545

4646
ext {
4747
expectedGradleVersion = '2.7'
48-
hibernateTargetVersion = '5.0.3-SNAPSHOT'
48+
hibernateTargetVersion = '5.0.3.Final'
4949

5050
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
5151
}
@@ -62,12 +62,6 @@ idea {
6262
}
6363
}
6464

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

0 commit comments

Comments
 (0)