From e8593ff33c9f61a01f1c1b75aa5bc7bc55d81842 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Tue, 17 Sep 2019 01:58:39 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 1.4.0-Alpha2 --- archetype/core-sample/pom.xml | 2 +- archetype/deltaspike-data-sample/pom.xml | 2 +- archetype/entity-view-sample/pom.xml | 2 +- archetype/java-ee-sample/pom.xml | 2 +- archetype/pom.xml | 2 +- archetype/spring-boot-sample/pom.xml | 2 +- archetype/spring-data-sample/pom.xml | 2 +- checkstyle-rules/pom.xml | 2 +- core/api-jar/pom.xml | 2 +- core/api/pom.xml | 2 +- core/impl-jar/pom.xml | 2 +- core/impl/pom.xml | 2 +- core/parser-jar/pom.xml | 2 +- core/parser/pom.xml | 2 +- core/pom.xml | 2 +- core/testsuite/pom.xml | 2 +- dist/bom/pom.xml | 2 +- dist/full/pom.xml | 2 +- dist/pom.xml | 2 +- documentation/pom.xml | 2 +- entity-view/api-jar/pom.xml | 2 +- entity-view/api/pom.xml | 2 +- entity-view/impl-jar/pom.xml | 2 +- entity-view/impl/pom.xml | 2 +- entity-view/pom.xml | 2 +- examples/deltaspike-data-rest/pom.xml | 2 +- examples/it-service-management/pom.xml | 2 +- examples/pom.xml | 2 +- examples/showcase/base/pom.xml | 2 +- examples/showcase/fragments/basic/pom.xml | 2 +- examples/showcase/fragments/cte/pom.xml | 2 +- examples/showcase/fragments/pom.xml | 2 +- examples/showcase/fragments/spring-data/pom.xml | 2 +- examples/showcase/pom.xml | 2 +- examples/showcase/runner/cdi/pom.xml | 2 +- examples/showcase/runner/pom.xml | 2 +- examples/showcase/runner/spring/pom.xml | 2 +- examples/showcase/spi/pom.xml | 2 +- examples/spring-data-rest/pom.xml | 2 +- integration/datanucleus-5.1/pom.xml | 2 +- integration/datanucleus/pom.xml | 2 +- integration/deltaspike-data/api/pom.xml | 2 +- integration/deltaspike-data/base/pom.xml | 2 +- integration/deltaspike-data/impl-1.7/pom.xml | 2 +- integration/deltaspike-data/impl-1.8/pom.xml | 2 +- integration/deltaspike-data/pom.xml | 2 +- integration/deltaspike-data/rest/api/pom.xml | 2 +- integration/deltaspike-data/rest/impl/pom.xml | 2 +- integration/deltaspike-data/rest/pom.xml | 2 +- integration/deltaspike-data/testsuite/pom.xml | 2 +- integration/eclipselink/pom.xml | 2 +- integration/entity-view-cdi-jar/pom.xml | 2 +- integration/entity-view-cdi/pom.xml | 2 +- integration/entity-view-spring/pom.xml | 2 +- integration/hibernate-4.2/pom.xml | 2 +- integration/hibernate-4.3/pom.xml | 2 +- integration/hibernate-5.2/pom.xml | 2 +- integration/hibernate-5.3/pom.xml | 2 +- integration/hibernate-5.4/pom.xml | 2 +- integration/hibernate-5/pom.xml | 2 +- integration/hibernate-6.0/pom.xml | 2 +- integration/hibernate-base/pom.xml | 2 +- integration/jpa-base-jar/pom.xml | 2 +- integration/jpa-base/pom.xml | 2 +- integration/openjpa-jar/pom.xml | 2 +- integration/openjpa/pom.xml | 2 +- integration/pom.xml | 2 +- integration/spring-data/1.x/pom.xml | 2 +- integration/spring-data/2.0/pom.xml | 4 ++-- integration/spring-data/2.1/pom.xml | 4 ++-- integration/spring-data/asm-debug-all/pom.xml | 2 +- integration/spring-data/base/pom.xml | 2 +- integration/spring-data/pom.xml | 2 +- integration/spring-data/rest/pom.xml | 2 +- integration/spring-data/testsuite/pom.xml | 2 +- jpa-criteria/api-jar/pom.xml | 2 +- jpa-criteria/api/pom.xml | 2 +- jpa-criteria/impl-jar/pom.xml | 2 +- jpa-criteria/impl/pom.xml | 2 +- jpa-criteria/jpa-2-compatibility-jar/pom.xml | 2 +- jpa-criteria/jpa-2-compatibility/pom.xml | 2 +- jpa-criteria/pom.xml | 2 +- jpa-criteria/testsuite/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 4 ++-- testsuite-base/datanucleus/pom.xml | 2 +- testsuite-base/eclipselink/pom.xml | 2 +- testsuite-base/hibernate/pom.xml | 2 +- testsuite-base/jpa/pom.xml | 2 +- testsuite-base/openjpa/pom.xml | 2 +- testsuite-base/pom.xml | 2 +- website/pom.xml | 2 +- 92 files changed, 95 insertions(+), 95 deletions(-) diff --git a/archetype/core-sample/pom.xml b/archetype/core-sample/pom.xml index 01b1aac6cb..b38a25631b 100644 --- a/archetype/core-sample/pom.xml +++ b/archetype/core-sample/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-archetype - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/archetype/deltaspike-data-sample/pom.xml b/archetype/deltaspike-data-sample/pom.xml index 23968cb02b..b86646b974 100644 --- a/archetype/deltaspike-data-sample/pom.xml +++ b/archetype/deltaspike-data-sample/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-archetype com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/archetype/entity-view-sample/pom.xml b/archetype/entity-view-sample/pom.xml index a09c352464..9c4d052d7b 100644 --- a/archetype/entity-view-sample/pom.xml +++ b/archetype/entity-view-sample/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-archetype - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/archetype/java-ee-sample/pom.xml b/archetype/java-ee-sample/pom.xml index 3daf7bc777..0880b3f6a4 100644 --- a/archetype/java-ee-sample/pom.xml +++ b/archetype/java-ee-sample/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-archetype com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/archetype/pom.xml b/archetype/pom.xml index 7a28489e16..59fe7e6bfc 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/archetype/spring-boot-sample/pom.xml b/archetype/spring-boot-sample/pom.xml index 15f8b6c1a3..4eb56b07bf 100644 --- a/archetype/spring-boot-sample/pom.xml +++ b/archetype/spring-boot-sample/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-archetype com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/archetype/spring-data-sample/pom.xml b/archetype/spring-data-sample/pom.xml index 375f954f6c..cebb5ffcd8 100644 --- a/archetype/spring-data-sample/pom.xml +++ b/archetype/spring-data-sample/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-archetype com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/checkstyle-rules/pom.xml b/checkstyle-rules/pom.xml index b9f2baddc8..7e3ab0bfcc 100644 --- a/checkstyle-rules/pom.xml +++ b/checkstyle-rules/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/core/api-jar/pom.xml b/core/api-jar/pom.xml index 900831d041..bb1c6a6bf9 100644 --- a/core/api-jar/pom.xml +++ b/core/api-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/core/api/pom.xml b/core/api/pom.xml index 9bd8e253e3..7a0a3ebceb 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/core/impl-jar/pom.xml b/core/impl-jar/pom.xml index 42d3dcd234..c313fc4a02 100644 --- a/core/impl-jar/pom.xml +++ b/core/impl-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/core/impl/pom.xml b/core/impl/pom.xml index 438a454b55..7222c64019 100644 --- a/core/impl/pom.xml +++ b/core/impl/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/core/parser-jar/pom.xml b/core/parser-jar/pom.xml index 86f314e468..15ec5d1676 100644 --- a/core/parser-jar/pom.xml +++ b/core/parser-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/core/parser/pom.xml b/core/parser/pom.xml index 11538690f6..b4ff8ff86c 100644 --- a/core/parser/pom.xml +++ b/core/parser/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 5e4c3a4e2c..ba8b6af2c8 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/core/testsuite/pom.xml b/core/testsuite/pom.xml index cf332513da..bf8bb33b07 100644 --- a/core/testsuite/pom.xml +++ b/core/testsuite/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/dist/bom/pom.xml b/dist/bom/pom.xml index 8aed461b23..534601748d 100644 --- a/dist/bom/pom.xml +++ b/dist/bom/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../../pom.xml diff --git a/dist/full/pom.xml b/dist/full/pom.xml index 82f056ade9..4481d5fc76 100644 --- a/dist/full/pom.xml +++ b/dist/full/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-distribution-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index 160393df69..7a713d7530 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index 1877a566f9..5a8a2ab35c 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/entity-view/api-jar/pom.xml b/entity-view/api-jar/pom.xml index b21a6ab8dc..3f0a68e618 100644 --- a/entity-view/api-jar/pom.xml +++ b/entity-view/api-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/entity-view/api/pom.xml b/entity-view/api/pom.xml index 18560971e2..eff0046e92 100644 --- a/entity-view/api/pom.xml +++ b/entity-view/api/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/entity-view/impl-jar/pom.xml b/entity-view/impl-jar/pom.xml index 7e10034fa7..a53cfaf1d2 100644 --- a/entity-view/impl-jar/pom.xml +++ b/entity-view/impl-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/entity-view/impl/pom.xml b/entity-view/impl/pom.xml index 81265e54b2..bf0c6efe5e 100644 --- a/entity-view/impl/pom.xml +++ b/entity-view/impl/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/entity-view/pom.xml b/entity-view/pom.xml index c47ac0699c..bf68323533 100644 --- a/entity-view/pom.xml +++ b/entity-view/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/examples/deltaspike-data-rest/pom.xml b/examples/deltaspike-data-rest/pom.xml index 0696f03a91..cb6bac812b 100644 --- a/examples/deltaspike-data-rest/pom.xml +++ b/examples/deltaspike-data-rest/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-examples - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/examples/it-service-management/pom.xml b/examples/it-service-management/pom.xml index 7af8aed313..5bb7b6f4fa 100644 --- a/examples/it-service-management/pom.xml +++ b/examples/it-service-management/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-examples - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index db43e77bbc..71dd44992e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml 4.0.0 diff --git a/examples/showcase/base/pom.xml b/examples/showcase/base/pom.xml index aff0c9888e..b95c7644a7 100644 --- a/examples/showcase/base/pom.xml +++ b/examples/showcase/base/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples-showcase com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/basic/pom.xml b/examples/showcase/fragments/basic/pom.xml index d2151bb028..78adc3ba31 100644 --- a/examples/showcase/fragments/basic/pom.xml +++ b/examples/showcase/fragments/basic/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples-showcase-fragments com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/cte/pom.xml b/examples/showcase/fragments/cte/pom.xml index 635361cdde..4999c65732 100644 --- a/examples/showcase/fragments/cte/pom.xml +++ b/examples/showcase/fragments/cte/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples-showcase-fragments com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/pom.xml b/examples/showcase/fragments/pom.xml index 140dd0f272..380f84a5ba 100644 --- a/examples/showcase/fragments/pom.xml +++ b/examples/showcase/fragments/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-examples-showcase - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/spring-data/pom.xml b/examples/showcase/fragments/spring-data/pom.xml index df70538cfd..0f019d43e0 100644 --- a/examples/showcase/fragments/spring-data/pom.xml +++ b/examples/showcase/fragments/spring-data/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-examples-showcase-fragments com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/pom.xml b/examples/showcase/pom.xml index c5db47dbff..e3d29fa1e0 100644 --- a/examples/showcase/pom.xml +++ b/examples/showcase/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-examples - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/runner/cdi/pom.xml b/examples/showcase/runner/cdi/pom.xml index 03ef6bc795..952ac79c39 100644 --- a/examples/showcase/runner/cdi/pom.xml +++ b/examples/showcase/runner/cdi/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples-showcase-runner com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/runner/pom.xml b/examples/showcase/runner/pom.xml index fb7cb5985b..66fde005e9 100644 --- a/examples/showcase/runner/pom.xml +++ b/examples/showcase/runner/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-examples-showcase - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/runner/spring/pom.xml b/examples/showcase/runner/spring/pom.xml index c9871840e6..cc7afefac8 100644 --- a/examples/showcase/runner/spring/pom.xml +++ b/examples/showcase/runner/spring/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples-showcase-runner com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/showcase/spi/pom.xml b/examples/showcase/spi/pom.xml index 47929f451f..bfcd748b68 100644 --- a/examples/showcase/spi/pom.xml +++ b/examples/showcase/spi/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples-showcase com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/examples/spring-data-rest/pom.xml b/examples/spring-data-rest/pom.xml index 32e5e572dd..956b17c38e 100644 --- a/examples/spring-data-rest/pom.xml +++ b/examples/spring-data-rest/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-examples - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/datanucleus-5.1/pom.xml b/integration/datanucleus-5.1/pom.xml index de59f50ad5..230d816078 100644 --- a/integration/datanucleus-5.1/pom.xml +++ b/integration/datanucleus-5.1/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/datanucleus/pom.xml b/integration/datanucleus/pom.xml index 83cdde1e37..c593fbcbf9 100644 --- a/integration/datanucleus/pom.xml +++ b/integration/datanucleus/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/deltaspike-data/api/pom.xml b/integration/deltaspike-data/api/pom.xml index e0eef442ac..a42e651d49 100644 --- a/integration/deltaspike-data/api/pom.xml +++ b/integration/deltaspike-data/api/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/base/pom.xml b/integration/deltaspike-data/base/pom.xml index 4da3d4a0ad..2f4fd7f8ea 100644 --- a/integration/deltaspike-data/base/pom.xml +++ b/integration/deltaspike-data/base/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/impl-1.7/pom.xml b/integration/deltaspike-data/impl-1.7/pom.xml index c08cf0806f..20b81c0645 100644 --- a/integration/deltaspike-data/impl-1.7/pom.xml +++ b/integration/deltaspike-data/impl-1.7/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/impl-1.8/pom.xml b/integration/deltaspike-data/impl-1.8/pom.xml index 5dc584a094..33ec20f63e 100644 --- a/integration/deltaspike-data/impl-1.8/pom.xml +++ b/integration/deltaspike-data/impl-1.8/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/pom.xml b/integration/deltaspike-data/pom.xml index 701b223792..613bae5f61 100644 --- a/integration/deltaspike-data/pom.xml +++ b/integration/deltaspike-data/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/rest/api/pom.xml b/integration/deltaspike-data/rest/api/pom.xml index ca1dd5f511..c4e79e093a 100644 --- a/integration/deltaspike-data/rest/api/pom.xml +++ b/integration/deltaspike-data/rest/api/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data-rest com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/rest/impl/pom.xml b/integration/deltaspike-data/rest/impl/pom.xml index a3da47d39a..5765914597 100644 --- a/integration/deltaspike-data/rest/impl/pom.xml +++ b/integration/deltaspike-data/rest/impl/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data-rest com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/rest/pom.xml b/integration/deltaspike-data/rest/pom.xml index 2eef348e46..216efcfb85 100644 --- a/integration/deltaspike-data/rest/pom.xml +++ b/integration/deltaspike-data/rest/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/testsuite/pom.xml b/integration/deltaspike-data/testsuite/pom.xml index 1b019d517d..af06a745f4 100644 --- a/integration/deltaspike-data/testsuite/pom.xml +++ b/integration/deltaspike-data/testsuite/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-deltaspike-data com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/eclipselink/pom.xml b/integration/eclipselink/pom.xml index 777b1a6b0c..9e06af3f88 100644 --- a/integration/eclipselink/pom.xml +++ b/integration/eclipselink/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/entity-view-cdi-jar/pom.xml b/integration/entity-view-cdi-jar/pom.xml index 2f10cc0849..01b6692ff2 100644 --- a/integration/entity-view-cdi-jar/pom.xml +++ b/integration/entity-view-cdi-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/entity-view-cdi/pom.xml b/integration/entity-view-cdi/pom.xml index 17bd085e2a..77c5bddc41 100644 --- a/integration/entity-view-cdi/pom.xml +++ b/integration/entity-view-cdi/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 blaze-persistence-integration-entity-view-cdi jar diff --git a/integration/entity-view-spring/pom.xml b/integration/entity-view-spring/pom.xml index 221573779f..cbad910bc0 100644 --- a/integration/entity-view-spring/pom.xml +++ b/integration/entity-view-spring/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-integration com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 4.0.0 diff --git a/integration/hibernate-4.2/pom.xml b/integration/hibernate-4.2/pom.xml index 388d8a1ce5..aa13a08806 100644 --- a/integration/hibernate-4.2/pom.xml +++ b/integration/hibernate-4.2/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/hibernate-4.3/pom.xml b/integration/hibernate-4.3/pom.xml index 9d13eb9edd..14a3b14960 100644 --- a/integration/hibernate-4.3/pom.xml +++ b/integration/hibernate-4.3/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/hibernate-5.2/pom.xml b/integration/hibernate-5.2/pom.xml index eaeb5bfa8f..2f1edc1df0 100644 --- a/integration/hibernate-5.2/pom.xml +++ b/integration/hibernate-5.2/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/hibernate-5.3/pom.xml b/integration/hibernate-5.3/pom.xml index c8adf2cd9b..631f496efb 100644 --- a/integration/hibernate-5.3/pom.xml +++ b/integration/hibernate-5.3/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/hibernate-5.4/pom.xml b/integration/hibernate-5.4/pom.xml index 90fb00df08..373a06bb0a 100644 --- a/integration/hibernate-5.4/pom.xml +++ b/integration/hibernate-5.4/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/hibernate-5/pom.xml b/integration/hibernate-5/pom.xml index 418ee2d044..1b9146e0c8 100644 --- a/integration/hibernate-5/pom.xml +++ b/integration/hibernate-5/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/hibernate-6.0/pom.xml b/integration/hibernate-6.0/pom.xml index b556dcd2b4..cb6c616cb0 100644 --- a/integration/hibernate-6.0/pom.xml +++ b/integration/hibernate-6.0/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/hibernate-base/pom.xml b/integration/hibernate-base/pom.xml index 8f2fa8f845..188dd5e832 100644 --- a/integration/hibernate-base/pom.xml +++ b/integration/hibernate-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/jpa-base-jar/pom.xml b/integration/jpa-base-jar/pom.xml index 5ad44949a6..d883660086 100644 --- a/integration/jpa-base-jar/pom.xml +++ b/integration/jpa-base-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/jpa-base/pom.xml b/integration/jpa-base/pom.xml index 7498adb0bb..9c8c7074c8 100644 --- a/integration/jpa-base/pom.xml +++ b/integration/jpa-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/openjpa-jar/pom.xml b/integration/openjpa-jar/pom.xml index 9d994dab68..d854d8558d 100644 --- a/integration/openjpa-jar/pom.xml +++ b/integration/openjpa-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/openjpa/pom.xml b/integration/openjpa/pom.xml index 0494044d9d..221ed80863 100644 --- a/integration/openjpa/pom.xml +++ b/integration/openjpa/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/pom.xml b/integration/pom.xml index 82d9a1007d..842c869775 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/integration/spring-data/1.x/pom.xml b/integration/spring-data/1.x/pom.xml index 794562c250..1ed80fc12c 100644 --- a/integration/spring-data/1.x/pom.xml +++ b/integration/spring-data/1.x/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/spring-data/2.0/pom.xml b/integration/spring-data/2.0/pom.xml index 980c679942..83cf02f547 100644 --- a/integration/spring-data/2.0/pom.xml +++ b/integration/spring-data/2.0/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 @@ -221,7 +221,7 @@ org.ow2.asm asm-debug-all - CUSTOM + 1.4.0-Alpha2 org.ow2.asm diff --git a/integration/spring-data/2.1/pom.xml b/integration/spring-data/2.1/pom.xml index df83c373e4..a921cc8a3a 100644 --- a/integration/spring-data/2.1/pom.xml +++ b/integration/spring-data/2.1/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 @@ -226,7 +226,7 @@ org.ow2.asm asm-debug-all - CUSTOM + 1.4.0-Alpha2 org.ow2.asm diff --git a/integration/spring-data/asm-debug-all/pom.xml b/integration/spring-data/asm-debug-all/pom.xml index 15725e13fd..d0e1c3836d 100644 --- a/integration/spring-data/asm-debug-all/pom.xml +++ b/integration/spring-data/asm-debug-all/pom.xml @@ -4,7 +4,7 @@ org.ow2.asm asm-debug-all - CUSTOM + 1.4.0-Alpha2 diff --git a/integration/spring-data/base/pom.xml b/integration/spring-data/base/pom.xml index 41193c624c..ba2120154b 100644 --- a/integration/spring-data/base/pom.xml +++ b/integration/spring-data/base/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/spring-data/pom.xml b/integration/spring-data/pom.xml index 4abdff03f8..ad561382ff 100644 --- a/integration/spring-data/pom.xml +++ b/integration/spring-data/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/integration/spring-data/rest/pom.xml b/integration/spring-data/rest/pom.xml index 331a39e680..c8a676c411 100644 --- a/integration/spring-data/rest/pom.xml +++ b/integration/spring-data/rest/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/integration/spring-data/testsuite/pom.xml b/integration/spring-data/testsuite/pom.xml index 1de6e018b8..5d44f10afc 100644 --- a/integration/spring-data/testsuite/pom.xml +++ b/integration/spring-data/testsuite/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml 4.0.0 diff --git a/jpa-criteria/api-jar/pom.xml b/jpa-criteria/api-jar/pom.xml index 3eb14d476b..efb9fea07a 100644 --- a/jpa-criteria/api-jar/pom.xml +++ b/jpa-criteria/api-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/jpa-criteria/api/pom.xml b/jpa-criteria/api/pom.xml index dfca51ec20..1f2460304f 100644 --- a/jpa-criteria/api/pom.xml +++ b/jpa-criteria/api/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/jpa-criteria/impl-jar/pom.xml b/jpa-criteria/impl-jar/pom.xml index d88cf1f15d..1add64a998 100644 --- a/jpa-criteria/impl-jar/pom.xml +++ b/jpa-criteria/impl-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/jpa-criteria/impl/pom.xml b/jpa-criteria/impl/pom.xml index ef88c0e543..a308714acc 100644 --- a/jpa-criteria/impl/pom.xml +++ b/jpa-criteria/impl/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/jpa-criteria/jpa-2-compatibility-jar/pom.xml b/jpa-criteria/jpa-2-compatibility-jar/pom.xml index 48733b9c7d..297f51e481 100644 --- a/jpa-criteria/jpa-2-compatibility-jar/pom.xml +++ b/jpa-criteria/jpa-2-compatibility-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/jpa-criteria/jpa-2-compatibility/pom.xml b/jpa-criteria/jpa-2-compatibility/pom.xml index 2e613c6b0f..f66154e441 100644 --- a/jpa-criteria/jpa-2-compatibility/pom.xml +++ b/jpa-criteria/jpa-2-compatibility/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/jpa-criteria/pom.xml b/jpa-criteria/pom.xml index 7fc7eb2082..521436ad66 100644 --- a/jpa-criteria/pom.xml +++ b/jpa-criteria/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/jpa-criteria/testsuite/pom.xml b/jpa-criteria/testsuite/pom.xml index 1053798600..e3d5fa6677 100644 --- a/jpa-criteria/testsuite/pom.xml +++ b/jpa-criteria/testsuite/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 0ec7e797bf..662c82e679 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/pom.xml b/pom.xml index 381494fb2d..96a20e892b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ blaze-persistence - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 pom Blazebit Blaze-Persistence @@ -87,7 +87,7 @@ scm:git:git@github.com:Blazebit/blaze-persistence.git scm:git:git@github.com:Blazebit/blaze-persistence.git git@github.com:Blazebit/blaze-persistence.git - HEAD + 1.4.0-Alpha2 diff --git a/testsuite-base/datanucleus/pom.xml b/testsuite-base/datanucleus/pom.xml index b5500ebd79..04c465311a 100644 --- a/testsuite-base/datanucleus/pom.xml +++ b/testsuite-base/datanucleus/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/testsuite-base/eclipselink/pom.xml b/testsuite-base/eclipselink/pom.xml index cfd41a290b..d14fce6ac5 100644 --- a/testsuite-base/eclipselink/pom.xml +++ b/testsuite-base/eclipselink/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/testsuite-base/hibernate/pom.xml b/testsuite-base/hibernate/pom.xml index cda2d1fb44..9742fc418c 100644 --- a/testsuite-base/hibernate/pom.xml +++ b/testsuite-base/hibernate/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/testsuite-base/jpa/pom.xml b/testsuite-base/jpa/pom.xml index 8fdebce09c..a55cf84b5e 100644 --- a/testsuite-base/jpa/pom.xml +++ b/testsuite-base/jpa/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/testsuite-base/openjpa/pom.xml b/testsuite-base/openjpa/pom.xml index 2b89abcc9f..1174b8369b 100644 --- a/testsuite-base/openjpa/pom.xml +++ b/testsuite-base/openjpa/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../pom.xml diff --git a/testsuite-base/pom.xml b/testsuite-base/pom.xml index 28e41a355d..a24cd44b4d 100644 --- a/testsuite-base/pom.xml +++ b/testsuite-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml diff --git a/website/pom.xml b/website/pom.xml index a82e948f4a..8dccc04f58 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.0-SNAPSHOT + 1.4.0-Alpha2 ../parent/pom.xml