Skip to content

Commit

Permalink
Bump version to 7.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Jun 26, 2023
1 parent c6a7e31 commit 8a75143
Show file tree
Hide file tree
Showing 111 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion backend/elasticsearch-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../build/parents/public</relativePath>
</parent>
<artifactId>hibernate-search-backend-elasticsearch-aws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../build/parents/public</relativePath>
</parent>
<artifactId>hibernate-search-backend-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend/lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../build/parents/public</relativePath>
</parent>
<artifactId>hibernate-search-backend-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-build-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/configuration-properties-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.hibernate.search</groupId>
<!-- Using public parent to reuse the javadoc generation config -->
<artifactId>hibernate-search-parent-internal</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../parents/internal</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/parents/integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-internal</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../internal</relativePath>
</parent>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/parents/internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-parent-internal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/parents/public/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-parent-public</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion build/reports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-reports</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>hibernate-search-parent-public</artifactId>
<groupId>org.hibernate.search</groupId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../build/parents/public</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../build/parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-documentation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../build/parents/public</relativePath>
</parent>
<artifactId>hibernate-search-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/backend/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-backend-tck</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-orm-coordination-outbox-polling-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/java/modules/orm-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-orm-elasticsearch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/java/modules/orm-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-orm-lucene</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-pojo-standalone-elasticsearch</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-pojo-standalone-lucene</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/orm-batch-jsr352/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-orm-cdi</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-pojo-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/mapper/pojo-standalone-realbackend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-mapper-pojo-standalone-realbackend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/performance/backend/base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
</parent>
<artifactId>hibernate-search-integrationtest-performance</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../build/parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/showcase/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../../build/parents/integrationtest</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integrationtest/v5migrationhelper/orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../../build/parents/integrationtest</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jakarta/build/parents/integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../../../build/parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-parent-integrationtest-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/build/parents/internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-internal</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../../../build/parents/internal</relativePath>
</parent>
<artifactId>hibernate-search-parent-internal-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/build/parents/public/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-public</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../../../build/parents/public</relativePath>
</parent>
<artifactId>hibernate-search-parent-public-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-parent-integrationtest-jakarta</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../build/parents/integrationtest</relativePath>
</parent>
<artifactId>hibernate-search-documentation-jakarta</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-orm-coordination-outbox-polling-elasticsearch-jakarta</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-orm-elasticsearch-jakarta</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta/integrationtest/java/modules/orm-lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hibernate.search</groupId>
<artifactId>hibernate-search-integrationtest-jakarta</artifactId>
<version>6.2.0-SNAPSHOT</version>
<version>7.0.0-SNAPSHOT</version>
<relativePath>../../..</relativePath>
</parent>
<artifactId>hibernate-search-integrationtest-java-modules-orm-lucene-jakarta</artifactId>
Expand Down

0 comments on commit 8a75143

Please sign in to comment.