diff --git a/backend/elasticsearch-aws/pom.xml b/backend/elasticsearch-aws/pom.xml index de802c96157..7187ccdf057 100644 --- a/backend/elasticsearch-aws/pom.xml +++ b/backend/elasticsearch-aws/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-backend-elasticsearch-aws diff --git a/backend/elasticsearch/pom.xml b/backend/elasticsearch/pom.xml index 32a5771d2fd..8f921119ea6 100644 --- a/backend/elasticsearch/pom.xml +++ b/backend/elasticsearch/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-backend-elasticsearch diff --git a/backend/lucene/pom.xml b/backend/lucene/pom.xml index 655464450db..9b74cd3f090 100644 --- a/backend/lucene/pom.xml +++ b/backend/lucene/pom.xml @@ -6,7 +6,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-backend-lucene diff --git a/bom/public/pom.xml b/bom/public/pom.xml index e90ba141f6c..b5a08dc22ec 100644 --- a/bom/public/pom.xml +++ b/bom/public/pom.xml @@ -6,7 +6,7 @@ org.hibernate.search hibernate-search-parent - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. diff --git a/build/config/pom.xml b/build/config/pom.xml index 4aa3371b1fd..f23e6910784 100644 --- a/build/config/pom.xml +++ b/build/config/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent-build - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../parents/build hibernate-search-build-config diff --git a/build/configuration-properties-collector/pom.xml b/build/configuration-properties-collector/pom.xml index d58a68c0ade..5730747dc27 100644 --- a/build/configuration-properties-collector/pom.xml +++ b/build/configuration-properties-collector/pom.xml @@ -7,7 +7,7 @@ org.hibernate.search hibernate-search-parent-internal - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../parents/internal diff --git a/build/enforcer/pom.xml b/build/enforcer/pom.xml index 788a462b626..7fb33f33585 100644 --- a/build/enforcer/pom.xml +++ b/build/enforcer/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-build - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../parents/build hibernate-search-build-enforcer diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 1775d269a97..4fc38992a71 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -6,7 +6,7 @@ org.hibernate.search hibernate-search-parent - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../.. diff --git a/build/parents/integrationtest/pom.xml b/build/parents/integrationtest/pom.xml index 861e3435429..4c6d1c38d2d 100644 --- a/build/parents/integrationtest/pom.xml +++ b/build/parents/integrationtest/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-internal - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../internal hibernate-search-parent-integrationtest diff --git a/build/parents/internal/pom.xml b/build/parents/internal/pom.xml index b9050fd0086..a672d97138e 100644 --- a/build/parents/internal/pom.xml +++ b/build/parents/internal/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-build - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../build hibernate-search-parent-internal diff --git a/build/parents/public/pom.xml b/build/parents/public/pom.xml index f550e453560..3ea32e48317 100644 --- a/build/parents/public/pom.xml +++ b/build/parents/public/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-build - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../build hibernate-search-parent-public diff --git a/build/parents/relocation/pom.xml b/build/parents/relocation/pom.xml index 898eab0400c..51c829a26a9 100644 --- a/build/parents/relocation/pom.xml +++ b/build/parents/relocation/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../.. hibernate-search-parent-relocation diff --git a/build/parents/springtest/pom.xml b/build/parents/springtest/pom.xml index a3677fe1ac5..2f67b9e15e0 100644 --- a/build/parents/springtest/pom.xml +++ b/build/parents/springtest/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../integrationtest hibernate-search-parent-springtest diff --git a/build/reports/pom.xml b/build/reports/pom.xml index ac757d94066..f05a670ba25 100644 --- a/build/reports/pom.xml +++ b/build/reports/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-build - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../parents/build hibernate-search-reports diff --git a/distribution/pom.xml b/distribution/pom.xml index 42eb3c75189..106db9fd498 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -11,7 +11,7 @@ hibernate-search-parent-public org.hibernate.search - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../build/parents/public diff --git a/documentation/pom.xml b/documentation/pom.xml index 6c323f22706..5997e483574 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../build/parents/integrationtest hibernate-search-documentation diff --git a/engine/pom.xml b/engine/pom.xml index 2d882e43bec..f91b457cbba 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../build/parents/public hibernate-search-engine diff --git a/integrationtest/backend/elasticsearch/pom.xml b/integrationtest/backend/elasticsearch/pom.xml index d260674c306..e47e131f784 100644 --- a/integrationtest/backend/elasticsearch/pom.xml +++ b/integrationtest/backend/elasticsearch/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-backend-elasticsearch diff --git a/integrationtest/backend/lucene/pom.xml b/integrationtest/backend/lucene/pom.xml index de001d1f619..bf975ba284c 100644 --- a/integrationtest/backend/lucene/pom.xml +++ b/integrationtest/backend/lucene/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-backend-lucene diff --git a/integrationtest/backend/tck/pom.xml b/integrationtest/backend/tck/pom.xml index d27efaf847b..dd1010c4a08 100644 --- a/integrationtest/backend/tck/pom.xml +++ b/integrationtest/backend/tck/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-backend-tck diff --git a/integrationtest/java/modules/orm-elasticsearch/pom.xml b/integrationtest/java/modules/orm-elasticsearch/pom.xml index 7d241871511..4fb80ecc456 100644 --- a/integrationtest/java/modules/orm-elasticsearch/pom.xml +++ b/integrationtest/java/modules/orm-elasticsearch/pom.xml @@ -7,7 +7,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../.. hibernate-search-integrationtest-java-modules-orm-elasticsearch diff --git a/integrationtest/java/modules/orm-lucene/pom.xml b/integrationtest/java/modules/orm-lucene/pom.xml index 6007832aee1..157e4ef80d4 100644 --- a/integrationtest/java/modules/orm-lucene/pom.xml +++ b/integrationtest/java/modules/orm-lucene/pom.xml @@ -7,7 +7,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../.. hibernate-search-integrationtest-java-modules-orm-lucene diff --git a/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml b/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml index 0723d6f396d..8aa89e39d9b 100644 --- a/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml +++ b/integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml @@ -7,7 +7,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../.. hibernate-search-integrationtest-java-modules-orm-outbox-polling-elasticsearch diff --git a/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml b/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml index b804c8bffc7..bb447f27d6c 100644 --- a/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml +++ b/integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml @@ -7,7 +7,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../.. hibernate-search-integrationtest-java-modules-pojo-standalone-elasticsearch diff --git a/integrationtest/java/modules/pojo-standalone-lucene/pom.xml b/integrationtest/java/modules/pojo-standalone-lucene/pom.xml index 08a27f15854..24568137d1b 100644 --- a/integrationtest/java/modules/pojo-standalone-lucene/pom.xml +++ b/integrationtest/java/modules/pojo-standalone-lucene/pom.xml @@ -7,7 +7,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../.. hibernate-search-integrationtest-java-modules-pojo-standalone-lucene diff --git a/integrationtest/mapper/orm-cdi/pom.xml b/integrationtest/mapper/orm-cdi/pom.xml index 62159f5205b..41a34ebd72e 100644 --- a/integrationtest/mapper/orm-cdi/pom.xml +++ b/integrationtest/mapper/orm-cdi/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-orm-cdi diff --git a/integrationtest/mapper/orm-envers/pom.xml b/integrationtest/mapper/orm-envers/pom.xml index 939e5339530..d4e7e7dfac4 100644 --- a/integrationtest/mapper/orm-envers/pom.xml +++ b/integrationtest/mapper/orm-envers/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-orm-envers diff --git a/integrationtest/mapper/orm-jakarta-batch/pom.xml b/integrationtest/mapper/orm-jakarta-batch/pom.xml index ec222589cac..011cfa65296 100644 --- a/integrationtest/mapper/orm-jakarta-batch/pom.xml +++ b/integrationtest/mapper/orm-jakarta-batch/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-orm-jakarta-batch diff --git a/integrationtest/mapper/orm-outbox-polling/pom.xml b/integrationtest/mapper/orm-outbox-polling/pom.xml index c17ab871721..922744aeaa4 100644 --- a/integrationtest/mapper/orm-outbox-polling/pom.xml +++ b/integrationtest/mapper/orm-outbox-polling/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-orm-outbox-polling diff --git a/integrationtest/mapper/orm-realbackend/pom.xml b/integrationtest/mapper/orm-realbackend/pom.xml index eb43c4642ca..fb65dc1211c 100644 --- a/integrationtest/mapper/orm-realbackend/pom.xml +++ b/integrationtest/mapper/orm-realbackend/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-orm-realbackend diff --git a/integrationtest/mapper/orm-spring-uberjar/application/pom.xml b/integrationtest/mapper/orm-spring-uberjar/application/pom.xml index 394deaa110e..875cff2c4f9 100644 --- a/integrationtest/mapper/orm-spring-uberjar/application/pom.xml +++ b/integrationtest/mapper/orm-spring-uberjar/application/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest-spring-repackaged - 7.0.0.CR2 + 7.0.0-SNAPSHOT .. hibernate-search-integrationtest-spring-repackaged-application diff --git a/integrationtest/mapper/orm-spring-uberjar/model/pom.xml b/integrationtest/mapper/orm-spring-uberjar/model/pom.xml index 3fcf6c11fe3..c81ef155682 100644 --- a/integrationtest/mapper/orm-spring-uberjar/model/pom.xml +++ b/integrationtest/mapper/orm-spring-uberjar/model/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest-spring-repackaged - 7.0.0.CR2 + 7.0.0-SNAPSHOT .. hibernate-search-integrationtest-spring-repackaged-model diff --git a/integrationtest/mapper/orm-spring-uberjar/pom.xml b/integrationtest/mapper/orm-spring-uberjar/pom.xml index ad7d6b70fb7..065808baa95 100644 --- a/integrationtest/mapper/orm-spring-uberjar/pom.xml +++ b/integrationtest/mapper/orm-spring-uberjar/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-springtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/springtest hibernate-search-integrationtest-spring-repackaged diff --git a/integrationtest/mapper/orm-spring/pom.xml b/integrationtest/mapper/orm-spring/pom.xml index c8155ccff76..540c7d39973 100644 --- a/integrationtest/mapper/orm-spring/pom.xml +++ b/integrationtest/mapper/orm-spring/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-springtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/springtest hibernate-search-integrationtest-mapper-orm-spring diff --git a/integrationtest/mapper/orm/pom.xml b/integrationtest/mapper/orm/pom.xml index b17f1a760df..9a60b6d52ba 100644 --- a/integrationtest/mapper/orm/pom.xml +++ b/integrationtest/mapper/orm/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-orm diff --git a/integrationtest/mapper/pojo-base/pom.xml b/integrationtest/mapper/pojo-base/pom.xml index 03a89bc0a05..d0bea747cf6 100644 --- a/integrationtest/mapper/pojo-base/pom.xml +++ b/integrationtest/mapper/pojo-base/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-pojo-base diff --git a/integrationtest/mapper/pojo-standalone-realbackend/pom.xml b/integrationtest/mapper/pojo-standalone-realbackend/pom.xml index 33d2f158081..aeb04a0d3cd 100644 --- a/integrationtest/mapper/pojo-standalone-realbackend/pom.xml +++ b/integrationtest/mapper/pojo-standalone-realbackend/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-mapper-pojo-standalone-realbackend diff --git a/integrationtest/performance/backend/base/pom.xml b/integrationtest/performance/backend/base/pom.xml index a72445936ba..fb431657c71 100644 --- a/integrationtest/performance/backend/base/pom.xml +++ b/integrationtest/performance/backend/base/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-integrationtest-performance - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-performance-backend-base diff --git a/integrationtest/performance/backend/elasticsearch/pom.xml b/integrationtest/performance/backend/elasticsearch/pom.xml index ff573251c56..6192de56afe 100644 --- a/integrationtest/performance/backend/elasticsearch/pom.xml +++ b/integrationtest/performance/backend/elasticsearch/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-integrationtest-performance - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-performance-backend-elasticsearch diff --git a/integrationtest/performance/backend/lucene/pom.xml b/integrationtest/performance/backend/lucene/pom.xml index 4dcfae4514b..51143b3621d 100644 --- a/integrationtest/performance/backend/lucene/pom.xml +++ b/integrationtest/performance/backend/lucene/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-integrationtest-performance - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-integrationtest-performance-backend-lucene diff --git a/integrationtest/performance/pom.xml b/integrationtest/performance/pom.xml index 73a74baf084..e2a4f7c7fdd 100644 --- a/integrationtest/performance/pom.xml +++ b/integrationtest/performance/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT hibernate-search-integrationtest-performance pom diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index bfdd42ef849..989b0314fe6 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../build/parents/integrationtest hibernate-search-integrationtest diff --git a/integrationtest/showcase/library/pom.xml b/integrationtest/showcase/library/pom.xml index 5723ec262f0..34df729b427 100644 --- a/integrationtest/showcase/library/pom.xml +++ b/integrationtest/showcase/library/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-springtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/springtest hibernate-search-integrationtest-showcase-library diff --git a/integrationtest/v5migrationhelper/engine/pom.xml b/integrationtest/v5migrationhelper/engine/pom.xml index 1694b3c99e4..6d493bade79 100755 --- a/integrationtest/v5migrationhelper/engine/pom.xml +++ b/integrationtest/v5migrationhelper/engine/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/integrationtest diff --git a/integrationtest/v5migrationhelper/orm/pom.xml b/integrationtest/v5migrationhelper/orm/pom.xml index 2292015c4f9..93d0a086f72 100755 --- a/integrationtest/v5migrationhelper/orm/pom.xml +++ b/integrationtest/v5migrationhelper/orm/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/integrationtest diff --git a/mapper/orm-batch-jsr352/core/pom.xml b/mapper/orm-batch-jsr352/core/pom.xml index a00f970b644..b349b3f44c0 100644 --- a/mapper/orm-batch-jsr352/core/pom.xml +++ b/mapper/orm-batch-jsr352/core/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-relocation - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/relocation pom diff --git a/mapper/orm-batch-jsr352/jberet/pom.xml b/mapper/orm-batch-jsr352/jberet/pom.xml index ee149e9da8d..1807d9a72de 100644 --- a/mapper/orm-batch-jsr352/jberet/pom.xml +++ b/mapper/orm-batch-jsr352/jberet/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-relocation - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/relocation pom diff --git a/mapper/orm-coordination-outbox-polling/pom.xml b/mapper/orm-coordination-outbox-polling/pom.xml index 8b5f6f4a3a9..02db56d6c6b 100644 --- a/mapper/orm-coordination-outbox-polling/pom.xml +++ b/mapper/orm-coordination-outbox-polling/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-relocation - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/relocation pom diff --git a/mapper/orm-jakarta-batch/core/pom.xml b/mapper/orm-jakarta-batch/core/pom.xml index c16a410ddb3..1b7821dd809 100644 --- a/mapper/orm-jakarta-batch/core/pom.xml +++ b/mapper/orm-jakarta-batch/core/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/public hibernate-search-mapper-orm-jakarta-batch-core diff --git a/mapper/orm-jakarta-batch/jberet/pom.xml b/mapper/orm-jakarta-batch/jberet/pom.xml index bc64e7fbb69..5b0f5586d5e 100644 --- a/mapper/orm-jakarta-batch/jberet/pom.xml +++ b/mapper/orm-jakarta-batch/jberet/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/public hibernate-search-mapper-orm-jakarta-batch-jberet diff --git a/mapper/orm-outbox-polling/pom.xml b/mapper/orm-outbox-polling/pom.xml index fa41694551d..e8f88ba9a0c 100644 --- a/mapper/orm-outbox-polling/pom.xml +++ b/mapper/orm-outbox-polling/pom.xml @@ -6,7 +6,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-mapper-orm-outbox-polling diff --git a/mapper/orm/pom.xml b/mapper/orm/pom.xml index ea8cecd2ac7..182a5bc25ec 100644 --- a/mapper/orm/pom.xml +++ b/mapper/orm/pom.xml @@ -6,7 +6,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-mapper-orm diff --git a/mapper/pojo-base/pom.xml b/mapper/pojo-base/pom.xml index f44b67bc00d..243efcedae9 100644 --- a/mapper/pojo-base/pom.xml +++ b/mapper/pojo-base/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-mapper-pojo-base diff --git a/mapper/pojo-standalone/pom.xml b/mapper/pojo-standalone/pom.xml index f3d6870d484..7aadeba6041 100644 --- a/mapper/pojo-standalone/pom.xml +++ b/mapper/pojo-standalone/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-mapper-pojo-standalone diff --git a/pom.xml b/pom.xml index 7c902e76e70..c5b158a3fa7 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.hibernate.search hibernate-search-parent - 7.0.0.CR2 + 7.0.0-SNAPSHOT pom Hibernate Search Root POM diff --git a/util/common/pom.xml b/util/common/pom.xml index eeb6152583a..5534ce911da 100644 --- a/util/common/pom.xml +++ b/util/common/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-public - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-util-common diff --git a/util/internal/integrationtest/backend/elasticsearch/pom.xml b/util/internal/integrationtest/backend/elasticsearch/pom.xml index a966f30799f..0d0f784b734 100644 --- a/util/internal/integrationtest/backend/elasticsearch/pom.xml +++ b/util/internal/integrationtest/backend/elasticsearch/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-util-internal-integrationtest-backend-elasticsearch diff --git a/util/internal/integrationtest/backend/lucene/pom.xml b/util/internal/integrationtest/backend/lucene/pom.xml index 0ef84344fa1..99eccfa71d6 100644 --- a/util/internal/integrationtest/backend/lucene/pom.xml +++ b/util/internal/integrationtest/backend/lucene/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-util-internal-integrationtest-backend-lucene diff --git a/util/internal/integrationtest/common/pom.xml b/util/internal/integrationtest/common/pom.xml index 195f44d79f7..8e4059e3817 100644 --- a/util/internal/integrationtest/common/pom.xml +++ b/util/internal/integrationtest/common/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT .. hibernate-search-util-internal-integrationtest-common diff --git a/util/internal/integrationtest/jbatch-runtime/pom.xml b/util/internal/integrationtest/jbatch-runtime/pom.xml index c7876e83361..d8bcc7084c9 100644 --- a/util/internal/integrationtest/jbatch-runtime/pom.xml +++ b/util/internal/integrationtest/jbatch-runtime/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT .. hibernate-search-util-internal-integrationtest-jbatch-runtime diff --git a/util/internal/integrationtest/jberet-se/pom.xml b/util/internal/integrationtest/jberet-se/pom.xml index 8fe41742348..4af66f45318 100644 --- a/util/internal/integrationtest/jberet-se/pom.xml +++ b/util/internal/integrationtest/jberet-se/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT .. hibernate-search-util-internal-integrationtest-jberet-se diff --git a/util/internal/integrationtest/mapper/orm/pom.xml b/util/internal/integrationtest/mapper/orm/pom.xml index 5e050cebf0f..25d8018196d 100644 --- a/util/internal/integrationtest/mapper/orm/pom.xml +++ b/util/internal/integrationtest/mapper/orm/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-util-internal-integrationtest-mapper-orm diff --git a/util/internal/integrationtest/mapper/pojo-standalone/pom.xml b/util/internal/integrationtest/mapper/pojo-standalone/pom.xml index 4b9e240550a..f42b9271a87 100644 --- a/util/internal/integrationtest/mapper/pojo-standalone/pom.xml +++ b/util/internal/integrationtest/mapper/pojo-standalone/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-util-internal-integrationtest-mapper-pojo-standalone diff --git a/util/internal/integrationtest/mapper/stub/pom.xml b/util/internal/integrationtest/mapper/stub/pom.xml index bd2847099d7..715d7021dd7 100644 --- a/util/internal/integrationtest/mapper/stub/pom.xml +++ b/util/internal/integrationtest/mapper/stub/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../.. hibernate-search-util-internal-integrationtest-mapper-stub diff --git a/util/internal/integrationtest/pom.xml b/util/internal/integrationtest/pom.xml index 29bd0b484d2..1e3736d7559 100644 --- a/util/internal/integrationtest/pom.xml +++ b/util/internal/integrationtest/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-internal - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../build/parents/internal hibernate-search-util-internal-integrationtest diff --git a/util/internal/integrationtest/v5migrationhelper/pom.xml b/util/internal/integrationtest/v5migrationhelper/pom.xml index 663148cb41e..2ba3dac2807 100644 --- a/util/internal/integrationtest/v5migrationhelper/pom.xml +++ b/util/internal/integrationtest/v5migrationhelper/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-util-internal-integrationtest - 7.0.0.CR2 + 7.0.0-SNAPSHOT .. hibernate-search-util-internal-integrationtest-v5migrationhelper diff --git a/util/internal/test/common/pom.xml b/util/internal/test/common/pom.xml index 78c93090890..d3dd54e1712 100644 --- a/util/internal/test/common/pom.xml +++ b/util/internal/test/common/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-internal - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../../build/parents/internal hibernate-search-util-internal-test-common diff --git a/util/internal/test/orm/pom.xml b/util/internal/test/orm/pom.xml index ac850101f70..da4c2e0d43e 100644 --- a/util/internal/test/orm/pom.xml +++ b/util/internal/test/orm/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-internal - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../../../build/parents/internal hibernate-search-util-internal-test-orm diff --git a/v5migrationhelper/engine/pom.xml b/v5migrationhelper/engine/pom.xml index 71944909114..6b72734ca9e 100644 --- a/v5migrationhelper/engine/pom.xml +++ b/v5migrationhelper/engine/pom.xml @@ -11,7 +11,7 @@ hibernate-search-parent-public org.hibernate.search - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-v5migrationhelper-engine diff --git a/v5migrationhelper/orm/pom.xml b/v5migrationhelper/orm/pom.xml index 3d4ed160be0..531ec60bf90 100644 --- a/v5migrationhelper/orm/pom.xml +++ b/v5migrationhelper/orm/pom.xml @@ -11,7 +11,7 @@ hibernate-search-parent-public org.hibernate.search - 7.0.0.CR2 + 7.0.0-SNAPSHOT ../../build/parents/public hibernate-search-v5migrationhelper-orm