prep 3.3.0.GA release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@15052 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
6474f08ab6
commit
198fb91b25
|
@ -6,6 +6,13 @@ refer to the particular case on JIRA using the issue tracking number to learn
|
|||
more about each case.
|
||||
|
||||
|
||||
Changes in version 3.3.0.GA (2008.08.13)
|
||||
-------------------------------------------
|
||||
|
||||
** Bug
|
||||
* [HHH-3430] - distribution bundles cglib directly instead of the hibernate repackaging
|
||||
|
||||
|
||||
Changes in version 3.3.0.CR2 (2008.07.31)
|
||||
-------------------------------------------
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ import org.hibernate.util.PropertiesHelper;
|
|||
*/
|
||||
public final class Environment {
|
||||
|
||||
public static final String VERSION = "3.3.0.CR2";
|
||||
public static final String VERSION = "3.3.0.GA";
|
||||
|
||||
/**
|
||||
* <tt>ConnectionProvider</tt> implementor to use when obtaining connections
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
~ Boston, MA 02110-1301 USA
|
||||
-->
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY versionNumber "3.3.0.CR2">
|
||||
<!ENTITY versionNumber "3.3.0.GA">
|
||||
<!ENTITY copyrightYear "2004">
|
||||
<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
|
||||
]>
|
||||
|
|
Loading…
Reference in New Issue