This is an automated email from the ASF dual-hosted git repository. struberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/deltaspike.git
commit c54a374c196c1732685485e999f6e9fa79e3d2f6 Author: Mark Struberg <[email protected]> AuthorDate: Fri Apr 8 18:01:42 2022 +0200 [maven-release-plugin] prepare for next development iteration --- deltaspike/cdictrl/api/pom.xml | 2 +- deltaspike/cdictrl/impl-openejb/pom.xml | 2 +- deltaspike/cdictrl/impl-owb/pom.xml | 2 +- deltaspike/cdictrl/impl-weld/pom.xml | 2 +- deltaspike/cdictrl/pom.xml | 2 +- deltaspike/cdictrl/servlet/pom.xml | 2 +- deltaspike/cdictrl/tck/pom.xml | 2 +- deltaspike/checkstyle-rules/pom.xml | 2 +- deltaspike/core/api/pom.xml | 2 +- deltaspike/core/impl/pom.xml | 2 +- deltaspike/core/pom.xml | 2 +- deltaspike/dist/bom/pom.xml | 4 ++-- deltaspike/dist/full/pom.xml | 2 +- deltaspike/dist/pom.xml | 4 ++-- deltaspike/examples/data-examples/pom.xml | 2 +- deltaspike/examples/jpa-examples/pom.xml | 2 +- deltaspike/examples/jse-examples/pom.xml | 2 +- deltaspike/examples/jsf-examples/pom.xml | 2 +- deltaspike/examples/jsf-playground/pom.xml | 2 +- deltaspike/examples/pom.xml | 2 +- deltaspike/examples/scheduler-playground/pom.xml | 2 +- deltaspike/examples/security-requested-page-after-login-cdi/pom.xml | 2 +- .../examples/security-requested-page-after-login-picketlink/pom.xml | 2 +- deltaspike/modules/bean-validation/api/pom.xml | 2 +- deltaspike/modules/bean-validation/impl/pom.xml | 2 +- deltaspike/modules/bean-validation/pom.xml | 4 ++-- deltaspike/modules/data/api/pom.xml | 2 +- deltaspike/modules/data/impl/pom.xml | 2 +- deltaspike/modules/data/pom.xml | 2 +- deltaspike/modules/data/test-ee7/pom.xml | 2 +- deltaspike/modules/jpa/api/pom.xml | 2 +- deltaspike/modules/jpa/impl/pom.xml | 2 +- deltaspike/modules/jpa/pom.xml | 4 ++-- deltaspike/modules/jsf/api/pom.xml | 2 +- deltaspike/modules/jsf/impl-ee6/pom.xml | 2 +- deltaspike/modules/jsf/impl/pom.xml | 2 +- deltaspike/modules/jsf/pom.xml | 4 ++-- deltaspike/modules/partial-bean/api/pom.xml | 2 +- deltaspike/modules/partial-bean/impl/pom.xml | 2 +- deltaspike/modules/partial-bean/pom.xml | 4 ++-- deltaspike/modules/pom.xml | 4 ++-- deltaspike/modules/proxy/api/pom.xml | 2 +- deltaspike/modules/proxy/impl-asm/pom.xml | 2 +- deltaspike/modules/proxy/pom.xml | 4 ++-- deltaspike/modules/scheduler/api/pom.xml | 2 +- deltaspike/modules/scheduler/impl/pom.xml | 2 +- deltaspike/modules/scheduler/pom.xml | 4 ++-- deltaspike/modules/security/api/pom.xml | 2 +- deltaspike/modules/security/impl/pom.xml | 2 +- deltaspike/modules/security/pom.xml | 4 ++-- deltaspike/modules/servlet/api/pom.xml | 2 +- deltaspike/modules/servlet/impl/pom.xml | 2 +- deltaspike/modules/servlet/pom.xml | 4 ++-- deltaspike/modules/test-control/api/pom.xml | 2 +- deltaspike/modules/test-control/impl/pom.xml | 2 +- deltaspike/modules/test-control/pom.xml | 4 ++-- deltaspike/parent/code/pom.xml | 2 +- deltaspike/parent/pom.xml | 2 +- deltaspike/pom.xml | 4 ++-- deltaspike/test-utils/pom.xml | 2 +- documentation/pom.xml | 4 ++-- pom.xml | 4 ++-- site/pom.xml | 4 ++-- 63 files changed, 79 insertions(+), 79 deletions(-) diff --git a/deltaspike/cdictrl/api/pom.xml b/deltaspike/cdictrl/api/pom.xml index b8ba43ea..ba780d2f 100644 --- a/deltaspike/cdictrl/api/pom.xml +++ b/deltaspike/cdictrl/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.cdictrl</groupId> <artifactId>cdictrl-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml b/deltaspike/cdictrl/impl-openejb/pom.xml index bd802c41..bf49659d 100644 --- a/deltaspike/cdictrl/impl-openejb/pom.xml +++ b/deltaspike/cdictrl/impl-openejb/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.cdictrl</groupId> <artifactId>cdictrl-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml index 35d5011a..8b7d0623 100644 --- a/deltaspike/cdictrl/impl-owb/pom.xml +++ b/deltaspike/cdictrl/impl-owb/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.cdictrl</groupId> <artifactId>cdictrl-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/impl-weld/pom.xml b/deltaspike/cdictrl/impl-weld/pom.xml index 44a1a374..4d9a5aa4 100644 --- a/deltaspike/cdictrl/impl-weld/pom.xml +++ b/deltaspike/cdictrl/impl-weld/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.cdictrl</groupId> <artifactId>cdictrl-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml index e91d1006..ea891cba 100644 --- a/deltaspike/cdictrl/pom.xml +++ b/deltaspike/cdictrl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent-code</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/servlet/pom.xml b/deltaspike/cdictrl/servlet/pom.xml index 57b91c5b..e25bf48e 100644 --- a/deltaspike/cdictrl/servlet/pom.xml +++ b/deltaspike/cdictrl/servlet/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.deltaspike.cdictrl</groupId> <artifactId>cdictrl-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml index bc41f250..52906a06 100644 --- a/deltaspike/cdictrl/tck/pom.xml +++ b/deltaspike/cdictrl/tck/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.deltaspike.cdictrl</groupId> <artifactId>cdictrl-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/checkstyle-rules/pom.xml b/deltaspike/checkstyle-rules/pom.xml index 289cdfc6..75ccd706 100644 --- a/deltaspike/checkstyle-rules/pom.xml +++ b/deltaspike/checkstyle-rules/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml index b77e7797..f71ef583 100644 --- a/deltaspike/core/api/pom.xml +++ b/deltaspike/core/api/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike.core</groupId> <artifactId>core-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml index 22b62d0e..554705c7 100644 --- a/deltaspike/core/impl/pom.xml +++ b/deltaspike/core/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.core</groupId> <artifactId>core-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/core/pom.xml b/deltaspike/core/pom.xml index 442aa93c..c05217e1 100644 --- a/deltaspike/core/pom.xml +++ b/deltaspike/core/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent-code</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml index b73f589e..32abb280 100644 --- a/deltaspike/dist/bom/pom.xml +++ b/deltaspike/dist/bom/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-bom</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution Bill of Materials</name> diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml index 43d427f2..105955c8 100644 --- a/deltaspike/dist/full/pom.xml +++ b/deltaspike/dist/full/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>distribution-full</artifactId> diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml index ec1aac0b..cc0ff7d2 100644 --- a/deltaspike/dist/pom.xml +++ b/deltaspike/dist/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution</name> diff --git a/deltaspike/examples/data-examples/pom.xml b/deltaspike/examples/data-examples/pom.xml index 7962e89e..f6e1cf03 100644 --- a/deltaspike/examples/data-examples/pom.xml +++ b/deltaspike/examples/data-examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-data-examples</artifactId> diff --git a/deltaspike/examples/jpa-examples/pom.xml b/deltaspike/examples/jpa-examples/pom.xml index 26865d24..659c4880 100644 --- a/deltaspike/examples/jpa-examples/pom.xml +++ b/deltaspike/examples/jpa-examples/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-jpa-examples</artifactId> diff --git a/deltaspike/examples/jse-examples/pom.xml b/deltaspike/examples/jse-examples/pom.xml index eef73054..f58f6d43 100644 --- a/deltaspike/examples/jse-examples/pom.xml +++ b/deltaspike/examples/jse-examples/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.examples</groupId> diff --git a/deltaspike/examples/jsf-examples/pom.xml b/deltaspike/examples/jsf-examples/pom.xml index 3a522edd..2bddcbbd 100644 --- a/deltaspike/examples/jsf-examples/pom.xml +++ b/deltaspike/examples/jsf-examples/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-jsf-example</artifactId> diff --git a/deltaspike/examples/jsf-playground/pom.xml b/deltaspike/examples/jsf-playground/pom.xml index 022db6c0..cf75ae1e 100644 --- a/deltaspike/examples/jsf-playground/pom.xml +++ b/deltaspike/examples/jsf-playground/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-jsf-playground</artifactId> diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml index f5e1be69..f4e2452f 100644 --- a/deltaspike/examples/pom.xml +++ b/deltaspike/examples/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> diff --git a/deltaspike/examples/scheduler-playground/pom.xml b/deltaspike/examples/scheduler-playground/pom.xml index 993de0d4..994778cd 100644 --- a/deltaspike/examples/scheduler-playground/pom.xml +++ b/deltaspike/examples/scheduler-playground/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.examples</groupId> diff --git a/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml b/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml index e4347744..ab3a8925 100644 --- a/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml +++ b/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml @@ -41,7 +41,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-security-requested-page-after-login-cdi</artifactId> diff --git a/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml b/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml index 834aceb2..9b9ae33f 100644 --- a/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml +++ b/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml @@ -41,7 +41,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-security-requested-page-after-login-picketlink</artifactId> diff --git a/deltaspike/modules/bean-validation/api/pom.xml b/deltaspike/modules/bean-validation/api/pom.xml index 1e2504dc..7acc552a 100644 --- a/deltaspike/modules/bean-validation/api/pom.xml +++ b/deltaspike/modules/bean-validation/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-bean-validation-module-api</artifactId> diff --git a/deltaspike/modules/bean-validation/impl/pom.xml b/deltaspike/modules/bean-validation/impl/pom.xml index 697127ee..1950ee8e 100644 --- a/deltaspike/modules/bean-validation/impl/pom.xml +++ b/deltaspike/modules/bean-validation/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-bean-validation-module-impl</artifactId> diff --git a/deltaspike/modules/bean-validation/pom.xml b/deltaspike/modules/bean-validation/pom.xml index 42a84bd9..47eb8cd6 100644 --- a/deltaspike/modules/bean-validation/pom.xml +++ b/deltaspike/modules/bean-validation/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike BeanValidation-Module</name> diff --git a/deltaspike/modules/data/api/pom.xml b/deltaspike/modules/data/api/pom.xml index 95e3a7f0..bc8838d0 100755 --- a/deltaspike/modules/data/api/pom.xml +++ b/deltaspike/modules/data/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>data-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-data-module-api</artifactId> diff --git a/deltaspike/modules/data/impl/pom.xml b/deltaspike/modules/data/impl/pom.xml index e0cbf029..642262cb 100755 --- a/deltaspike/modules/data/impl/pom.xml +++ b/deltaspike/modules/data/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>data-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-data-module-impl</artifactId> diff --git a/deltaspike/modules/data/pom.xml b/deltaspike/modules/data/pom.xml index 078fd8e2..63de196e 100755 --- a/deltaspike/modules/data/pom.xml +++ b/deltaspike/modules/data/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>data-module-project</artifactId> diff --git a/deltaspike/modules/data/test-ee7/pom.xml b/deltaspike/modules/data/test-ee7/pom.xml index 3244c5f3..2e825f1b 100644 --- a/deltaspike/modules/data/test-ee7/pom.xml +++ b/deltaspike/modules/data/test-ee7/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>data-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-data-module-test-ee7</artifactId> diff --git a/deltaspike/modules/jpa/api/pom.xml b/deltaspike/modules/jpa/api/pom.xml index 9012c2c3..30c6ff5f 100644 --- a/deltaspike/modules/jpa/api/pom.xml +++ b/deltaspike/modules/jpa/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jpa-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/jpa/impl/pom.xml b/deltaspike/modules/jpa/impl/pom.xml index 69ca1391..951abd67 100644 --- a/deltaspike/modules/jpa/impl/pom.xml +++ b/deltaspike/modules/jpa/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jpa-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/jpa/pom.xml b/deltaspike/modules/jpa/pom.xml index 06a23832..13d8ddc1 100644 --- a/deltaspike/modules/jpa/pom.xml +++ b/deltaspike/modules/jpa/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jpa-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike JPA-Module</name> diff --git a/deltaspike/modules/jsf/api/pom.xml b/deltaspike/modules/jsf/api/pom.xml index f8a4f36b..d24a0e21 100644 --- a/deltaspike/modules/jsf/api/pom.xml +++ b/deltaspike/modules/jsf/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/jsf/impl-ee6/pom.xml b/deltaspike/modules/jsf/impl-ee6/pom.xml index 40ffa409..5b3ab7ab 100644 --- a/deltaspike/modules/jsf/impl-ee6/pom.xml +++ b/deltaspike/modules/jsf/impl-ee6/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-jsf-module-impl-ee6</artifactId> diff --git a/deltaspike/modules/jsf/impl/pom.xml b/deltaspike/modules/jsf/impl/pom.xml index ad0fee18..7a729457 100644 --- a/deltaspike/modules/jsf/impl/pom.xml +++ b/deltaspike/modules/jsf/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/jsf/pom.xml b/deltaspike/modules/jsf/pom.xml index 345b3372..1a5dc584 100644 --- a/deltaspike/modules/jsf/pom.xml +++ b/deltaspike/modules/jsf/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike JSF-Module</name> diff --git a/deltaspike/modules/partial-bean/api/pom.xml b/deltaspike/modules/partial-bean/api/pom.xml index f8c8f644..9ca4bf1b 100644 --- a/deltaspike/modules/partial-bean/api/pom.xml +++ b/deltaspike/modules/partial-bean/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>partial-bean-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/partial-bean/impl/pom.xml b/deltaspike/modules/partial-bean/impl/pom.xml index 46709027..300cccc5 100644 --- a/deltaspike/modules/partial-bean/impl/pom.xml +++ b/deltaspike/modules/partial-bean/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>partial-bean-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/partial-bean/pom.xml b/deltaspike/modules/partial-bean/pom.xml index 3f7f9c54..16a21096 100644 --- a/deltaspike/modules/partial-bean/pom.xml +++ b/deltaspike/modules/partial-bean/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>partial-bean-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Partial-Bean-Module</name> diff --git a/deltaspike/modules/pom.xml b/deltaspike/modules/pom.xml index 7f58bff0..b743227a 100644 --- a/deltaspike/modules/pom.xml +++ b/deltaspike/modules/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent-code</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Modules</name> diff --git a/deltaspike/modules/proxy/api/pom.xml b/deltaspike/modules/proxy/api/pom.xml index 0494e4d3..2ac1c653 100644 --- a/deltaspike/modules/proxy/api/pom.xml +++ b/deltaspike/modules/proxy/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>proxy-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-proxy-module-api</artifactId> diff --git a/deltaspike/modules/proxy/impl-asm/pom.xml b/deltaspike/modules/proxy/impl-asm/pom.xml index 69e348c5..c1653e4a 100644 --- a/deltaspike/modules/proxy/impl-asm/pom.xml +++ b/deltaspike/modules/proxy/impl-asm/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>proxy-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/modules/proxy/pom.xml b/deltaspike/modules/proxy/pom.xml index d834778c..7ef90144 100644 --- a/deltaspike/modules/proxy/pom.xml +++ b/deltaspike/modules/proxy/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>proxy-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Proxy-Module</name> diff --git a/deltaspike/modules/scheduler/api/pom.xml b/deltaspike/modules/scheduler/api/pom.xml index c9c2b7c8..e165cd30 100644 --- a/deltaspike/modules/scheduler/api/pom.xml +++ b/deltaspike/modules/scheduler/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>scheduler-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/scheduler/impl/pom.xml b/deltaspike/modules/scheduler/impl/pom.xml index 8c0eb125..c2829941 100644 --- a/deltaspike/modules/scheduler/impl/pom.xml +++ b/deltaspike/modules/scheduler/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>scheduler-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/scheduler/pom.xml b/deltaspike/modules/scheduler/pom.xml index 1702b31f..a153d089 100644 --- a/deltaspike/modules/scheduler/pom.xml +++ b/deltaspike/modules/scheduler/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>scheduler-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Scheduler-Module</name> diff --git a/deltaspike/modules/security/api/pom.xml b/deltaspike/modules/security/api/pom.xml index 613ae018..842549db 100644 --- a/deltaspike/modules/security/api/pom.xml +++ b/deltaspike/modules/security/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>security-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/security/impl/pom.xml b/deltaspike/modules/security/impl/pom.xml index 9f995731..2ea31794 100644 --- a/deltaspike/modules/security/impl/pom.xml +++ b/deltaspike/modules/security/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>security-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/security/pom.xml b/deltaspike/modules/security/pom.xml index 531d4add..c734842d 100644 --- a/deltaspike/modules/security/pom.xml +++ b/deltaspike/modules/security/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>security-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Security-Module</name> diff --git a/deltaspike/modules/servlet/api/pom.xml b/deltaspike/modules/servlet/api/pom.xml index 3ed97aae..3e68430c 100644 --- a/deltaspike/modules/servlet/api/pom.xml +++ b/deltaspike/modules/servlet/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>servlet-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-servlet-module-api</artifactId> diff --git a/deltaspike/modules/servlet/impl/pom.xml b/deltaspike/modules/servlet/impl/pom.xml index 918f6869..b3be8703 100644 --- a/deltaspike/modules/servlet/impl/pom.xml +++ b/deltaspike/modules/servlet/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>servlet-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <artifactId>deltaspike-servlet-module-impl</artifactId> diff --git a/deltaspike/modules/servlet/pom.xml b/deltaspike/modules/servlet/pom.xml index 52ac3f68..49789f81 100644 --- a/deltaspike/modules/servlet/pom.xml +++ b/deltaspike/modules/servlet/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>servlet-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Servlet-Module</name> diff --git a/deltaspike/modules/test-control/api/pom.xml b/deltaspike/modules/test-control/api/pom.xml index ab72160d..af306bf3 100644 --- a/deltaspike/modules/test-control/api/pom.xml +++ b/deltaspike/modules/test-control/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/test-control/impl/pom.xml b/deltaspike/modules/test-control/impl/pom.xml index c675bc3f..af218869 100644 --- a/deltaspike/modules/test-control/impl/pom.xml +++ b/deltaspike/modules/test-control/impl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/test-control/pom.xml b/deltaspike/modules/test-control/pom.xml index 71261a9c..d3a2c9b9 100644 --- a/deltaspike/modules/test-control/pom.xml +++ b/deltaspike/modules/test-control/pom.xml @@ -23,12 +23,12 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Test-Control-Module</name> diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index c5786879..198ffb84 100644 --- a/deltaspike/parent/code/pom.xml +++ b/deltaspike/parent/code/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index 7881b5fb..53d9a2e8 100644 --- a/deltaspike/parent/pom.xml +++ b/deltaspike/parent/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index 55b7c764..bf8b8e98 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -56,7 +56,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Sources</name> diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml index 0ef8d77b..dea68182 100644 --- a/deltaspike/test-utils/pom.xml +++ b/deltaspike/test-utils/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> diff --git a/documentation/pom.xml b/documentation/pom.xml index 83291cbe..e9636acd 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-documentation</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Documentation</name> diff --git a/pom.xml b/pom.xml index 16091b3a..3f10aa27 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike</name> @@ -57,7 +57,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/deltaspike.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/deltaspike.git</developerConnection> <url>https://git-wip-us.apache.org/repos/asf/deltaspike.git</url> - <tag>deltaspike-1.9.6</tag> + <tag>HEAD</tag> </scm> <modules> diff --git a/site/pom.xml b/site/pom.xml index b5b0e263..501ae1a4 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-site</artifactId> - <version>1.9.6</version> + <version>1.9.7-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Site</name>
