Skip to content

Commit

Permalink
HBX-2592: Update version identifier to 5.3.32.Final
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Oct 9, 2023
1 parent 4c0a430 commit a2658b4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion main/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion main/src/main/java/org/hibernate/tool/Version.java
Expand Up @@ -4,7 +4,7 @@

final public class Version {

public static final String VERSION = "5.3.32-SNAPSHOT";
public static final String VERSION = "5.3.32.Final";

private static final Version instance = new Version();

Expand Down
2 changes: 1 addition & 1 deletion maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion test/common/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/h2/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-h2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/hsql/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-hsql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/maven-plugin/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/mssql/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-mssql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/mysql/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/nodb/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-nodb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/oracle/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-oracle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion test/utils/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools-tests-parent</artifactId>
<version>5.3.32-SNAPSHOT</version>
<version>5.3.32.Final</version>
</parent>

<artifactId>hibernate-tools-tests-utils</artifactId>
Expand Down

0 comments on commit a2658b4

Please sign in to comment.