From 19fcf791c25a4501ac65717c1df9b59cc9f3ea90 Mon Sep 17 00:00:00 2001 From: Matej Novotny Date: Mon, 27 Apr 2020 11:44:16 +0200 Subject: [PATCH] [maven-release-plugin] prepare release 4.0.0.Alpha1 --- bom/pom.xml | 4 ++-- bundles/osgi/pom.xml | 4 ++-- docs/reference/pom.xml | 4 ++-- environments/common/pom.xml | 2 +- environments/se/build/pom.xml | 2 +- environments/se/core/pom.xml | 2 +- environments/se/pom.xml | 2 +- environments/se/tests/pom.xml | 2 +- examples/jsf/login/pom.xml | 2 +- examples/jsf/numberguess/pom.xml | 2 +- examples/jsf/translator/ear/pom.xml | 2 +- examples/jsf/translator/ejb/pom.xml | 2 +- examples/jsf/translator/ftest/pom.xml | 2 +- examples/jsf/translator/pom.xml | 2 +- examples/jsf/translator/war/pom.xml | 2 +- examples/pom.xml | 4 ++-- examples/se/groovy-numberguess/pom.xml | 2 +- examples/se/numberguess/pom.xml | 2 +- impl/pom.xml | 2 +- jboss-as/pom.xml | 4 ++-- modules/ejb/pom.xml | 2 +- modules/jsf/pom.xml | 2 +- modules/jta/pom.xml | 2 +- modules/web/pom.xml | 2 +- pom.xml | 4 ++-- porting-package/pom.xml | 2 +- probe/core/pom.xml | 2 +- probe/pom.xml | 2 +- probe/tests/pom.xml | 4 ++-- tests-common/pom.xml | 2 +- 30 files changed, 37 insertions(+), 37 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index d4ffbc35a91..3ee17911144 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -4,7 +4,7 @@ org.jboss.weld weld-core-bom pom - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 Weld Core BOM @@ -126,7 +126,7 @@ scm:git:git@github.com:weld/core.git scm:git:git@github.com:weld/core.git scm:git:git@github.com:weld/core.git - HEAD + 4.0.0.Alpha1 diff --git a/bundles/osgi/pom.xml b/bundles/osgi/pom.xml index fab95c3554f..1e250554b16 100644 --- a/bundles/osgi/pom.xml +++ b/bundles/osgi/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 @@ -291,7 +291,7 @@ scm:git:git@github.com:weld/core.git scm:git:git@github.com:weld/core.git scm:git:git@github.com:weld/core.git - 3.0.0-SNAPSHOT + 4.0.0.Alpha1 diff --git a/docs/reference/pom.xml b/docs/reference/pom.xml index cd6797a7920..87f130e91ec 100644 --- a/docs/reference/pom.xml +++ b/docs/reference/pom.xml @@ -4,7 +4,7 @@ org.jboss.weld.reference-guide weld-reference-guide - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 jdocbook Weld Reference Guide http://weld.cdi-spec.org @@ -20,7 +20,7 @@ org.jboss.weld weld-core-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml diff --git a/environments/common/pom.xml b/environments/common/pom.xml index 27f6b473733..bd0e6e9edee 100644 --- a/environments/common/pom.xml +++ b/environments/common/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 diff --git a/environments/se/build/pom.xml b/environments/se/build/pom.xml index 22a0dcbb319..383f3c8ac5a 100644 --- a/environments/se/build/pom.xml +++ b/environments/se/build/pom.xml @@ -3,7 +3,7 @@ weld-se-parent org.jboss.weld.se - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml 4.0.0 diff --git a/environments/se/core/pom.xml b/environments/se/core/pom.xml index a97b2340b55..74d23f97fdc 100644 --- a/environments/se/core/pom.xml +++ b/environments/se/core/pom.xml @@ -3,7 +3,7 @@ weld-se-parent org.jboss.weld.se - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml 4.0.0 diff --git a/environments/se/pom.xml b/environments/se/pom.xml index 9bffddeb9d2..65983f83509 100644 --- a/environments/se/pom.xml +++ b/environments/se/pom.xml @@ -10,7 +10,7 @@ org.jboss.weld weld-core-parent ../../pom.xml - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 diff --git a/environments/se/tests/pom.xml b/environments/se/tests/pom.xml index 2dbe45993c6..0fdc3c797d8 100644 --- a/environments/se/tests/pom.xml +++ b/environments/se/tests/pom.xml @@ -3,7 +3,7 @@ weld-se-parent org.jboss.weld.se - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml 4.0.0 diff --git a/examples/jsf/login/pom.xml b/examples/jsf/login/pom.xml index d805503a95b..3819ff899a8 100644 --- a/examples/jsf/login/pom.xml +++ b/examples/jsf/login/pom.xml @@ -5,7 +5,7 @@ org.jboss.weld.examples weld-examples-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml diff --git a/examples/jsf/numberguess/pom.xml b/examples/jsf/numberguess/pom.xml index 804e6aa9047..953d38b0404 100644 --- a/examples/jsf/numberguess/pom.xml +++ b/examples/jsf/numberguess/pom.xml @@ -5,7 +5,7 @@ org.jboss.weld.examples weld-examples-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml diff --git a/examples/jsf/translator/ear/pom.xml b/examples/jsf/translator/ear/pom.xml index 7d7c7f7e159..a8294ae3d0b 100644 --- a/examples/jsf/translator/ear/pom.xml +++ b/examples/jsf/translator/ear/pom.xml @@ -5,7 +5,7 @@ org.jboss.weld.examples.jsf.translator weld-jsf-translator-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 org.jboss.weld.examples.jsf.translator diff --git a/examples/jsf/translator/ejb/pom.xml b/examples/jsf/translator/ejb/pom.xml index 826a8e9a241..3051954b9cd 100644 --- a/examples/jsf/translator/ejb/pom.xml +++ b/examples/jsf/translator/ejb/pom.xml @@ -5,7 +5,7 @@ org.jboss.weld.examples.jsf.translator weld-jsf-translator-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 org.jboss.weld.examples.jsf.translator diff --git a/examples/jsf/translator/ftest/pom.xml b/examples/jsf/translator/ftest/pom.xml index 7bcd9a01b70..10445cabd4d 100644 --- a/examples/jsf/translator/ftest/pom.xml +++ b/examples/jsf/translator/ftest/pom.xml @@ -5,7 +5,7 @@ org.jboss.weld.examples.jsf.translator weld-jsf-translator-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 org.jboss.weld.examples.jsf.translator diff --git a/examples/jsf/translator/pom.xml b/examples/jsf/translator/pom.xml index 84f41414585..63587c18384 100644 --- a/examples/jsf/translator/pom.xml +++ b/examples/jsf/translator/pom.xml @@ -4,7 +4,7 @@ org.jboss.weld.examples weld-examples-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml org.jboss.weld.examples.jsf.translator diff --git a/examples/jsf/translator/war/pom.xml b/examples/jsf/translator/war/pom.xml index 5ead586e950..c8798e2726a 100644 --- a/examples/jsf/translator/war/pom.xml +++ b/examples/jsf/translator/war/pom.xml @@ -5,7 +5,7 @@ org.jboss.weld.examples.jsf.translator weld-jsf-translator-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 org.jboss.weld.examples.jsf.translator diff --git a/examples/pom.xml b/examples/pom.xml index cef0266670e..8364605790a 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,12 +4,12 @@ org.jboss.weld weld-core-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml org.jboss.weld.examples weld-examples-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 pom Weld Examples diff --git a/examples/se/groovy-numberguess/pom.xml b/examples/se/groovy-numberguess/pom.xml index 696d627d99f..0f180889ccf 100644 --- a/examples/se/groovy-numberguess/pom.xml +++ b/examples/se/groovy-numberguess/pom.xml @@ -3,7 +3,7 @@ weld-examples-parent org.jboss.weld.examples - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 diff --git a/examples/se/numberguess/pom.xml b/examples/se/numberguess/pom.xml index 2e773c4ffe5..dfea7324470 100644 --- a/examples/se/numberguess/pom.xml +++ b/examples/se/numberguess/pom.xml @@ -3,7 +3,7 @@ weld-examples-parent org.jboss.weld.examples - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 diff --git a/impl/pom.xml b/impl/pom.xml index 609be8deaac..29d4284d74c 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml 4.0.0 diff --git a/jboss-as/pom.xml b/jboss-as/pom.xml index 86c7eda0505..33f5a0ba2a5 100644 --- a/jboss-as/pom.xml +++ b/jboss-as/pom.xml @@ -8,7 +8,7 @@ org.jboss.weld weld-core-parent - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml @@ -30,7 +30,7 @@ - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 diff --git a/modules/ejb/pom.xml b/modules/ejb/pom.xml index 93ae3e946bb..633d0476308 100644 --- a/modules/ejb/pom.xml +++ b/modules/ejb/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 diff --git a/modules/jsf/pom.xml b/modules/jsf/pom.xml index dfff229d028..c651815c88a 100644 --- a/modules/jsf/pom.xml +++ b/modules/jsf/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 diff --git a/modules/jta/pom.xml b/modules/jta/pom.xml index cff0e32b887..16ea7465e69 100644 --- a/modules/jta/pom.xml +++ b/modules/jta/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 diff --git a/modules/web/pom.xml b/modules/web/pom.xml index 33eeae14640..1725d811684 100644 --- a/modules/web/pom.xml +++ b/modules/web/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 67deb923ee3..5bb5606e837 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 weld-core-parent pom - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 Weld Parent @@ -602,7 +602,7 @@ scm:git:git@github.com:weld/core.git scm:git:git@github.com:weld/core.git scm:git:git@github.com:weld/core.git - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 diff --git a/porting-package/pom.xml b/porting-package/pom.xml index ae7990f301b..9e257525459 100644 --- a/porting-package/pom.xml +++ b/porting-package/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml 4.0.0 diff --git a/probe/core/pom.xml b/probe/core/pom.xml index f03d936b792..4ef6bc1ca82 100644 --- a/probe/core/pom.xml +++ b/probe/core/pom.xml @@ -3,7 +3,7 @@ weld-probe-parent org.jboss.weld.probe - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml diff --git a/probe/pom.xml b/probe/pom.xml index 0611c1f8b17..a7921380a37 100644 --- a/probe/pom.xml +++ b/probe/pom.xml @@ -10,7 +10,7 @@ org.jboss.weld weld-core-parent ../pom.xml - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 Weld's inspection and debugging support diff --git a/probe/tests/pom.xml b/probe/tests/pom.xml index 34ae27d0f02..50b7cc57cd8 100644 --- a/probe/tests/pom.xml +++ b/probe/tests/pom.xml @@ -3,14 +3,14 @@ weld-probe-parent org.jboss.weld.probe - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml 4.0.0 org.jboss.weld.probe weld-probe-tests - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 1.1.2 diff --git a/tests-common/pom.xml b/tests-common/pom.xml index 855800e3254..c6a661b3aff 100644 --- a/tests-common/pom.xml +++ b/tests-common/pom.xml @@ -3,7 +3,7 @@ weld-core-parent org.jboss.weld - 4.0.0-SNAPSHOT + 4.0.0.Alpha1 ../pom.xml 4.0.0