[maven-release-plugin] prepare for next development iteration
Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/730bf21d Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/730bf21d Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/730bf21d Branch: refs/heads/ds-1.5.2 Commit: 730bf21dde3076bce4e0f3decc5fed91b1ae0aa9 Parents: 7c2f998 Author: gpetracek <[email protected]> Authored: Sun Dec 6 17:03:58 2015 +0100 Committer: gpetracek <[email protected]> Committed: Sun Dec 6 17:03:58 2015 +0100 ---------------------------------------------------------------------- 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/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 +- .../examples/security-requested-page-after-login-cdi/pom.xml | 2 +- .../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/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-asm5/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 ++-- 60 files changed, 76 insertions(+), 76 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/cdictrl/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/api/pom.xml b/deltaspike/cdictrl/api/pom.xml index d404e38..9f836f2 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/cdictrl/impl-openejb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml b/deltaspike/cdictrl/impl-openejb/pom.xml index f09940b..f182322 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/cdictrl/impl-owb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml index 1b0b70c..516dd1a 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/cdictrl/impl-weld/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-weld/pom.xml b/deltaspike/cdictrl/impl-weld/pom.xml index 4de1940..fe35ead 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/cdictrl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml index c85e92f..d80685a 100644 --- a/deltaspike/cdictrl/pom.xml +++ b/deltaspike/cdictrl/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/cdictrl/servlet/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/servlet/pom.xml b/deltaspike/cdictrl/servlet/pom.xml index b58a71c..f23dea7 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/cdictrl/tck/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml index 2b81ba7..d4f5d69 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/checkstyle-rules/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/checkstyle-rules/pom.xml b/deltaspike/checkstyle-rules/pom.xml index 8dd6d71..c3148b0 100644 --- a/deltaspike/checkstyle-rules/pom.xml +++ b/deltaspike/checkstyle-rules/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/core/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml index db13c46..12b31af 100644 --- a/deltaspike/core/api/pom.xml +++ b/deltaspike/core/api/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.core</groupId> <artifactId>core-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/core/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml index 02e3e5a..083bbdc 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/core/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/pom.xml b/deltaspike/core/pom.xml index 81ebd38..0760f08 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/dist/bom/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml index 1cd6ca8..496b0cf 100644 --- a/deltaspike/dist/bom/pom.xml +++ b/deltaspike/dist/bom/pom.xml @@ -23,11 +23,11 @@ <parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>distributions-bom</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution Bill of Materials</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/dist/full/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml index 6a7b41f..6121368 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>distribution-full</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/dist/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml index b9e61d4..cd16aa7 100644 --- a/deltaspike/dist/pom.xml +++ b/deltaspike/dist/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent-code</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/examples/jse-examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jse-examples/pom.xml b/deltaspike/examples/jse-examples/pom.xml index b1694c0..e2f2097 100644 --- a/deltaspike/examples/jse-examples/pom.xml +++ b/deltaspike/examples/jse-examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.examples</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/examples/jsf-examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-examples/pom.xml b/deltaspike/examples/jsf-examples/pom.xml index 196b529..c85b47e 100644 --- a/deltaspike/examples/jsf-examples/pom.xml +++ b/deltaspike/examples/jsf-examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-jsf-example</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/examples/jsf-playground/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-playground/pom.xml b/deltaspike/examples/jsf-playground/pom.xml index 458b92c..060fa0b 100644 --- a/deltaspike/examples/jsf-playground/pom.xml +++ b/deltaspike/examples/jsf-playground/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-jsf-playground</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml index 07df348..43ace53 100644 --- a/deltaspike/examples/pom.xml +++ b/deltaspike/examples/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>parent</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/examples/scheduler-playground/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/scheduler-playground/pom.xml b/deltaspike/examples/scheduler-playground/pom.xml index 0678f9f..73a4023 100644 --- a/deltaspike/examples/scheduler-playground/pom.xml +++ b/deltaspike/examples/scheduler-playground/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.examples</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml ---------------------------------------------------------------------- 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 148ce94..18bc366 100644 --- a/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml +++ b/deltaspike/examples/security-requested-page-after-login-cdi/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-security-requested-page-after-login-cdi</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml ---------------------------------------------------------------------- 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 53a4d00..f281f96 100644 --- a/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml +++ b/deltaspike/examples/security-requested-page-after-login-picketlink/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.deltaspike.examples</groupId> <artifactId>examples-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-security-requested-page-after-login-picketlink</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/bean-validation/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/bean-validation/api/pom.xml b/deltaspike/modules/bean-validation/api/pom.xml index b9355e3..ebd3c16 100644 --- a/deltaspike/modules/bean-validation/api/pom.xml +++ b/deltaspike/modules/bean-validation/api/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-bean-validation-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/bean-validation/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/bean-validation/impl/pom.xml b/deltaspike/modules/bean-validation/impl/pom.xml index 6d13e41..3c99248 100644 --- a/deltaspike/modules/bean-validation/impl/pom.xml +++ b/deltaspike/modules/bean-validation/impl/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-bean-validation-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/bean-validation/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/bean-validation/pom.xml b/deltaspike/modules/bean-validation/pom.xml index aaeb026..b072c2c 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike BeanValidation-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/data/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/api/pom.xml b/deltaspike/modules/data/api/pom.xml index 9f1044d..3ee8569 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-data-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/data/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/impl/pom.xml b/deltaspike/modules/data/impl/pom.xml index 4e3f8be..0009a4f 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-data-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/data/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/pom.xml b/deltaspike/modules/data/pom.xml index bf3048a..00dab33 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>data-module-project</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/jpa/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/api/pom.xml b/deltaspike/modules/jpa/api/pom.xml index 33cf69e..59cb5c6 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/jpa/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/impl/pom.xml b/deltaspike/modules/jpa/impl/pom.xml index a893b3f..fc7c7ff 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/pom.xml b/deltaspike/modules/jpa/pom.xml index 1a34e83..1c4b1c2 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jpa-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike JPA-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/jsf/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/api/pom.xml b/deltaspike/modules/jsf/api/pom.xml index a47ca4e..65b4d9c 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/jsf/impl-ee6/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl-ee6/pom.xml b/deltaspike/modules/jsf/impl-ee6/pom.xml index b9ed18f..f7bed58 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-jsf-module-impl-ee6</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/jsf/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/pom.xml b/deltaspike/modules/jsf/impl/pom.xml index d78e388..489a55b 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/jsf/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/pom.xml b/deltaspike/modules/jsf/pom.xml index e7f5bb0..ec2bac0 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike JSF-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/partial-bean/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/partial-bean/api/pom.xml b/deltaspike/modules/partial-bean/api/pom.xml index 9748025..0661eca 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/partial-bean/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/partial-bean/impl/pom.xml b/deltaspike/modules/partial-bean/impl/pom.xml index 7e7c6ed..1f10cd3 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/partial-bean/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/partial-bean/pom.xml b/deltaspike/modules/partial-bean/pom.xml index 27ca7bc..0fd2754 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>partial-bean-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Partial-Bean-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/pom.xml b/deltaspike/modules/pom.xml index 32d790d..f05048d 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Modules</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/proxy/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/proxy/api/pom.xml b/deltaspike/modules/proxy/api/pom.xml index 56e8225..18e66cc 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-proxy-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/proxy/impl-asm5/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/proxy/impl-asm5/pom.xml b/deltaspike/modules/proxy/impl-asm5/pom.xml index 7e1080a..787fccd 100644 --- a/deltaspike/modules/proxy/impl-asm5/pom.xml +++ b/deltaspike/modules/proxy/impl-asm5/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>proxy-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-proxy-module-impl-asm5</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/proxy/pom.xml b/deltaspike/modules/proxy/pom.xml index 5a3e9ec..63a1c91 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>proxy-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Proxy-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/scheduler/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/api/pom.xml b/deltaspike/modules/scheduler/api/pom.xml index e89399e..87197cc 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/scheduler/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/impl/pom.xml b/deltaspike/modules/scheduler/impl/pom.xml index 7d04e89..033fe70 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/pom.xml b/deltaspike/modules/scheduler/pom.xml index 1ed4341..4f7bf42 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>scheduler-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Scheduler-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/security/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/api/pom.xml b/deltaspike/modules/security/api/pom.xml index f549a9a..e7c6a69 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/security/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/impl/pom.xml b/deltaspike/modules/security/impl/pom.xml index 7778c29..bc0a5a6 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/security/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/pom.xml b/deltaspike/modules/security/pom.xml index da98e43..8a72e12 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>security-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Security-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/servlet/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/api/pom.xml b/deltaspike/modules/servlet/api/pom.xml index 2204b30..eec8651 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-servlet-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/servlet/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/impl/pom.xml b/deltaspike/modules/servlet/impl/pom.xml index 81d4a53..01da36d 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>deltaspike-servlet-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/servlet/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/pom.xml b/deltaspike/modules/servlet/pom.xml index 712ad6a..f785815 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>servlet-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Servlet-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/test-control/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/test-control/api/pom.xml b/deltaspike/modules/test-control/api/pom.xml index ec65942..1483a74 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/test-control/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/test-control/impl/pom.xml b/deltaspike/modules/test-control/impl/pom.xml index 82246ed..0674cf2 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/modules/test-control/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/test-control/pom.xml b/deltaspike/modules/test-control/pom.xml index a792310..9570b78 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Test-Control-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/parent/code/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index 51d19d6..8066bcc 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/parent/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index f009edb..4768e0c 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index 6342ff3..0cab39d 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> @@ -37,7 +37,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Sources</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/deltaspike/test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml index 95e4eab..15dcd9f 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.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/documentation/pom.xml ---------------------------------------------------------------------- diff --git a/documentation/pom.xml b/documentation/pom.xml index 5be6de3..5636417 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-documentation</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Documentation</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 25ae617..2f35373 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike</name> @@ -56,7 +56,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.5.2</tag> + <tag>HEAD</tag> </scm> <modules> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/730bf21d/site/pom.xml ---------------------------------------------------------------------- diff --git a/site/pom.xml b/site/pom.xml index e8301a0..a6b7f0e 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-site</artifactId> - <version>1.5.2</version> + <version>1.5.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache DeltaSpike Site</name>
