Skip to content

Commit ab3d710

Browse files
committed
[Jenkins release job] Preparing release 6.2.44.Final
1 parent 530c552 commit ab3d710

File tree

18 files changed

+18
-34
lines changed

18 files changed

+18
-34
lines changed

.mvn/wrapper/maven-wrapper.jar

62 Bytes
Binary file not shown.
Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
# Licensed to the Apache Software Foundation (ASF) under one
2-
# or more contributor license agreements. See the NOTICE file
3-
# distributed with this work for additional information
4-
# regarding copyright ownership. The ASF licenses this file
5-
# to you under the Apache License, Version 2.0 (the
6-
# "License"); you may not use this file except in compliance
7-
# with the License. You may obtain a copy of the License at
8-
#
9-
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
11-
# Unless required by applicable law or agreed to in writing,
12-
# software distributed under the License is distributed on an
13-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14-
# KIND, either express or implied. See the License for the
15-
# specific language governing permissions and limitations
16-
# under the License.
17-
wrapperVersion=3.3.2
181
distributionType=bin
192
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
20-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
3+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.3/maven-wrapper-3.3.3.jar
4+
wrapperVersion=3.3.3

ant/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.hibernate.tool</groupId>
2323
<artifactId>hibernate-tools-parent</artifactId>
24-
<version>6.2.44-SNAPSHOT</version>
24+
<version>6.2.44.Final</version>
2525
</parent>
2626

2727
<artifactId>hibernate-tools-ant</artifactId>

jbt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.hibernate.tool</groupId>
2727
<artifactId>hibernate-tools-parent</artifactId>
28-
<version>6.2.44-SNAPSHOT</version>
28+
<version>6.2.44.Final</version>
2929
</parent>
3030

3131
<artifactId>hibernate-tools-orm-jbt</artifactId>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.hibernate.tool</groupId>
2323
<artifactId>hibernate-tools-parent</artifactId>
24-
<version>6.2.44-SNAPSHOT</version>
24+
<version>6.2.44.Final</version>
2525
</parent>
2626

2727
<artifactId>hibernate-tools-maven</artifactId>

orm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.hibernate.tool</groupId>
2727
<artifactId>hibernate-tools-parent</artifactId>
28-
<version>6.2.44-SNAPSHOT</version>
28+
<version>6.2.44.Final</version>
2929
</parent>
3030

3131
<artifactId>hibernate-tools-orm</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.hibernate.tool</groupId>
3030
<artifactId>hibernate-tools-parent</artifactId>
31-
<version>6.2.44-SNAPSHOT</version>
31+
<version>6.2.44.Final</version>
3232

3333
<packaging>pom</packaging>
3434

test/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.hibernate.tool</groupId>
3030
<artifactId>hibernate-tools-tests-parent</artifactId>
31-
<version>6.2.44-SNAPSHOT</version>
31+
<version>6.2.44.Final</version>
3232
</parent>
3333

3434
<artifactId>hibernate-tools-tests-common</artifactId>

test/h2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.hibernate.tool</groupId>
3030
<artifactId>hibernate-tools-tests-parent</artifactId>
31-
<version>6.2.44-SNAPSHOT</version>
31+
<version>6.2.44.Final</version>
3232
</parent>
3333

3434
<artifactId>hibernate-tools-tests-h2</artifactId>

test/hsql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.hibernate.tool</groupId>
2929
<artifactId>hibernate-tools-tests-parent</artifactId>
30-
<version>6.2.44-SNAPSHOT</version>
30+
<version>6.2.44.Final</version>
3131
</parent>
3232

3333
<artifactId>hibernate-tools-tests-hsql</artifactId>

0 commit comments

Comments
 (0)