Skip to content

Commit

Permalink
[Jenkins release job] Preparing release 6.1.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibernate-CI committed Feb 7, 2022
1 parent 5db04b1 commit e522f34
Show file tree
Hide file tree
Showing 101 changed files with 101 additions and 101 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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-cdi</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-coordination-outbox-polling</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</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.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../../parents/integrationtest/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jakarta/documentation/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-documentation-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/jdk/java-modules/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/mapper/orm-batch-jsr352/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-batch-jsr352-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/mapper/orm-cdi/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-cdi-jakarta</artifactId>
Expand Down
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-coordination-outbox-polling-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/mapper/orm-envers/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-envers-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/mapper/orm-realbackend/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-realbackend-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/mapper/orm/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/v5migrationhelper/orm/pom.xml
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../../parents/integrationtest/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jakarta/mapper/orm-batch-jsr352/core/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../../parents/public/pom.xml</relativePath>
</parent>
<artifactId>hibernate-search-mapper-orm-batch-jsr352-core-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/mapper/orm-batch-jsr352/jberet/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../../parents/public/pom.xml</relativePath>
</parent>
<artifactId>hibernate-search-mapper-orm-batch-jsr352-jberet-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/mapper/orm-coordination-outbox-polling/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-mapper-orm-coordination-outbox-polling-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/mapper/orm/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public-jakarta</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../parents/public</relativePath>
</parent>
<artifactId>hibernate-search-mapper-orm-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/parents/integrationtest/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../../parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-parent-integrationtest-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/parents/internal/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-internal</artifactId>
<version>6.1.1-SNAPSHOT</version>
<version>6.1.1.Final</version>
<relativePath>../../../parents/internal</relativePath>
</parent>
<artifactId>hibernate-search-parent-internal-jakarta</artifactId>
Expand Down

0 comments on commit e522f34

Please sign in to comment.