Skip to content

Commit 936d4c0

Browse files
committed
iluwatar#55 Update Hibernate version
1 parent b22d2dd commit 936d4c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12-
<hibernate.version>5.0.0.Beta1</hibernate.version>
12+
<hibernate.version>5.0.0.CR2</hibernate.version>
1313
<h2.version>1.4.187</h2.version>
1414
<junit.version>4.12</junit.version>
1515
<compiler.version>3.0</compiler.version>
@@ -72,11 +72,11 @@
7272

7373
<dependencyManagement>
7474
<dependencies>
75-
<dependency>
75+
<!-- <dependency>
7676
<groupId>org.hibernate</groupId>
7777
<artifactId>hibernate-core</artifactId>
7878
<version>${hibernate.version}</version>
79-
</dependency>
79+
</dependency> -->
8080
<dependency>
8181
<groupId>com.h2database</groupId>
8282
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)