Skip to content

Commit 47bd722

Browse files
committed
5.2.0
1 parent 4aea273 commit 47bd722

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

hibernate-jcache/hibernate-jcache.gradle

+3-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ dependencies {
77
testRuntime( libraries.ehcache3 )
88
}
99

10-
def pomName() {
11-
return 'Hibernate/JCache Integration'
12-
}
13-
14-
def pomDescription() {
15-
return 'Integration for javax.cache into Hibernate as a second-level caching service'
10+
mavenPom {
11+
name = 'Hibernate/JCache Integration'
12+
description = 'Integration for javax.cache into Hibernate as a second-level caching service'
1613
}
1714

1815
def osgiDescription() {

0 commit comments

Comments
 (0)