We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee2334 commit fed9c2aCopy full SHA for fed9c2a
build.gradle
@@ -45,7 +45,7 @@ allprojects {
45
46
ext {
47
expectedGradleVersion = '2.7'
48
- hibernateTargetVersion = '5.0.3-SNAPSHOT'
+ hibernateTargetVersion = '5.0.3.Final'
49
50
osgiExportVersion = hibernateTargetVersion.replaceAll( '-SNAPSHOT', '.SNAPSHOT' )
51
}
@@ -62,12 +62,6 @@ idea {
62
63
64
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
- */
71
// Used in MANIFEST.MF for OSGi Bundles
72
def osgiDescription() {
73
return "A module of the Hibernate O/RM project"
0 commit comments