Skip to content

Commit 361ee83

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0614bb1 commit 361ee83

File tree

24 files changed

+25
-25
lines changed

24 files changed

+25
-25
lines changed

backends/jgroups/pom.xml

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

backends/jms/pom.xml

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

build-config/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</groupId>
1212
<artifactId>hibernate-search-parent</artifactId>
13-
<version>5.6.0.Beta1</version>
13+
<version>5.6.0-SNAPSHOT</version>
1414
</parent>
1515
<artifactId>hibernate-search-build-config</artifactId>
1616

distribution/pom.xml

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

documentation/pom.xml

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

elasticsearch/pom.xml

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

engine/pom.xml

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

infinispan/pom.xml

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

integrationtest/engine-performance/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</groupId>
1313
<artifactId>hibernate-search-parent</artifactId>
14-
<version>5.6.0.Beta1</version>
14+
<version>5.6.0-SNAPSHOT</version>
1515
<relativePath>../../pom.xml</relativePath>
1616
</parent>
1717

integrationtest/jms/pom.xml

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

0 commit comments

Comments
 (0)