Skip to content

Commit c2b9016

Browse files
committed
Update Hibernate to latest version of 3.x line.
1 parent 8af2da2 commit c2b9016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
</activation>
124124
<properties>
125125
<version.hsqldb>1.8.0.10</version.hsqldb>
126-
<version.org.hibernate.core>3.6.6.Final</version.org.hibernate.core>
126+
<version.org.hibernate.core>3.6.10.Final</version.org.hibernate.core>
127127
</properties>
128128
</profile>
129129
<profile>
@@ -140,7 +140,7 @@
140140
<!-- repeat Hibernate version dependencies, JDK intervals in activation is not supported with M2.0.x -->
141141
<version.hsqldb>1.8.0.10</version.hsqldb>
142142
<version.org.hibernate.core>3.3.2.GA</version.org.hibernate.core>
143-
<version.org.hibernate.envers>3.6.6.Final</version.org.hibernate.envers><!-- not usable with JDK 1.4 -->
143+
<version.org.hibernate.envers>3.6.10.Final</version.org.hibernate.envers><!-- not usable with JDK 1.4 -->
144144
</properties>
145145
</profile>
146146
<profile>

0 commit comments

Comments
 (0)