Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 42ddb71

Browse files
committed
[Jenkins release job] Preparing release 5.3.0.Final
1 parent d1b1294 commit 42ddb71

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

bom/pom.xml

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

1111
<groupId>org.hibernate.ogm</groupId>
1212
<artifactId>hibernate-ogm-bom</artifactId>
13-
<version>5.3.0-SNAPSHOT</version>
13+
<version>5.3.0.Final</version>
1414

1515
<packaging>pom</packaging>
1616

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.ogm</groupId>
1414
<artifactId>hibernate-ogm-parent</artifactId>
15-
<version>5.3.0-SNAPSHOT</version>
15+
<version>5.3.0.Final</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.hibernate.ogm</groupId>
1212
<artifactId>hibernate-ogm-parent</artifactId>
13-
<version>5.3.0-SNAPSHOT</version>
13+
<version>5.3.0.Final</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

documentation/examples/gettingstarted/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hibernate-ogm-documentation-examples</artifactId>
55
<groupId>org.hibernate.ogm</groupId>
6-
<version>5.3.0-SNAPSHOT</version>
6+
<version>5.3.0.Final</version>
77
</parent>
88

99
<artifactId>hibernate-ogm-documentation-examples-gettingstarted</artifactId>

documentation/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>hibernate-ogm-documentation</artifactId>
55
<groupId>org.hibernate.ogm</groupId>
6-
<version>5.3.0-SNAPSHOT</version>
6+
<version>5.3.0.Final</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>hibernate-ogm-documentation-examples</artifactId>

documentation/javadoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.hibernate.ogm</groupId>
1313
<artifactId>hibernate-ogm-documentation</artifactId>
14-
<version>5.3.0-SNAPSHOT</version>
14+
<version>5.3.0.Final</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

documentation/manual/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.ogm</groupId>
1414
<artifactId>hibernate-ogm-parent</artifactId>
15-
<version>5.3.0-SNAPSHOT</version>
15+
<version>5.3.0.Final</version>
1616
<relativePath>../../pom.xml</relativePath>
1717
</parent>
1818

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.ogm</groupId>
1414
<artifactId>hibernate-ogm-parent</artifactId>
15-
<version>5.3.0-SNAPSHOT</version>
15+
<version>5.3.0.Final</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

infinispan-embedded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.ogm</groupId>
1414
<artifactId>hibernate-ogm-parent</artifactId>
15-
<version>5.3.0-SNAPSHOT</version>
15+
<version>5.3.0.Final</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

infinispan-remote/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.hibernate.ogm</groupId>
1414
<artifactId>hibernate-ogm-parent</artifactId>
15-
<version>5.3.0-SNAPSHOT</version>
15+
<version>5.3.0.Final</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)