Repository: deltaspike Updated Branches: refs/heads/ds-1.6.1 [created] 99f2e3c16
[maven-release-plugin] prepare release deltaspike-1.6.1 Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/7aa84402 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/7aa84402 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/7aa84402 Branch: refs/heads/ds-1.6.1 Commit: 7aa8440229be379163f1b9a0e5f6c61d5e0e7070 Parents: 617a023 Author: gpetracek <[email protected]> Authored: Sat Apr 23 21:01:10 2016 +0200 Committer: gpetracek <[email protected]> Committed: Sat Apr 23 21:01:10 2016 +0200 ---------------------------------------------------------------------- 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/7aa84402/deltaspike/cdictrl/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/api/pom.xml b/deltaspike/cdictrl/api/pom.xml index f259a48..bf1ef98 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/cdictrl/impl-openejb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml b/deltaspike/cdictrl/impl-openejb/pom.xml index a94c265..a20d764 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/cdictrl/impl-owb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml index d814f85..bd504fe 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/cdictrl/impl-weld/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-weld/pom.xml b/deltaspike/cdictrl/impl-weld/pom.xml index d22ae2d..d67b1fe 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/cdictrl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml index 5650349..9b78cc1 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/cdictrl/servlet/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/servlet/pom.xml b/deltaspike/cdictrl/servlet/pom.xml index a1d3dc4..4c76df4 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/cdictrl/tck/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml index 2f7f00d..90b5b6b 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/checkstyle-rules/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/checkstyle-rules/pom.xml b/deltaspike/checkstyle-rules/pom.xml index c32d41d..2a170b4 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/core/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml index 4bf988d..41e273b 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/core/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml index ca7d499..4a779ee 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/core/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/pom.xml b/deltaspike/core/pom.xml index 3bd30af..290dc0e 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/dist/bom/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml index c7db7a0..786e792 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>distributions-bom</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution Bill of Materials</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/dist/full/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml index 202c533..79879f7 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>distribution-full</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/dist/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml index b52de5f..5d4c9f8 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/examples/jse-examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jse-examples/pom.xml b/deltaspike/examples/jse-examples/pom.xml index e3df9f4..f9866fc 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.examples</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/examples/jsf-examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-examples/pom.xml b/deltaspike/examples/jsf-examples/pom.xml index 1cc081b..1582ac3 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-jsf-example</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/examples/jsf-playground/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-playground/pom.xml b/deltaspike/examples/jsf-playground/pom.xml index 16410f5..71a63d9 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-jsf-playground</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml index 6861cb5..ab487e1 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/examples/scheduler-playground/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/scheduler-playground/pom.xml b/deltaspike/examples/scheduler-playground/pom.xml index d627a96..24211eb 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.examples</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 aeea08d..250ffbb 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-security-requested-page-after-login-cdi</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 ea3477d..6a0703e 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-security-requested-page-after-login-picketlink</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 e1d4703..0dd70ce 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-bean-validation-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 785b8b4..777a370 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-bean-validation-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/bean-validation/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/bean-validation/pom.xml b/deltaspike/modules/bean-validation/pom.xml index 0d1e1e5..7b08e47 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike BeanValidation-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/data/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/api/pom.xml b/deltaspike/modules/data/api/pom.xml index 986197d..b67a505 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-data-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/data/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/impl/pom.xml b/deltaspike/modules/data/impl/pom.xml index 6a3be79..80f223a 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-data-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/data/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/pom.xml b/deltaspike/modules/data/pom.xml index 147b892..57da9ce 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>data-module-project</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/jpa/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/api/pom.xml b/deltaspike/modules/jpa/api/pom.xml index 8b457cd..3813db8 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/jpa/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/impl/pom.xml b/deltaspike/modules/jpa/impl/pom.xml index 6d8a46f..d6c3242 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/pom.xml b/deltaspike/modules/jpa/pom.xml index ce29cf9..07405c1 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jpa-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike JPA-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/jsf/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/api/pom.xml b/deltaspike/modules/jsf/api/pom.xml index b139f07..4fd81e1 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 a6cd7a7..5f53b29 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-jsf-module-impl-ee6</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/jsf/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/pom.xml b/deltaspike/modules/jsf/impl/pom.xml index ea6d622..4c89dde 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/jsf/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/pom.xml b/deltaspike/modules/jsf/pom.xml index 3b2c2a3..ca811a5 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike JSF-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 1f8f36a..4497ab1 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 a7aeee6..ac3156e 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/partial-bean/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/partial-bean/pom.xml b/deltaspike/modules/partial-bean/pom.xml index dfb4b92..7475577 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>partial-bean-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Partial-Bean-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/pom.xml b/deltaspike/modules/pom.xml index 0d88459..25610e3 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Modules</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/proxy/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/proxy/api/pom.xml b/deltaspike/modules/proxy/api/pom.xml index ef46168..6a98417 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-proxy-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 007cc00..c429312 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-proxy-module-impl-asm5</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/proxy/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/proxy/pom.xml b/deltaspike/modules/proxy/pom.xml index 4f17b2e..d202c9b 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>proxy-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Proxy-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/scheduler/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/api/pom.xml b/deltaspike/modules/scheduler/api/pom.xml index f920403..09bb2e0 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/scheduler/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/impl/pom.xml b/deltaspike/modules/scheduler/impl/pom.xml index b18cc95..0e17509 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/pom.xml b/deltaspike/modules/scheduler/pom.xml index 348c976..21d32d0 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>scheduler-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Scheduler-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/security/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/api/pom.xml b/deltaspike/modules/security/api/pom.xml index 96eadf0..96faf28 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/security/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/impl/pom.xml b/deltaspike/modules/security/impl/pom.xml index ea8bd87..030d535 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/security/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/pom.xml b/deltaspike/modules/security/pom.xml index 14b6e1a..3f8ed3d 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>security-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Security-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/servlet/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/api/pom.xml b/deltaspike/modules/servlet/api/pom.xml index a3b4f29..bc94166 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-servlet-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/servlet/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/impl/pom.xml b/deltaspike/modules/servlet/impl/pom.xml index 8fccdd1..1559414 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <artifactId>deltaspike-servlet-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/servlet/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/pom.xml b/deltaspike/modules/servlet/pom.xml index bde356f..91aa382 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>servlet-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Servlet-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 a0c1ba6..affab29 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/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 16d92e5..8ca45ca 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/modules/test-control/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/test-control/pom.xml b/deltaspike/modules/test-control/pom.xml index 7c9bd84..6f030f4 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Test-Control-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/parent/code/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index c4a47ac..d895134 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/parent/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index 8a1dbac..90986f5 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index 8f8804b..f35ba7f 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -42,7 +42,7 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> @@ -56,7 +56,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Sources</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/deltaspike/test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml index 3e1ea44..ed3bd34 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.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/documentation/pom.xml ---------------------------------------------------------------------- diff --git a/documentation/pom.xml b/documentation/pom.xml index 4667e57..b1b3595 100644 --- a/documentation/pom.xml +++ b/documentation/pom.xml @@ -42,13 +42,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-documentation</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Documentation</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 21b1b89..17458a6 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</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>HEAD</tag> + <tag>deltaspike-1.6.1</tag> </scm> <modules> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/7aa84402/site/pom.xml ---------------------------------------------------------------------- diff --git a/site/pom.xml b/site/pom.xml index c69dd70..297ebe8 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -42,13 +42,13 @@ <parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-site</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <name>Apache DeltaSpike Site</name>
