From 9f97ec94995671e63f8da967f021c38a82dea5d5 Mon Sep 17 00:00:00 2001 From: Christian Beikov Date: Sat, 10 Feb 2018 22:23:29 +0100 Subject: [PATCH] [maven-release-plugin] prepare release 1.2.0-Alpha4 --- 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/pom.xml | 2 +- core/impl/pom.xml | 2 +- core/parser/pom.xml | 2 +- core/pom.xml | 2 +- core/testsuite/pom.xml | 2 +- dist/bom/pom.xml | 6 +++++- dist/full/pom.xml | 2 +- dist/pom.xml | 2 +- documentation/pom.xml | 2 +- entity-view/api/pom.xml | 2 +- entity-view/impl/pom.xml | 2 +- entity-view/pom.xml | 2 +- entity-view/testsuite/pom.xml | 2 +- examples/basic-showcase/pom.xml | 2 +- examples/cdi-showcase/pom.xml | 2 +- examples/cte-showcase/pom.xml | 2 +- examples/pom.xml | 2 +- examples/showcase-base/pom.xml | 2 +- examples/showcase-spi/pom.xml | 2 +- examples/spring-data-showcase/pom.xml | 2 +- examples/spring-showcase/pom.xml | 2 +- integration/base-cdi/pom.xml | 2 +- integration/datanucleus/pom.xml | 2 +- integration/deltaspike-data/api/pom.xml | 6 ++---- integration/deltaspike-data/impl/pom.xml | 6 ++---- integration/deltaspike-data/pom.xml | 6 ++---- integration/deltaspike-data/testsuite/pom.xml | 6 ++---- integration/eclipselink/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/pom.xml | 2 +- integration/hibernate-6.0/pom.xml | 2 +- integration/hibernate-base/pom.xml | 2 +- integration/jpa-base/pom.xml | 2 +- integration/openjpa/pom.xml | 2 +- integration/pom.xml | 2 +- integration/spring-data/pom.xml | 2 +- jpa-criteria/api/pom.xml | 2 +- jpa-criteria/impl/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 | 8 ++++---- 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 +- 62 files changed, 73 insertions(+), 77 deletions(-) diff --git a/archetype/core-sample/pom.xml b/archetype/core-sample/pom.xml index 353380d21e..246a56947c 100644 --- a/archetype/core-sample/pom.xml +++ b/archetype/core-sample/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-archetype - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/archetype/deltaspike-data-sample/pom.xml b/archetype/deltaspike-data-sample/pom.xml index 3c6cb3f40c..5e3cbef8a0 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/archetype/entity-view-sample/pom.xml b/archetype/entity-view-sample/pom.xml index cc4f5449fa..56427ec2ec 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/archetype/java-ee-sample/pom.xml b/archetype/java-ee-sample/pom.xml index bf33226119..1f5e899ef0 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/archetype/pom.xml b/archetype/pom.xml index 810bc768e7..69455bcf2c 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/archetype/spring-boot-sample/pom.xml b/archetype/spring-boot-sample/pom.xml index f96776bac1..b6dab0d566 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/archetype/spring-data-sample/pom.xml b/archetype/spring-data-sample/pom.xml index f718c809de..9c983a5389 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/checkstyle-rules/pom.xml b/checkstyle-rules/pom.xml index 78fe507bf9..dbc6811e57 100644 --- a/checkstyle-rules/pom.xml +++ b/checkstyle-rules/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/core/api/pom.xml b/core/api/pom.xml index aaf5f8dc35..67d3e42c70 100644 --- a/core/api/pom.xml +++ b/core/api/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/core/impl/pom.xml b/core/impl/pom.xml index 880ee51e7d..dd6e57a7e1 100644 --- a/core/impl/pom.xml +++ b/core/impl/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/core/parser/pom.xml b/core/parser/pom.xml index de4e4de682..2834b4d749 100644 --- a/core/parser/pom.xml +++ b/core/parser/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/core/pom.xml b/core/pom.xml index 62061a6606..f5fc925a22 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/core/testsuite/pom.xml b/core/testsuite/pom.xml index dd6d1d3050..af652d3645 100644 --- a/core/testsuite/pom.xml +++ b/core/testsuite/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-core - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/dist/bom/pom.xml b/dist/bom/pom.xml index e450ede9de..410fe930f6 100644 --- a/dist/bom/pom.xml +++ b/dist/bom/pom.xml @@ -25,7 +25,7 @@ blaze-persistence-bom - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 pom Blazebit Persistence Bill of Materials @@ -194,4 +194,8 @@ + + + 1.2.0-Alpha4 + diff --git a/dist/full/pom.xml b/dist/full/pom.xml index 30e99f7f10..317c5c820b 100644 --- a/dist/full/pom.xml +++ b/dist/full/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-distribution-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/dist/pom.xml b/dist/pom.xml index 093a6d0904..c571ceb3e9 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/documentation/pom.xml b/documentation/pom.xml index 867bda0e75..3730ec0ac9 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/entity-view/api/pom.xml b/entity-view/api/pom.xml index 7a5e0a4b14..9e3dd863df 100644 --- a/entity-view/api/pom.xml +++ b/entity-view/api/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/entity-view/impl/pom.xml b/entity-view/impl/pom.xml index aed81bbdbe..eb1163a713 100644 --- a/entity-view/impl/pom.xml +++ b/entity-view/impl/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/entity-view/pom.xml b/entity-view/pom.xml index 4249e60b4d..2641f80cb0 100644 --- a/entity-view/pom.xml +++ b/entity-view/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/entity-view/testsuite/pom.xml b/entity-view/testsuite/pom.xml index b53b79f453..1c37b9cc27 100644 --- a/entity-view/testsuite/pom.xml +++ b/entity-view/testsuite/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-entity-view - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/examples/basic-showcase/pom.xml b/examples/basic-showcase/pom.xml index 2099c4f245..7cd9f5f3ec 100644 --- a/examples/basic-showcase/pom.xml +++ b/examples/basic-showcase/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/examples/cdi-showcase/pom.xml b/examples/cdi-showcase/pom.xml index 2de0faac8c..d737ae5638 100644 --- a/examples/cdi-showcase/pom.xml +++ b/examples/cdi-showcase/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/examples/cte-showcase/pom.xml b/examples/cte-showcase/pom.xml index e10a59698f..6be92a9636 100644 --- a/examples/cte-showcase/pom.xml +++ b/examples/cte-showcase/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index 77ce85c8cd..7ebee34eaa 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml 4.0.0 diff --git a/examples/showcase-base/pom.xml b/examples/showcase-base/pom.xml index d301381d50..a048824869 100644 --- a/examples/showcase-base/pom.xml +++ b/examples/showcase-base/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/examples/showcase-spi/pom.xml b/examples/showcase-spi/pom.xml index 271e8275a1..f8f000c6b0 100644 --- a/examples/showcase-spi/pom.xml +++ b/examples/showcase-spi/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/examples/spring-data-showcase/pom.xml b/examples/spring-data-showcase/pom.xml index a95b0f717c..fe0dbf69c6 100644 --- a/examples/spring-data-showcase/pom.xml +++ b/examples/spring-data-showcase/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-examples com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/examples/spring-showcase/pom.xml b/examples/spring-showcase/pom.xml index 86ca987de7..34e7eec1d3 100644 --- a/examples/spring-showcase/pom.xml +++ b/examples/spring-showcase/pom.xml @@ -18,7 +18,7 @@ blaze-persistence-examples com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/integration/base-cdi/pom.xml b/integration/base-cdi/pom.xml index f8226f5ddb..e52bdec589 100644 --- a/integration/base-cdi/pom.xml +++ b/integration/base-cdi/pom.xml @@ -20,7 +20,7 @@ com.blazebit blaze-persistence-integration - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 blaze-persistence-integration-base-cdi jar diff --git a/integration/datanucleus/pom.xml b/integration/datanucleus/pom.xml index 0e75e01ef6..74a187c208 100644 --- a/integration/datanucleus/pom.xml +++ b/integration/datanucleus/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/deltaspike-data/api/pom.xml b/integration/deltaspike-data/api/pom.xml index 68400f6350..cfb4c383e1 100644 --- a/integration/deltaspike-data/api/pom.xml +++ b/integration/deltaspike-data/api/pom.xml @@ -1,11 +1,9 @@ - + blaze-persistence-integration-deltaspike-data com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/impl/pom.xml b/integration/deltaspike-data/impl/pom.xml index 057b42fe0d..a319e0b8f3 100644 --- a/integration/deltaspike-data/impl/pom.xml +++ b/integration/deltaspike-data/impl/pom.xml @@ -1,11 +1,9 @@ - + blaze-persistence-integration-deltaspike-data com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/pom.xml b/integration/deltaspike-data/pom.xml index 8e3d28e8c9..6a2b701503 100644 --- a/integration/deltaspike-data/pom.xml +++ b/integration/deltaspike-data/pom.xml @@ -1,11 +1,9 @@ - + blaze-persistence-integration com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/integration/deltaspike-data/testsuite/pom.xml b/integration/deltaspike-data/testsuite/pom.xml index 3029edf2da..eca1c1d9e6 100644 --- a/integration/deltaspike-data/testsuite/pom.xml +++ b/integration/deltaspike-data/testsuite/pom.xml @@ -1,11 +1,9 @@ - + blaze-persistence-integration-deltaspike-data com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml 4.0.0 diff --git a/integration/eclipselink/pom.xml b/integration/eclipselink/pom.xml index 3361ca6c4f..48d740e8a6 100644 --- a/integration/eclipselink/pom.xml +++ b/integration/eclipselink/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/entity-view-cdi/pom.xml b/integration/entity-view-cdi/pom.xml index c1d577a7d5..324196bebf 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.2.0-SNAPSHOT + 1.2.0-Alpha4 blaze-persistence-integration-entity-view-cdi jar diff --git a/integration/entity-view-spring/pom.xml b/integration/entity-view-spring/pom.xml index e1389f7aad..f90e4846e9 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.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/integration/hibernate-4.2/pom.xml b/integration/hibernate-4.2/pom.xml index 9f01814fc4..27c6a1cae4 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/hibernate-4.3/pom.xml b/integration/hibernate-4.3/pom.xml index 6b1d189c79..50046ea0d3 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/hibernate-5.2/pom.xml b/integration/hibernate-5.2/pom.xml index d89eaeb5ce..9f46d03cf7 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/hibernate-5/pom.xml b/integration/hibernate-5/pom.xml index 458566fe44..b3cc23a9eb 100644 --- a/integration/hibernate-5/pom.xml +++ b/integration/hibernate-5/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/hibernate-6.0/pom.xml b/integration/hibernate-6.0/pom.xml index 05867ba943..2a233cbb0c 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/hibernate-base/pom.xml b/integration/hibernate-base/pom.xml index e0bcfc4c9d..0e8e634ce7 100644 --- a/integration/hibernate-base/pom.xml +++ b/integration/hibernate-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/jpa-base/pom.xml b/integration/jpa-base/pom.xml index 68ea56f49e..440d32f047 100644 --- a/integration/jpa-base/pom.xml +++ b/integration/jpa-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/openjpa/pom.xml b/integration/openjpa/pom.xml index 03d5932516..23d6c1be7d 100644 --- a/integration/openjpa/pom.xml +++ b/integration/openjpa/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-integration - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/integration/pom.xml b/integration/pom.xml index 2fc6fb5734..9a3c848555 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/integration/spring-data/pom.xml b/integration/spring-data/pom.xml index 962a32bb5e..c40b003d99 100644 --- a/integration/spring-data/pom.xml +++ b/integration/spring-data/pom.xml @@ -3,7 +3,7 @@ blaze-persistence-integration com.blazebit - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 4.0.0 diff --git a/jpa-criteria/api/pom.xml b/jpa-criteria/api/pom.xml index 8d85108814..ad9b4fc64d 100644 --- a/jpa-criteria/api/pom.xml +++ b/jpa-criteria/api/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/jpa-criteria/impl/pom.xml b/jpa-criteria/impl/pom.xml index e38392b00b..106e162708 100644 --- a/jpa-criteria/impl/pom.xml +++ b/jpa-criteria/impl/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/jpa-criteria/jpa-2-compatibility/pom.xml b/jpa-criteria/jpa-2-compatibility/pom.xml index 6f4ddc6d5f..fad945660c 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.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/jpa-criteria/pom.xml b/jpa-criteria/pom.xml index 4bcd3b9b87..8eaaec7c3a 100644 --- a/jpa-criteria/pom.xml +++ b/jpa-criteria/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/jpa-criteria/testsuite/pom.xml b/jpa-criteria/testsuite/pom.xml index 2b0a8b4413..7644032e96 100644 --- a/jpa-criteria/testsuite/pom.xml +++ b/jpa-criteria/testsuite/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-jpa-criteria - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index dca95722da..55db0ce0c8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/pom.xml b/pom.xml index 702b2cb05e..9265340118 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ blaze-persistence - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 pom Blazebit Blaze-Persistence @@ -35,8 +35,8 @@ yyyy ${maven.build.timestamp} - - + + 2014 @@ -81,7 +81,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.2.0-Alpha4 diff --git a/testsuite-base/datanucleus/pom.xml b/testsuite-base/datanucleus/pom.xml index 02da201460..08bb2e70ca 100644 --- a/testsuite-base/datanucleus/pom.xml +++ b/testsuite-base/datanucleus/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/testsuite-base/eclipselink/pom.xml b/testsuite-base/eclipselink/pom.xml index acb55ae038..e93bc72bb6 100644 --- a/testsuite-base/eclipselink/pom.xml +++ b/testsuite-base/eclipselink/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/testsuite-base/hibernate/pom.xml b/testsuite-base/hibernate/pom.xml index c32d8c079e..249a632cfa 100644 --- a/testsuite-base/hibernate/pom.xml +++ b/testsuite-base/hibernate/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/testsuite-base/jpa/pom.xml b/testsuite-base/jpa/pom.xml index 5d6a531a96..8789489010 100644 --- a/testsuite-base/jpa/pom.xml +++ b/testsuite-base/jpa/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/testsuite-base/openjpa/pom.xml b/testsuite-base/openjpa/pom.xml index 4cd8a8eb83..0033461c54 100644 --- a/testsuite-base/openjpa/pom.xml +++ b/testsuite-base/openjpa/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-testsuite-base - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../pom.xml diff --git a/testsuite-base/pom.xml b/testsuite-base/pom.xml index 3ec6dedd8d..f2487a12ca 100644 --- a/testsuite-base/pom.xml +++ b/testsuite-base/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml diff --git a/website/pom.xml b/website/pom.xml index 4f883ff5f5..5ca10763f7 100644 --- a/website/pom.xml +++ b/website/pom.xml @@ -21,7 +21,7 @@ com.blazebit blaze-persistence-parent - 1.2.0-SNAPSHOT + 1.2.0-Alpha4 ../parent/pom.xml