This is an automated email from the ASF dual-hosted git repository. tandraschko pushed a commit to branch ds-1.9.2 in repository https://gitbox.apache.org/repos/asf/deltaspike.git
commit 263fb91fec8e4e7cb90c0ab0e4ccbfe2c465d366 Author: Thomas Andraschko <[email protected]> AuthorDate: Fri Dec 13 13:11:06 2019 +0100 [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 dce7875..f0c1e8b 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml b/deltaspike/cdictrl/impl-openejb/pom.xml index 87b97df..70ad4c3 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml index de065cd..7fef69a 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/impl-weld/pom.xml b/deltaspike/cdictrl/impl-weld/pom.xml index 1d976fb..9d8285d 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml index 0048c2b..a33bbf2 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/servlet/pom.xml b/deltaspike/cdictrl/servlet/pom.xml index 5312974..b2226ba 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml index f138a47..b065925 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/checkstyle-rules/pom.xml b/deltaspike/checkstyle-rules/pom.xml index 82b63f7..d432278 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml index 4166af2..1d66fe2 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml index 28cc64f..a7ad8b7 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/core/pom.xml b/deltaspike/core/pom.xml index f567a86..56d0c92 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml index e4d989d..ca19f00 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-bom</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 dcd7598..01e89dd 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <artifactId>distribution-full</artifactId> diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml index 9399db0..78e73f8 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 0583a83..ffbc0e0 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.2</version> + <version>1.9.3-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 ae9922b..f93411f 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.2</version> + <version>1.9.3-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 2374056..057da29 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.2</version> + <version>1.9.3-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 9a1de73..8a73269 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.2</version> + <version>1.9.3-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 727a698..f22774b 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-jsf-playground</artifactId> diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml index b2093a6..5a9cf9b 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.2</version> + <version>1.9.3-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 8c84737..f2bdf81 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.2</version> + <version>1.9.3-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 01ee846..7d59969 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.2</version> + <version>1.9.3-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 3a96dc3..98494d8 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.2</version> + <version>1.9.3-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 cd5c397..cc2dce8 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.2</version> + <version>1.9.3-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 d2674a8..fde056d 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.2</version> + <version>1.9.3-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 b4fba34..7e2fce3 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 2489e10..4306f7e 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.2</version> + <version>1.9.3-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 34aac94..74d6b8e 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-data-module-impl</artifactId> diff --git a/deltaspike/modules/data/pom.xml b/deltaspike/modules/data/pom.xml index 81b2cfb..0e8aa94 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.2</version> + <version>1.9.3-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 db861a9..5d06598 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.2</version> + <version>1.9.3-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 9cab3c4..659624c 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.2</version> + <version>1.9.3-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 2160d50..6ad9e0d 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/jpa/pom.xml b/deltaspike/modules/jpa/pom.xml index 3e7b6c3..e244e20 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jpa-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 ee15747..ddafa1e 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.2</version> + <version>1.9.3-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 1d5dac8..0bb3056 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.2</version> + <version>1.9.3-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 8c21cb2..d3ae797 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/jsf/pom.xml b/deltaspike/modules/jsf/pom.xml index 482f9b3..6fb1ddc 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 b4a778a..899ac44 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.2</version> + <version>1.9.3-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 49d10fd..3df9b1f 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.2</version> + <version>1.9.3-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 23055ac..474e62d 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>partial-bean-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 e85832e..965e73c 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 09319fd..98f538b 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.2</version> + <version>1.9.3-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 f1d2b57..d3545b6 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/modules/proxy/pom.xml b/deltaspike/modules/proxy/pom.xml index 95699ca..b33ef75 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>proxy-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 f6b41e2..329b95d 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.2</version> + <version>1.9.3-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 bacabe3..17ab021 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/scheduler/pom.xml b/deltaspike/modules/scheduler/pom.xml index be6912f..29b7227 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>scheduler-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 7e39e3b..a855995 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.2</version> + <version>1.9.3-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 99a1769..5367ced 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> diff --git a/deltaspike/modules/security/pom.xml b/deltaspike/modules/security/pom.xml index e2a7bf2..d06e9c3 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>security-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 2063aad..597c456 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.2</version> + <version>1.9.3-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 8c36caf..a7acf42 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-servlet-module-impl</artifactId> diff --git a/deltaspike/modules/servlet/pom.xml b/deltaspike/modules/servlet/pom.xml index d3ed09e..71ce49f 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>servlet-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 cbd4811..7112f14 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.2</version> + <version>1.9.3-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 32abe90..8184842 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.2</version> + <version>1.9.3-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 d4369ee..c120684 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.2</version> + <version>1.9.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 5c0129f..4a23b44 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index 21f2e67..ec85019 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index 5c331c9..18facaf 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -56,7 +56,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.9.2</version> + <version>1.9.3-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 cbbc04d..8d5586b 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> diff --git a/documentation/pom.xml b/documentation/pom.xml index ce375fb..e3facc8 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-documentation</artifactId> - <version>1.9.2</version> + <version>1.9.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Documentation</name> diff --git a/pom.xml b/pom.xml index ac28c21..7de6c48 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.9.2</version> + <version>1.9.3-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.2</tag> + <tag>HEAD</tag> </scm> <modules> diff --git a/site/pom.xml b/site/pom.xml index 372a470..20526ae 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.2</version> + <version>1.9.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-site</artifactId> - <version>1.9.2</version> + <version>1.9.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Site</name>
