Skip to content

Commit

Permalink
Change version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dheraskou committed Jun 21, 2012
1 parent 33552e7 commit 59a0ec5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>4.0.0.Alpha1</version>
<version>4.0.0</version>
<packaging>jar</packaging>

<name>Hibernate Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Hibernate Tools
===============
Version: 4.0.0.Alpha1, February 2011
Version: 4.0.0, February 2012

What is it
----------
Expand Down
2 changes: 1 addition & 1 deletion src/java/org/hibernate/tool/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

final public class Version {

public static final String VERSION = "4.0.0.Alpha1";
public static final String VERSION = "4.0.0";

private static final Version instance = new Version();

Expand Down

0 comments on commit 59a0ec5

Please sign in to comment.