Repository: deltaspike Updated Branches: refs/heads/master d7e82d9d5 -> 1744506d2
DELTASPIKE-595 Simplified release process. Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/1744506d Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/1744506d Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/1744506d Branch: refs/heads/master Commit: 1744506d2909e7bd35d19a064271a43ebb4cd90e Parents: d7e82d9 Author: John Ament <[email protected]> Authored: Mon May 26 09:43:17 2014 -0400 Committer: John Ament <[email protected]> Committed: Mon May 26 09:43:17 2014 -0400 ---------------------------------------------------------------------- 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/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/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/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/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 | 5 +++-- deltaspike/test-utils/pom.xml | 2 +- 49 files changed, 62 insertions(+), 61 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/cdictrl/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/api/pom.xml b/deltaspike/cdictrl/api/pom.xml index 5435d18..18f98c0 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/cdictrl/impl-openejb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml b/deltaspike/cdictrl/impl-openejb/pom.xml index 0f5f09a..aea6070 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/cdictrl/impl-owb/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml index 92db8b8..b7b6581 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/cdictrl/impl-weld/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/impl-weld/pom.xml b/deltaspike/cdictrl/impl-weld/pom.xml index dcdd155..5b67917 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/cdictrl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml index 7edc4ee..4c2720a 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/cdictrl/tck/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml index f42b135..740db7c 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/checkstyle-rules/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/checkstyle-rules/pom.xml b/deltaspike/checkstyle-rules/pom.xml index 9855b7c..e82cc80 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/core/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml index eee35d1..367afbd 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/core/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml index 53dcf93..7ee16e5 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/core/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/core/pom.xml b/deltaspike/core/pom.xml index 613a2b6..c73aefd 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/dist/bom/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml index 0ee3a52..d2da8b1 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>distributions-bom</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution Bill of Materials</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/dist/full/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml index c5bdd83..fd73aab 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>distribution-full</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/dist/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml index 2fa18d3..b7fc7af 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.distribution</groupId> <artifactId>distributions-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Distribution</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/examples/jse-examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jse-examples/pom.xml b/deltaspike/examples/jse-examples/pom.xml index 2df263b..6fdd4a1 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.examples</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/examples/jsf-examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-examples/pom.xml b/deltaspike/examples/jsf-examples/pom.xml index 1d081be..d37129a 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-jsf-example</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/examples/jsf-playground/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/jsf-playground/pom.xml b/deltaspike/examples/jsf-playground/pom.xml index abfdfe8..ec1d38d 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-jsf-playground</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/examples/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml index ce6682e..f8c98db 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../parent/pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/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 51c8ede..a2da063 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-bean-validation-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/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 0d8e5a1..dee132f 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-bean-validation-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/bean-validation/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/bean-validation/pom.xml b/deltaspike/modules/bean-validation/pom.xml index a1a2a2c..8f8cb13 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>bean-validation-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike BeanValidation-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/data/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/api/pom.xml b/deltaspike/modules/data/api/pom.xml index ec32535..9d8e73a 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-data-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/data/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/impl/pom.xml b/deltaspike/modules/data/impl/pom.xml index 24a9939..a48fef0 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-data-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/data/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/data/pom.xml b/deltaspike/modules/data/pom.xml index 80b7674..159de4b 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>data-module-project</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/jpa/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/api/pom.xml b/deltaspike/modules/jpa/api/pom.xml index 3e1c47c..573d1d3 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/jpa/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/impl/pom.xml b/deltaspike/modules/jpa/impl/pom.xml index a99c9fa..cf07af3 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/jpa/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jpa/pom.xml b/deltaspike/modules/jpa/pom.xml index 553b472..52e0f0d 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jpa-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike JPA-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/jsf/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/api/pom.xml b/deltaspike/modules/jsf/api/pom.xml index 740a55e..5113f98 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/jsf/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/impl/pom.xml b/deltaspike/modules/jsf/impl/pom.xml index 1e02b03..b303c82 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/jsf/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/jsf/pom.xml b/deltaspike/modules/jsf/pom.xml index 70c517d..7426527 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>jsf-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike JSF-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/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 093b794..c3f6381 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/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 c809e96..9b0f581 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/partial-bean/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/partial-bean/pom.xml b/deltaspike/modules/partial-bean/pom.xml index 7317d28..2c4fda9 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>partial-bean-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Partial-Bean-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/pom.xml b/deltaspike/modules/pom.xml index 54b14e9..16a378d 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../parent/code/pom.xml</relativePath> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>modules-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Modules</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/scheduler/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/api/pom.xml b/deltaspike/modules/scheduler/api/pom.xml index dd63f4b..975abaf 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/scheduler/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/impl/pom.xml b/deltaspike/modules/scheduler/impl/pom.xml index 2a8261f..28a6e1a 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/scheduler/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/scheduler/pom.xml b/deltaspike/modules/scheduler/pom.xml index 21c5b11..ff0d2ca 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>scheduler-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Scheduler-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/security/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/api/pom.xml b/deltaspike/modules/security/api/pom.xml index 0ac0650..fb30fd8 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/security/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/impl/pom.xml b/deltaspike/modules/security/impl/pom.xml index 6b98991..205838d 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/security/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/security/pom.xml b/deltaspike/modules/security/pom.xml index a3d5786..e0da4d1 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>security-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Security-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/servlet/api/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/api/pom.xml b/deltaspike/modules/servlet/api/pom.xml index 460a99a..f4053a0 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-servlet-module-api</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/servlet/impl/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/impl/pom.xml b/deltaspike/modules/servlet/impl/pom.xml index 919b1b0..1276e46 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <artifactId>deltaspike-servlet-module-impl</artifactId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/servlet/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/servlet/pom.xml b/deltaspike/modules/servlet/pom.xml index 29b29a1..08613b7 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>servlet-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Servlet-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/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 2ad3b8b..b349431 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/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 aa569ac..3f6ad55 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/modules/test-control/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/modules/test-control/pom.xml b/deltaspike/modules/test-control/pom.xml index c7dfd00..f05c65b 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>0.8-SNAPSHOT</version> + <version>0.8</version> </parent> <groupId>org.apache.deltaspike.modules</groupId> <artifactId>test-control-module-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike Test-Control-Module</name> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/parent/code/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml index 4a2a998..be96129 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/parent/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml index 1754f7d..3364ac3 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index 1c060b5..c0c004f 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -36,7 +36,7 @@ --> <groupId>org.apache.deltaspike</groupId> <artifactId>deltaspike-project</artifactId> - <version>0.8-SNAPSHOT</version> + <version>0.8</version> <packaging>pom</packaging> <name>Apache DeltaSpike</name> @@ -49,7 +49,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-project-0.8</tag> </scm> <modules> @@ -86,6 +86,7 @@ <pushChanges>false</pushChanges> <localCheckout>true</localCheckout> <autoVersionSubmodules>true</autoVersionSubmodules> + <releaseProfiles>distribution</releaseProfiles> </configuration> </plugin> http://git-wip-us.apache.org/repos/asf/deltaspike/blob/1744506d/deltaspike/test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml index afebb29..cf46967 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>0.8-SNAPSHOT</version> + <version>0.8</version> <relativePath>../parent/pom.xml</relativePath> </parent>
