diff --git a/backend/elasticsearch-aws/pom.xml b/backend/elasticsearch-aws/pom.xml index 3d7598c8d34..a29cc590309 100644 --- a/backend/elasticsearch-aws/pom.xml +++ b/backend/elasticsearch-aws/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public hibernate-search-backend-elasticsearch-aws diff --git a/backend/elasticsearch/pom.xml b/backend/elasticsearch/pom.xml index a4574afca34..b179321e453 100644 --- a/backend/elasticsearch/pom.xml +++ b/backend/elasticsearch/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public hibernate-search-backend-elasticsearch diff --git a/backend/lucene/pom.xml b/backend/lucene/pom.xml index 1f3f4450f6e..d25db38e5f2 100644 --- a/backend/lucene/pom.xml +++ b/backend/lucene/pom.xml @@ -6,7 +6,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public hibernate-search-backend-lucene diff --git a/build/config/pom.xml b/build/config/pom.xml index b4020ccaa11..6456e75205c 100644 --- a/build/config/pom.xml +++ b/build/config/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-build-config diff --git a/build/surefire-extension/pom.xml b/build/surefire-extension/pom.xml index f6a467c0966..57f9405c867 100644 --- a/build/surefire-extension/pom.xml +++ b/build/surefire-extension/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-build-surefire-extension diff --git a/distribution/pom.xml b/distribution/pom.xml index 7b2e358d925..c22bedf93f7 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -11,7 +11,7 @@ hibernate-search-parent-public org.hibernate.search - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../parents/public diff --git a/documentation/pom.xml b/documentation/pom.xml index fbb14f8407f..da9018d48e6 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../parents/integrationtest hibernate-search-documentation diff --git a/engine/pom.xml b/engine/pom.xml index 48af204911e..b630b8d0188 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../parents/public hibernate-search-engine diff --git a/integrationtest/backend/elasticsearch/pom.xml b/integrationtest/backend/elasticsearch/pom.xml index 83da9db7cf9..523ede105b1 100644 --- a/integrationtest/backend/elasticsearch/pom.xml +++ b/integrationtest/backend/elasticsearch/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-backend-elasticsearch diff --git a/integrationtest/backend/lucene/pom.xml b/integrationtest/backend/lucene/pom.xml index 86090acd7e0..0359d1ea4fa 100644 --- a/integrationtest/backend/lucene/pom.xml +++ b/integrationtest/backend/lucene/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-backend-lucene diff --git a/integrationtest/backend/tck/pom.xml b/integrationtest/backend/tck/pom.xml index b7839331fbf..797b2a444df 100644 --- a/integrationtest/backend/tck/pom.xml +++ b/integrationtest/backend/tck/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-backend-tck diff --git a/integrationtest/jdk/java-modules/pom.xml b/integrationtest/jdk/java-modules/pom.xml index 4e677dd2497..4d6ec87b0ae 100644 --- a/integrationtest/jdk/java-modules/pom.xml +++ b/integrationtest/jdk/java-modules/pom.xml @@ -7,7 +7,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../pom.xml hibernate-search-integrationtest-java-modules diff --git a/integrationtest/mapper/orm-batch-jsr352/pom.xml b/integrationtest/mapper/orm-batch-jsr352/pom.xml index aea9da77bc9..0504d116b07 100644 --- a/integrationtest/mapper/orm-batch-jsr352/pom.xml +++ b/integrationtest/mapper/orm-batch-jsr352/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-mapper-orm-batch-jsr352 diff --git a/integrationtest/mapper/orm-cdi/pom.xml b/integrationtest/mapper/orm-cdi/pom.xml index 7837dfdd3ac..e0a4bea7acc 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 - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-mapper-orm-cdi diff --git a/integrationtest/mapper/orm-envers/pom.xml b/integrationtest/mapper/orm-envers/pom.xml index 24f5eea84d6..4917d2b388f 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 - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-mapper-orm-envers diff --git a/integrationtest/mapper/orm-realbackend/pom.xml b/integrationtest/mapper/orm-realbackend/pom.xml index 0653588afbc..cb1b5eed844 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 - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-mapper-orm-realbackend diff --git a/integrationtest/mapper/orm-spring/pom.xml b/integrationtest/mapper/orm-spring/pom.xml index 7748b44b70f..6e677e65758 100644 --- a/integrationtest/mapper/orm-spring/pom.xml +++ b/integrationtest/mapper/orm-spring/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-mapper-orm-spring diff --git a/integrationtest/mapper/orm/pom.xml b/integrationtest/mapper/orm/pom.xml index 70c48b05fb4..f121d3a72bc 100644 --- a/integrationtest/mapper/orm/pom.xml +++ b/integrationtest/mapper/orm/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-mapper-orm diff --git a/integrationtest/mapper/pojo-base/pom.xml b/integrationtest/mapper/pojo-base/pom.xml index a2524e4c2fd..42c966aa548 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 - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-mapper-pojo-base diff --git a/integrationtest/performance/backend/base/pom.xml b/integrationtest/performance/backend/base/pom.xml index 85c9c08daca..cfadb56e840 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 - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-performance-backend-base diff --git a/integrationtest/performance/backend/elasticsearch/pom.xml b/integrationtest/performance/backend/elasticsearch/pom.xml index c8b4a361d2a..082c62f5194 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 - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-performance-backend-elasticsearch diff --git a/integrationtest/performance/backend/lucene/pom.xml b/integrationtest/performance/backend/lucene/pom.xml index 2ebfb3e314e..605d3d3fc4b 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 - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-performance-backend-lucene diff --git a/integrationtest/performance/pom.xml b/integrationtest/performance/pom.xml index 129e669cfb1..9d2fe0ccad0 100644 --- a/integrationtest/performance/pom.xml +++ b/integrationtest/performance/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 hibernate-search-integrationtest-performance pom diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 5e2f795976a..3ebbea2bc5a 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../parents/integrationtest hibernate-search-integrationtest diff --git a/integrationtest/showcase/library/pom.xml b/integrationtest/showcase/library/pom.xml index 1478681453c..cfcef1551f7 100644 --- a/integrationtest/showcase/library/pom.xml +++ b/integrationtest/showcase/library/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-integrationtest-showcase-library diff --git a/integrationtest/v5migrationhelper/engine/pom.xml b/integrationtest/v5migrationhelper/engine/pom.xml index 5e2668e3470..3968b8365e2 100755 --- a/integrationtest/v5migrationhelper/engine/pom.xml +++ b/integrationtest/v5migrationhelper/engine/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../../parents/integrationtest/pom.xml diff --git a/integrationtest/v5migrationhelper/orm/pom.xml b/integrationtest/v5migrationhelper/orm/pom.xml index 058c45eda6b..a9bce4fea7d 100755 --- a/integrationtest/v5migrationhelper/orm/pom.xml +++ b/integrationtest/v5migrationhelper/orm/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent-integrationtest - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../../parents/integrationtest/pom.xml diff --git a/mapper/javabean/pom.xml b/mapper/javabean/pom.xml index 3067530683c..b490bd5c2bc 100644 --- a/mapper/javabean/pom.xml +++ b/mapper/javabean/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public hibernate-search-mapper-javabean diff --git a/mapper/orm-batch-jsr352/core/pom.xml b/mapper/orm-batch-jsr352/core/pom.xml index 97845e92759..eaacd612027 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-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../../parents/public/pom.xml hibernate-search-mapper-orm-batch-jsr352-core diff --git a/mapper/orm-batch-jsr352/jberet/pom.xml b/mapper/orm-batch-jsr352/jberet/pom.xml index 289a111d529..2c0d8c41f44 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-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../../parents/public/pom.xml hibernate-search-mapper-orm-batch-jsr352-jberet diff --git a/mapper/orm/pom.xml b/mapper/orm/pom.xml index 951601efd83..899b5479edf 100644 --- a/mapper/orm/pom.xml +++ b/mapper/orm/pom.xml @@ -6,7 +6,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public hibernate-search-mapper-orm diff --git a/mapper/pojo-base/pom.xml b/mapper/pojo-base/pom.xml index d1bfa848a04..2b4bd5954e5 100644 --- a/mapper/pojo-base/pom.xml +++ b/mapper/pojo-base/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public hibernate-search-mapper-pojo-base diff --git a/parents/integrationtest/pom.xml b/parents/integrationtest/pom.xml index 48a8746743a..5a1c766a690 100644 --- a/parents/integrationtest/pom.xml +++ b/parents/integrationtest/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-parent-integrationtest diff --git a/parents/public/pom.xml b/parents/public/pom.xml index f966fb19d52..6648cec2b09 100644 --- a/parents/public/pom.xml +++ b/parents/public/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-parent-public diff --git a/pom.xml b/pom.xml index e3c218727aa..459a6b00421 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 pom Hibernate Search Root POM diff --git a/reports/pom.xml b/reports/pom.xml index 313cc4b8e16..65ee36e99f3 100644 --- a/reports/pom.xml +++ b/reports/pom.xml @@ -10,7 +10,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 hibernate-search-reports diff --git a/util/common/pom.xml b/util/common/pom.xml index 9079cea51a4..2a8472c7594 100644 --- a/util/common/pom.xml +++ b/util/common/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent-public - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../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 f294d91e730..c88e8fb3067 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. 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 58169741ea9..2ee5ec64333 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-util-internal-integrationtest-backend-lucene diff --git a/util/internal/integrationtest/common/pom.xml b/util/internal/integrationtest/common/pom.xml index 73373e33b01..8d8a7d236b1 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 .. 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 8d7dc7a5123..d2622d00750 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 .. 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 7a0dfb31658..37424616b8d 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 .. 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 b69c7d14891..c28864ad847 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-util-internal-integrationtest-mapper-orm diff --git a/util/internal/integrationtest/mapper/stub/pom.xml b/util/internal/integrationtest/mapper/stub/pom.xml index c3c58212b17..0ba3b28d486 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../.. hibernate-search-util-internal-integrationtest-mapper-stub diff --git a/util/internal/integrationtest/pom.xml b/util/internal/integrationtest/pom.xml index a95de936a71..8ef60e392e2 100644 --- a/util/internal/integrationtest/pom.xml +++ b/util/internal/integrationtest/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../.. hibernate-search-util-internal-integrationtest-parent diff --git a/util/internal/integrationtest/v5migrationhelper/pom.xml b/util/internal/integrationtest/v5migrationhelper/pom.xml index d8ba3b30666..4b514364d73 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-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 .. hibernate-search-util-internal-integrationtest-v5migrationhelper diff --git a/util/internal/test/pom.xml b/util/internal/test/pom.xml index 5eeaabb714d..0b0afa69313 100644 --- a/util/internal/test/pom.xml +++ b/util/internal/test/pom.xml @@ -4,7 +4,7 @@ org.hibernate.search hibernate-search-parent - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../.. hibernate-search-util-internal-test diff --git a/v5migrationhelper/engine/pom.xml b/v5migrationhelper/engine/pom.xml index 04ffa2d0476..8cd62d1239b 100644 --- a/v5migrationhelper/engine/pom.xml +++ b/v5migrationhelper/engine/pom.xml @@ -11,7 +11,7 @@ hibernate-search-parent-public org.hibernate.search - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public/pom.xml hibernate-search-v5migrationhelper-engine diff --git a/v5migrationhelper/orm/pom.xml b/v5migrationhelper/orm/pom.xml index 06225383d18..3bda41dcd11 100644 --- a/v5migrationhelper/orm/pom.xml +++ b/v5migrationhelper/orm/pom.xml @@ -11,7 +11,7 @@ hibernate-search-parent-public org.hibernate.search - 6.1.0-SNAPSHOT + 6.1.0.Alpha1 ../../parents/public/pom.xml hibernate-search-v5migrationhelper-orm