Skip to content

Commit 1fc505d

Browse files
committed
[maven-release-plugin] prepare release 4.5.1.Final
1 parent 38e2b26 commit 1fc505d

File tree

15 files changed

+16
-16
lines changed

15 files changed

+16
-16
lines changed

analyzers/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>hibernate-search-parent</artifactId>
3030
<groupId>org.hibernate</groupId>
31-
<version>4.5.1-SNAPSHOT</version>
31+
<version>4.5.1.Final</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

build-config/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</groupId>
2929
<artifactId>hibernate-search-parent</artifactId>
30-
<version>4.5.1-SNAPSHOT</version>
30+
<version>4.5.1.Final</version>
3131
</parent>
3232
<artifactId>hibernate-search-build-config</artifactId>
3333

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>hibernate-search-parent</artifactId>
2222
<groupId>org.hibernate</groupId>
23-
<version>4.5.1-SNAPSHOT</version>
23+
<version>4.5.1.Final</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>hibernate-search-parent</artifactId>
3030
<groupId>org.hibernate</groupId>
31-
<version>4.5.1-SNAPSHOT</version>
31+
<version>4.5.1.Final</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>hibernate-search-parent</artifactId>
3030
<groupId>org.hibernate</groupId>
31-
<version>4.5.1-SNAPSHOT</version>
31+
<version>4.5.1.Final</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

infinispan/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>hibernate-search-parent</artifactId>
3030
<groupId>org.hibernate</groupId>
31-
<version>4.5.1-SNAPSHOT</version>
31+
<version>4.5.1.Final</version>
3232
<relativePath>../pom.xml</relativePath>
3333
</parent>
3434

integrationtest/narayana/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>hibernate-search-parent</artifactId>
3131
<groupId>org.hibernate</groupId>
32-
<version>4.5.1-SNAPSHOT</version>
32+
<version>4.5.1.Final</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

integrationtest/performance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>hibernate-search-parent</artifactId>
3131
<groupId>org.hibernate</groupId>
32-
<version>4.5.1-SNAPSHOT</version>
32+
<version>4.5.1.Final</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

integrationtest/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>hibernate-search-parent</artifactId>
3131
<groupId>org.hibernate</groupId>
32-
<version>4.5.1-SNAPSHOT</version>
32+
<version>4.5.1.Final</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

integrationtest/wildfly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>hibernate-search-parent</artifactId>
3131
<groupId>org.hibernate</groupId>
32-
<version>4.5.1-SNAPSHOT</version>
32+
<version>4.5.1.Final</version>
3333
<relativePath>../../pom.xml</relativePath>
3434
</parent>
3535

0 commit comments

Comments
 (0)