Skip to content

Commit 7f89eb7

Browse files
committed
[Jenkins release job] Preparing next development iteration
1 parent acca631 commit 7f89eb7

File tree

101 files changed

+101
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+101
-101
lines changed

backend/elasticsearch-aws/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.search</groupId>
1313
<artifactId>hibernate-search-parent-public</artifactId>
14-
<version>6.1.0.Final</version>
14+
<version>6.1.1-SNAPSHOT</version>
1515
<relativePath>../../parents/public</relativePath>
1616
</parent>
1717
<artifactId>hibernate-search-backend-elasticsearch-aws</artifactId>

backend/elasticsearch/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.search</groupId>
1313
<artifactId>hibernate-search-parent-public</artifactId>
14-
<version>6.1.0.Final</version>
14+
<version>6.1.1-SNAPSHOT</version>
1515
<relativePath>../../parents/public</relativePath>
1616
</parent>
1717
<artifactId>hibernate-search-backend-elasticsearch</artifactId>

backend/lucene/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hibernate.search</groupId>
88
<artifactId>hibernate-search-parent-public</artifactId>
9-
<version>6.1.0.Final</version>
9+
<version>6.1.1-SNAPSHOT</version>
1010
<relativePath>../../parents/public</relativePath>
1111
</parent>
1212
<artifactId>hibernate-search-backend-lucene</artifactId>

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

build/surefire-extension/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.search</groupId>
1212
<artifactId>hibernate-search-parent</artifactId>
13-
<version>6.1.0.Final</version>
13+
<version>6.1.1-SNAPSHOT</version>
1414
<relativePath>../..</relativePath>
1515
</parent>
1616
<artifactId>hibernate-search-build-surefire-extension</artifactId>

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-public</artifactId>
1313
<groupId>org.hibernate.search</groupId>
14-
<version>6.1.0.Final</version>
14+
<version>6.1.1-SNAPSHOT</version>
1515
<relativePath>../parents/public</relativePath>
1616
</parent>
1717

documentation/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.search</groupId>
1212
<artifactId>hibernate-search-parent-integrationtest</artifactId>
13-
<version>6.1.0.Final</version>
13+
<version>6.1.1-SNAPSHOT</version>
1414
<relativePath>../parents/integrationtest</relativePath>
1515
</parent>
1616
<artifactId>hibernate-search-documentation</artifactId>

engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hibernate.search</groupId>
66
<artifactId>hibernate-search-parent-public</artifactId>
7-
<version>6.1.0.Final</version>
7+
<version>6.1.1-SNAPSHOT</version>
88
<relativePath>../parents/public</relativePath>
99
</parent>
1010
<artifactId>hibernate-search-engine</artifactId>

integrationtest/backend/elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hibernate.search</groupId>
66
<artifactId>hibernate-search-integrationtest</artifactId>
7-
<version>6.1.0.Final</version>
7+
<version>6.1.1-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>hibernate-search-integrationtest-backend-elasticsearch</artifactId>

integrationtest/backend/lucene/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.hibernate.search</groupId>
66
<artifactId>hibernate-search-integrationtest</artifactId>
7-
<version>6.1.0.Final</version>
7+
<version>6.1.1-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>hibernate-search-integrationtest-backend-lucene</artifactId>

0 commit comments

Comments
 (0)