Repository: deltaspike
Updated Branches:
  refs/heads/master f4739433a -> 801f28269


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/801f2826
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/801f2826
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/801f2826

Branch: refs/heads/master
Commit: 801f28269525402de696415ecadedc87da3c6c52
Parents: f473943
Author: John D. Ament <john.am...@spartasystems.com>
Authored: Mon May 26 09:56:38 2014 -0400
Committer: John D. Ament <john.am...@spartasystems.com>
Committed: Mon May 26 09:56:38 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                              | 2 +-
 deltaspike/test-utils/pom.xml                   | 2 +-
 49 files changed, 60 insertions(+), 60 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/cdictrl/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/api/pom.xml b/deltaspike/cdictrl/api/pom.xml
index 18f98c0..5435d18 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/cdictrl/impl-openejb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml 
b/deltaspike/cdictrl/impl-openejb/pom.xml
index aea6070..0f5f09a 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/cdictrl/impl-owb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-owb/pom.xml 
b/deltaspike/cdictrl/impl-owb/pom.xml
index b7b6581..92db8b8 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/cdictrl/impl-weld/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-weld/pom.xml 
b/deltaspike/cdictrl/impl-weld/pom.xml
index 5b67917..dcdd155 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/cdictrl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml
index 4c2720a..7edc4ee 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/cdictrl/tck/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml
index 740db7c..f42b135 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/checkstyle-rules/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/checkstyle-rules/pom.xml 
b/deltaspike/checkstyle-rules/pom.xml
index e82cc80..9855b7c 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/core/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml
index 367afbd..eee35d1 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/core/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml
index 7ee16e5..53dcf93 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/core/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/pom.xml b/deltaspike/core/pom.xml
index c73aefd..613a2b6 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../parent/code/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/dist/bom/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml
index d2da8b1..0ee3a52 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>distributions-bom</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Distribution Bill of Materials</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/dist/full/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml
index fd73aab..c5bdd83 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-full</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/dist/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml
index b7fc7af..2fa18d3 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../parent/code/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.deltaspike.distribution</groupId>
     <artifactId>distributions-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Distribution</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/examples/jse-examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jse-examples/pom.xml 
b/deltaspike/examples/jse-examples/pom.xml
index 6fdd4a1..2df263b 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.examples</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/examples/jsf-examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jsf-examples/pom.xml 
b/deltaspike/examples/jsf-examples/pom.xml
index d37129a..1d081be 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-jsf-example</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/examples/jsf-playground/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jsf-playground/pom.xml 
b/deltaspike/examples/jsf-playground/pom.xml
index ec1d38d..abfdfe8 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-jsf-playground</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml
index f8c98db..ce6682e 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/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 a2da063..51c8ede 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</version>
+               <version>0.8-SNAPSHOT</version>
        </parent>
 
        <artifactId>deltaspike-bean-validation-module-api</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/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 dee132f..0d8e5a1 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</version>
+               <version>0.8-SNAPSHOT</version>
        </parent>
 
        <artifactId>deltaspike-bean-validation-module-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/bean-validation/pom.xml 
b/deltaspike/modules/bean-validation/pom.xml
index 8f8cb13..a1a2a2c 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>bean-validation-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike BeanValidation-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/data/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/data/api/pom.xml 
b/deltaspike/modules/data/api/pom.xml
index 9d8e73a..ec32535 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-data-module-api</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/data/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/data/impl/pom.xml 
b/deltaspike/modules/data/impl/pom.xml
index a48fef0..24a9939 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-data-module-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/data/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/data/pom.xml b/deltaspike/modules/data/pom.xml
index 159de4b..80b7674 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>data-module-project</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/jpa/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jpa/api/pom.xml 
b/deltaspike/modules/jpa/api/pom.xml
index 573d1d3..3e1c47c 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/jpa/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jpa/impl/pom.xml 
b/deltaspike/modules/jpa/impl/pom.xml
index cf07af3..a99c9fa 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/jpa/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jpa/pom.xml b/deltaspike/modules/jpa/pom.xml
index 52e0f0d..553b472 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>jpa-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike JPA-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/jsf/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/api/pom.xml 
b/deltaspike/modules/jsf/api/pom.xml
index 5113f98..740a55e 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/jsf/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/pom.xml 
b/deltaspike/modules/jsf/impl/pom.xml
index b303c82..1e02b03 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/jsf/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/pom.xml b/deltaspike/modules/jsf/pom.xml
index 7426527..70c517d 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>jsf-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike JSF-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/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 c3f6381..093b794 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/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 9b0f581..c809e96 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/partial-bean/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/partial-bean/pom.xml 
b/deltaspike/modules/partial-bean/pom.xml
index 2c4fda9..7317d28 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>partial-bean-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Partial-Bean-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/pom.xml b/deltaspike/modules/pom.xml
index 16a378d..54b14e9 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../parent/code/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>modules-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Modules</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/scheduler/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/scheduler/api/pom.xml 
b/deltaspike/modules/scheduler/api/pom.xml
index 975abaf..dd63f4b 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/scheduler/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/scheduler/impl/pom.xml 
b/deltaspike/modules/scheduler/impl/pom.xml
index 28a6e1a..2a8261f 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/scheduler/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/scheduler/pom.xml 
b/deltaspike/modules/scheduler/pom.xml
index ff0d2ca..21c5b11 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>scheduler-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Scheduler-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/security/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/pom.xml 
b/deltaspike/modules/security/api/pom.xml
index fb30fd8..0ac0650 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/security/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/pom.xml 
b/deltaspike/modules/security/impl/pom.xml
index 205838d..6b98991 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/security/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/pom.xml 
b/deltaspike/modules/security/pom.xml
index e0da4d1..a3d5786 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>security-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Security-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/servlet/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/servlet/api/pom.xml 
b/deltaspike/modules/servlet/api/pom.xml
index f4053a0..460a99a 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-servlet-module-api</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/servlet/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/servlet/impl/pom.xml 
b/deltaspike/modules/servlet/impl/pom.xml
index 1276e46..919b1b0 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-servlet-module-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/servlet/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/servlet/pom.xml 
b/deltaspike/modules/servlet/pom.xml
index 08613b7..29b29a1 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>servlet-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Servlet-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/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 b349431..2ad3b8b 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/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 3f6ad55..aa569ac 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/modules/test-control/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/test-control/pom.xml 
b/deltaspike/modules/test-control/pom.xml
index f05c65b..c7dfd00 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</version>
+        <version>0.8-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>test-control-module-project</artifactId>
-    <version>0.8</version>
+    <version>0.8-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Test-Control-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index be96129..4a2a998 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 3364ac3..1754f7d 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 093804d..70bd7c7 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -68,7 +68,7 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.8</version>
+                    <version>0.8-SNAPSHOT</version>
                     <configuration>
                         <excludes>
                             <exclude>.idea/**/*</exclude>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/801f2826/deltaspike/test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml
index cf46967..afebb29 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</version>
+        <version>0.8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

Reply via email to