This is an automated email from the ASF dual-hosted git repository.
ggrzybek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git
The following commit(s) were added to refs/heads/master by this push:
new cd485ec [versions] Use ${hibernate.version} in enterprise/pom.xml
cd485ec is described below
commit cd485ecc5ad576b1f49a4c9ba434f622d17787b5
Author: Grzegorz Grzybek <[email protected]>
AuthorDate: Mon Dec 4 15:43:53 2017 +0100
[versions] Use ${hibernate.version} in enterprise/pom.xml
---
assemblies/features/enterprise/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assemblies/features/enterprise/pom.xml
b/assemblies/features/enterprise/pom.xml
index 8f6c0b6..96377a3 100644
--- a/assemblies/features/enterprise/pom.xml
+++ b/assemblies/features/enterprise/pom.xml
@@ -184,7 +184,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-osgi</artifactId>
- <version>5.2.6.Final</version>
+ <version>${hibernate.version}</version>
</dependency>
</dependencies>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].