From b3fae7b48f02dac12db39d8a5c76f4a5e05b8859 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Tue, 28 Jan 2020 15:38:23 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 1.4.1 --- 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 +- entity-view/testsuite/pom.xml | 10 +++++----- 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-graphql/pom.xml | 2 +- examples/spring-data-webflux/pom.xml | 2 +- examples/spring-data-webmvc/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/graphql/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/jackson/pom.xml | 2 +- integration/jaxrs/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/2.2/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/testsuite/pom.xml | 2 +- integration/spring-data/webflux/pom.xml | 2 +- integration/spring-data/webmvc/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 +- 100 files changed, 108 insertions(+), 108 deletions(-) diff --git a/archetype/core-sample/pom.xml b/archetype/core-sample/pom.xml index 9b2b62e47d..13b127871f 100644 --- a/archetype/core-sample/pom.xml +++ b/archetype/core-sample/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-archetype - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/archetype/deltaspike-data-sample/pom.xml b/archetype/deltaspike-data-sample/pom.xml index 5c7b3b1e59..372844e3bc 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/archetype/entity-view-sample/pom.xml b/archetype/entity-view-sample/pom.xml index 2d1159aa57..b22e0fe2d3 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/archetype/java-ee-sample/pom.xml b/archetype/java-ee-sample/pom.xml index a4d9d8d179..20909f98d0 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/archetype/pom.xml b/archetype/pom.xml index 3a1bfe2c6d..1671cdc29b 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/archetype/spring-boot-sample/pom.xml b/archetype/spring-boot-sample/pom.xml index f6f7c5d993..4000695d65 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/archetype/spring-data-sample/pom.xml b/archetype/spring-data-sample/pom.xml index 00a4038593..c3824172ae 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/checkstyle-rules/pom.xml b/checkstyle-rules/pom.xml index 6feae38a72..36e61af6eb 100644 --- a/checkstyle-rules/pom.xml +++ b/checkstyle-rules/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/core/api-jar/pom.xml b/core/api-jar/pom.xml index c93d0a710f..13d864ed99 100644 --- a/core/api-jar/pom.xml +++ b/core/api-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/core/api/pom.xml b/core/api/pom.xml index 1ac782a2c2..8eadf1f52f 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/core/impl-jar/pom.xml b/core/impl-jar/pom.xml index 6a89db0591..539bb37ef3 100644 --- a/core/impl-jar/pom.xml +++ b/core/impl-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/core/impl/pom.xml b/core/impl/pom.xml index 06d07cd0e0..e6f905f5d4 100644 --- a/core/impl/pom.xml +++ b/core/impl/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/core/parser-jar/pom.xml b/core/parser-jar/pom.xml index df45868ded..7eb4bd27dc 100644 --- a/core/parser-jar/pom.xml +++ b/core/parser-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/core/parser/pom.xml b/core/parser/pom.xml index 820d1df2f8..188c05053b 100644 --- a/core/parser/pom.xml +++ b/core/parser/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 01789ad27a..2701fb8ed3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/core/testsuite/pom.xml b/core/testsuite/pom.xml index a82ef9833f..510ebecbcc 100644 --- a/core/testsuite/pom.xml +++ b/core/testsuite/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/dist/bom/pom.xml b/dist/bom/pom.xml index 433a620670..eec6fb8bff 100644 --- a/dist/bom/pom.xml +++ b/dist/bom/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.4.1-SNAPSHOT + 1.4.1 ../../pom.xml diff --git a/dist/full/pom.xml b/dist/full/pom.xml index 0fe3e5f92d..5fe276b521 100644 --- a/dist/full/pom.xml +++ b/dist/full/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-distribution-parent - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index f0a17e80dd..0cafc0489f 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index d7d9beb55c..05878ff055 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/entity-view/api-jar/pom.xml b/entity-view/api-jar/pom.xml index 5cf745defd..92b94d9c40 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/entity-view/api/pom.xml b/entity-view/api/pom.xml index 0048493d48..1691dc08e7 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/entity-view/impl-jar/pom.xml b/entity-view/impl-jar/pom.xml index 578c56548b..521eaa4f13 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/entity-view/impl/pom.xml b/entity-view/impl/pom.xml index ce0109ed9d..e44ea055a9 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/entity-view/pom.xml b/entity-view/pom.xml index 78279b38ec..b5b3b62517 100644 --- a/entity-view/pom.xml +++ b/entity-view/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/entity-view/testsuite/pom.xml b/entity-view/testsuite/pom.xml index e298106fec..4dc62b596b 100644 --- a/entity-view/testsuite/pom.xml +++ b/entity-view/testsuite/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml @@ -54,7 +54,7 @@ ${project.groupId} blaze-persistence-core-testsuite - 1.4.1-SNAPSHOT + 1.4.1 @@ -1528,7 +1528,7 @@ ${project.groupId} blaze-persistence-testsuite-base-datanucleus - 1.4.1-SNAPSHOT + 1.4.1 @@ -1681,7 +1681,7 @@ ${project.groupId} blaze-persistence-testsuite-base-datanucleus - 1.4.1-SNAPSHOT + 1.4.1 @@ -1829,7 +1829,7 @@ ${project.groupId} blaze-persistence-testsuite-base-datanucleus - 1.4.1-SNAPSHOT + 1.4.1 diff --git a/examples/deltaspike-data-rest/pom.xml b/examples/deltaspike-data-rest/pom.xml index ac2e51b8cf..a503a12362 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/examples/it-service-management/pom.xml b/examples/it-service-management/pom.xml index 40534da703..8e2022a28a 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 426880c8fd..c948b33f73 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml 4.0.0 diff --git a/examples/showcase/base/pom.xml b/examples/showcase/base/pom.xml index ddb2c27a94..6c5fc64f13 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/basic/pom.xml b/examples/showcase/fragments/basic/pom.xml index e1eb8186c6..741b45e015 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/cte/pom.xml b/examples/showcase/fragments/cte/pom.xml index 812d40dd8e..f4f8435d3e 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/pom.xml b/examples/showcase/fragments/pom.xml index e030ec71e5..5b5cff229c 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/fragments/spring-data/pom.xml b/examples/showcase/fragments/spring-data/pom.xml index a43fe21b36..0d02515bb2 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/pom.xml b/examples/showcase/pom.xml index fdc6c37ec4..832d42b8ac 100644 --- a/examples/showcase/pom.xml +++ b/examples/showcase/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-examples - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/runner/cdi/pom.xml b/examples/showcase/runner/cdi/pom.xml index b9906dc030..ed29f4b027 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/runner/pom.xml b/examples/showcase/runner/pom.xml index 7dbb036e35..bbc9109466 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/runner/spring/pom.xml b/examples/showcase/runner/spring/pom.xml index f9bfeffb4b..97fce0b311 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/showcase/spi/pom.xml b/examples/showcase/spi/pom.xml index 3518c870d9..ee5f6a68ea 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/examples/spring-data-graphql/pom.xml b/examples/spring-data-graphql/pom.xml index 82b9af5acc..8ee31fca77 100644 --- a/examples/spring-data-graphql/pom.xml +++ b/examples/spring-data-graphql/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-examples - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/examples/spring-data-webflux/pom.xml b/examples/spring-data-webflux/pom.xml index 43cc8b0d61..dcd5b9e161 100644 --- a/examples/spring-data-webflux/pom.xml +++ b/examples/spring-data-webflux/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-examples - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/examples/spring-data-webmvc/pom.xml b/examples/spring-data-webmvc/pom.xml index c8ddc4563c..3a91d10548 100644 --- a/examples/spring-data-webmvc/pom.xml +++ b/examples/spring-data-webmvc/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-examples - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/datanucleus-5.1/pom.xml b/integration/datanucleus-5.1/pom.xml index 442bd01b23..527f7684ce 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/datanucleus/pom.xml b/integration/datanucleus/pom.xml index 5e366db3e0..6b85df901e 100644 --- a/integration/datanucleus/pom.xml +++ b/integration/datanucleus/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/deltaspike-data/api/pom.xml b/integration/deltaspike-data/api/pom.xml index 3fdd31e8b5..00832755ad 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/base/pom.xml b/integration/deltaspike-data/base/pom.xml index 2abaf69550..068d5d5df1 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.1-SNAPSHOT + 1.4.1 ../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 c823c31457..2742421f44 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.1-SNAPSHOT + 1.4.1 ../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 7e4b7f0306..04ec090897 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/pom.xml b/integration/deltaspike-data/pom.xml index 2811f87ebf..2e7135cb69 100644 --- a/integration/deltaspike-data/pom.xml +++ b/integration/deltaspike-data/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration com.blazebit - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/rest/api/pom.xml b/integration/deltaspike-data/rest/api/pom.xml index b288a65587..9f570a4acf 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/rest/impl/pom.xml b/integration/deltaspike-data/rest/impl/pom.xml index bc004d945e..0d480e95a6 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/rest/pom.xml b/integration/deltaspike-data/rest/pom.xml index 4b26515e80..febfce7094 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/testsuite/pom.xml b/integration/deltaspike-data/testsuite/pom.xml index 2b6db7fd75..852fd3c50d 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/eclipselink/pom.xml b/integration/eclipselink/pom.xml index 2a45cd532a..c3cfaf440c 100644 --- a/integration/eclipselink/pom.xml +++ b/integration/eclipselink/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/entity-view-cdi-jar/pom.xml b/integration/entity-view-cdi-jar/pom.xml index ea080fe41b..d2de72905d 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/entity-view-cdi/pom.xml b/integration/entity-view-cdi/pom.xml index 448b6ff387..13e2478c63 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.1-SNAPSHOT + 1.4.1 blaze-persistence-integration-entity-view-cdi jar diff --git a/integration/entity-view-spring/pom.xml b/integration/entity-view-spring/pom.xml index 7aeda47589..58148e3f24 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.1-SNAPSHOT + 1.4.1 4.0.0 diff --git a/integration/graphql/pom.xml b/integration/graphql/pom.xml index e952227298..9f84de3a35 100644 --- a/integration/graphql/pom.xml +++ b/integration/graphql/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration com.blazebit - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/hibernate-4.2/pom.xml b/integration/hibernate-4.2/pom.xml index 03d8c932ce..23273fd31f 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/hibernate-4.3/pom.xml b/integration/hibernate-4.3/pom.xml index d9e78080bb..ba25a49b2f 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/hibernate-5.2/pom.xml b/integration/hibernate-5.2/pom.xml index e6ada4d15f..8b4fe80154 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/hibernate-5.3/pom.xml b/integration/hibernate-5.3/pom.xml index 1189adaaa4..a41ba51b8b 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/hibernate-5.4/pom.xml b/integration/hibernate-5.4/pom.xml index b1511389c6..b6ee5f6834 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/hibernate-5/pom.xml b/integration/hibernate-5/pom.xml index fdeb62f74b..ddf56593c0 100644 --- a/integration/hibernate-5/pom.xml +++ b/integration/hibernate-5/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/hibernate-6.0/pom.xml b/integration/hibernate-6.0/pom.xml index d5dcd5190d..82a5d0ab92 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/hibernate-base/pom.xml b/integration/hibernate-base/pom.xml index 2f9a3b6111..2a81984501 100644 --- a/integration/hibernate-base/pom.xml +++ b/integration/hibernate-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/jackson/pom.xml b/integration/jackson/pom.xml index d351eade01..d18b06c36e 100644 --- a/integration/jackson/pom.xml +++ b/integration/jackson/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration com.blazebit - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/jaxrs/pom.xml b/integration/jaxrs/pom.xml index cc7894ee3f..ffd7791e11 100644 --- a/integration/jaxrs/pom.xml +++ b/integration/jaxrs/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration com.blazebit - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/jpa-base-jar/pom.xml b/integration/jpa-base-jar/pom.xml index a96122619f..0364a36b59 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/jpa-base/pom.xml b/integration/jpa-base/pom.xml index 55015d1a3c..e91a994645 100644 --- a/integration/jpa-base/pom.xml +++ b/integration/jpa-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/openjpa-jar/pom.xml b/integration/openjpa-jar/pom.xml index 85d73fb7bd..a92e21e1b4 100644 --- a/integration/openjpa-jar/pom.xml +++ b/integration/openjpa-jar/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/openjpa/pom.xml b/integration/openjpa/pom.xml index 14aa2be389..c30dbbe00f 100644 --- a/integration/openjpa/pom.xml +++ b/integration/openjpa/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/pom.xml b/integration/pom.xml index 87f0bd341b..a3fad07895 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/integration/spring-data/1.x/pom.xml b/integration/spring-data/1.x/pom.xml index cbcda0e51f..5bf721f634 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/spring-data/2.0/pom.xml b/integration/spring-data/2.0/pom.xml index f424e9fdae..fb8ea61eb1 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 @@ -222,7 +222,7 @@ org.ow2.asm asm-debug-all - CUSTOM + 1.4.1 org.ow2.asm diff --git a/integration/spring-data/2.1/pom.xml b/integration/spring-data/2.1/pom.xml index ade1420b1a..5b1d7ac1e1 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 @@ -227,7 +227,7 @@ org.ow2.asm asm-debug-all - CUSTOM + 1.4.1 org.ow2.asm diff --git a/integration/spring-data/2.2/pom.xml b/integration/spring-data/2.2/pom.xml index 7514667336..2da87ae470 100644 --- a/integration/spring-data/2.2/pom.xml +++ b/integration/spring-data/2.2/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 @@ -227,7 +227,7 @@ org.ow2.asm asm-debug-all - CUSTOM + 1.4.1 org.ow2.asm diff --git a/integration/spring-data/asm-debug-all/pom.xml b/integration/spring-data/asm-debug-all/pom.xml index c793f24c3d..accf42f444 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.1 diff --git a/integration/spring-data/base/pom.xml b/integration/spring-data/base/pom.xml index 8b180139c9..63d718acda 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/spring-data/pom.xml b/integration/spring-data/pom.xml index f371479201..283e479e65 100644 --- a/integration/spring-data/pom.xml +++ b/integration/spring-data/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/integration/spring-data/testsuite/pom.xml b/integration/spring-data/testsuite/pom.xml index 64bf85e12a..3f38244612 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.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/spring-data/webflux/pom.xml b/integration/spring-data/webflux/pom.xml index 558d25dcd7..52e2d5ed8b 100644 --- a/integration/spring-data/webflux/pom.xml +++ b/integration/spring-data/webflux/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/integration/spring-data/webmvc/pom.xml b/integration/spring-data/webmvc/pom.xml index f8b6f8a41b..830620941c 100644 --- a/integration/spring-data/webmvc/pom.xml +++ b/integration/spring-data/webmvc/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration-spring-data-parent com.blazebit - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml 4.0.0 diff --git a/jpa-criteria/api-jar/pom.xml b/jpa-criteria/api-jar/pom.xml index 1f0296f010..20bcf1ba73 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/jpa-criteria/api/pom.xml b/jpa-criteria/api/pom.xml index dca7bdba01..900c91f3f9 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/jpa-criteria/impl-jar/pom.xml b/jpa-criteria/impl-jar/pom.xml index b314f75eda..67feca3e8c 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/jpa-criteria/impl/pom.xml b/jpa-criteria/impl/pom.xml index d6560d301f..ba7edc3a13 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/jpa-criteria/jpa-2-compatibility-jar/pom.xml b/jpa-criteria/jpa-2-compatibility-jar/pom.xml index 9ecf2bda55..1096c7f2a5 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/jpa-criteria/jpa-2-compatibility/pom.xml b/jpa-criteria/jpa-2-compatibility/pom.xml index 65d0f2bb4a..58ada531c0 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/jpa-criteria/pom.xml b/jpa-criteria/pom.xml index a579b02b85..50ec503f2e 100644 --- a/jpa-criteria/pom.xml +++ b/jpa-criteria/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/jpa-criteria/testsuite/pom.xml b/jpa-criteria/testsuite/pom.xml index 1bcca1db9f..11b859519c 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 107f1bf842..999f3e8490 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.4.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/pom.xml b/pom.xml index e6ab30ea76..e47be589e5 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ blaze-persistence - 1.4.1-SNAPSHOT + 1.4.1 pom Blazebit Blaze-Persistence @@ -86,7 +86,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.1 diff --git a/testsuite-base/datanucleus/pom.xml b/testsuite-base/datanucleus/pom.xml index 3c490f1ca7..908425f4d0 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/testsuite-base/eclipselink/pom.xml b/testsuite-base/eclipselink/pom.xml index 30bfe5aabb..53e89fa02e 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/testsuite-base/hibernate/pom.xml b/testsuite-base/hibernate/pom.xml index a6cb42d604..7ccfe53aee 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/testsuite-base/jpa/pom.xml b/testsuite-base/jpa/pom.xml index 22fe6b124f..e877237f65 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/testsuite-base/openjpa/pom.xml b/testsuite-base/openjpa/pom.xml index f84e6140ac..a0f73f149f 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.1-SNAPSHOT + 1.4.1 ../pom.xml diff --git a/testsuite-base/pom.xml b/testsuite-base/pom.xml index 05655df0d0..234635ed91 100644 --- a/testsuite-base/pom.xml +++ b/testsuite-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml diff --git a/website/pom.xml b/website/pom.xml index b5816e2bac..4172629f96 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.4.1-SNAPSHOT + 1.4.1 ../parent/pom.xml