Skip to content

Commit

Permalink
[Jenkins release job] Preparing next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Jan 31, 2023
1 parent e5273d2 commit 7749d7a
Show file tree
Hide file tree
Showing 49 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion backend/elasticsearch-aws/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-backend-elasticsearch-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/elasticsearch/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-backend-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/lucene/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-backend-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/config/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-build-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/surefire-extension/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-build-surefire-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-parent-public</artifactId>
<groupId>org.hibernate.search</groupId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../parents/public</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/backend/elasticsearch/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-backend-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/backend/lucene/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-backend-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/backend/tck/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-backend-tck</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/jdk/java-modules/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm-batch-jsr352/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-batch-jsr352</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm-cdi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm-envers/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-envers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm-realbackend/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-realbackend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm-spring/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/pojo-base/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-pojo-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/performance/backend/base/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-performance-backend-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/performance/backend/elasticsearch/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-performance-backend-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/performance/backend/lucene/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-performance-backend-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/performance/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
</parent>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/showcase/library/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-showcase-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/v5migrationhelper/engine/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../../parents/integrationtest/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/v5migrationhelper/orm/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../../parents/integrationtest/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion mapper/javabean/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-mapper-javabean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapper/orm-batch-jsr352/core/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../../parents/public/pom.xml</relativePath>
</parent>
<artifactId>hibernate-search-mapper-orm-batch-jsr352-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapper/orm-batch-jsr352/jberet/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../../parents/public/pom.xml</relativePath>
</parent>
<artifactId>hibernate-search-mapper-orm-batch-jsr352-jberet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapper/orm/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-mapper-orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mapper/pojo-base/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-mapper-pojo-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parents/integrationtest/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parents/public/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-parent-public</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Hibernate Search Root POM</name>
Expand Down
2 changes: 1 addition & 1 deletion reports/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
</parent>
<artifactId>hibernate-search-reports</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion util/common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-util-common</artifactId>
Expand Down
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-util-internal-integrationtest-backend-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion util/internal/integrationtest/backend/lucene/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-util-internal-integrationtest-backend-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion util/internal/integrationtest/common/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hibernate-search-util-internal-integrationtest-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion util/internal/integrationtest/jbatch-runtime/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hibernate-search-util-internal-integrationtest-jbatch-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion util/internal/integrationtest/jberet-se/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hibernate-search-util-internal-integrationtest-jberet-se</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion util/internal/integrationtest/mapper/orm/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-util-internal-integrationtest-mapper-orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion util/internal/integrationtest/mapper/stub/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-util-internal-integrationtest-parent</artifactId>
<version>6.0.11.Final</version>
<version>6.0.12-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-util-internal-integrationtest-mapper-stub</artifactId>
Expand Down

0 comments on commit 7749d7a

Please sign in to comment.