Repository: deltaspike
Updated Branches:
  refs/heads/master feaa25680 -> 42a7ddf01


DELTASPIKE-1166 Reset pom files to 1.7.0


Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/42a7ddf0
Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/42a7ddf0
Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/42a7ddf0

Branch: refs/heads/master
Commit: 42a7ddf01b8db786487c67f1e6d63710f6f562a1
Parents: feaa256
Author: John D. Ament <johndam...@apache.org>
Authored: Fri Jun 3 18:12:14 2016 -0400
Committer: John D. Ament <johndam...@apache.org>
Committed: Fri Jun 3 18:12:14 2016 -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/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                                     | 5 ++---
 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                                                         | 2 +-
 site/pom.xml                                                    | 4 ++--
 60 files changed, 75 insertions(+), 76 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/cdictrl/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/api/pom.xml b/deltaspike/cdictrl/api/pom.xml
index 46bf4da..8c8a7aa 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/cdictrl/impl-openejb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml 
b/deltaspike/cdictrl/impl-openejb/pom.xml
index b266e2a..064d051 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/cdictrl/impl-owb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-owb/pom.xml 
b/deltaspike/cdictrl/impl-owb/pom.xml
index 13ff50c..ed4add4 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/cdictrl/impl-weld/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-weld/pom.xml 
b/deltaspike/cdictrl/impl-weld/pom.xml
index 710cad4..9ed5d82 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/cdictrl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml
index e7dd825..b15c813 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/cdictrl/servlet/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/servlet/pom.xml 
b/deltaspike/cdictrl/servlet/pom.xml
index 4d46569..801c714 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/cdictrl/tck/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml
index 936ad74..a304806 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/checkstyle-rules/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/checkstyle-rules/pom.xml 
b/deltaspike/checkstyle-rules/pom.xml
index 158b3cb..8fd277b 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/core/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/pom.xml b/deltaspike/core/api/pom.xml
index d90aad3..36a4e5e 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/core/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/pom.xml b/deltaspike/core/impl/pom.xml
index e3fefaa..73d4706 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/core/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/pom.xml b/deltaspike/core/pom.xml
index 4a309a7..b48c4ff 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../parent/code/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/dist/bom/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml
index 3b1075c..7aeec44 100644
--- a/deltaspike/dist/bom/pom.xml
+++ b/deltaspike/dist/bom/pom.xml
@@ -17,8 +17,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -29,7 +28,7 @@
 
     <groupId>org.apache.deltaspike.distribution</groupId>
     <artifactId>distributions-bom</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Distribution Bill of Materials</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/dist/full/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/full/pom.xml b/deltaspike/dist/full/pom.xml
index 9f4486f..2c00aed 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>distribution-full</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/dist/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml
index 0924f89..bb16b0c 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../parent/code/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.deltaspike.distribution</groupId>
     <artifactId>distributions-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Distribution</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/examples/jse-examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jse-examples/pom.xml 
b/deltaspike/examples/jse-examples/pom.xml
index f6bdc92..1bae517 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.examples</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/examples/jsf-examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jsf-examples/pom.xml 
b/deltaspike/examples/jsf-examples/pom.xml
index 767de65..494cb3d 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-jsf-example</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/examples/jsf-playground/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/jsf-playground/pom.xml 
b/deltaspike/examples/jsf-playground/pom.xml
index afcbaab..10d4904 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-jsf-playground</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/examples/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/pom.xml b/deltaspike/examples/pom.xml
index 309ed4d..67a127a 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/examples/scheduler-playground/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/examples/scheduler-playground/pom.xml 
b/deltaspike/examples/scheduler-playground/pom.xml
index 7d1217b..866c585 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.examples</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 a9e3c6b..72496de 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
     
     <artifactId>deltaspike-security-requested-page-after-login-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 1756152..bc6b279 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     
<artifactId>deltaspike-security-requested-page-after-login-picketlink</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 c082857..eb347ae 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.2-SNAPSHOT</version>
+               <version>1.7.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>deltaspike-bean-validation-module-api</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 6cb3cd7..07484f5 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.2-SNAPSHOT</version>
+               <version>1.7.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>deltaspike-bean-validation-module-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/bean-validation/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/bean-validation/pom.xml 
b/deltaspike/modules/bean-validation/pom.xml
index b049c18..7723377 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>bean-validation-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike BeanValidation-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/data/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/data/api/pom.xml 
b/deltaspike/modules/data/api/pom.xml
index 1f6fa6f..0599dbf 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-data-module-api</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/data/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/data/impl/pom.xml 
b/deltaspike/modules/data/impl/pom.xml
index 94ff38b..dad86f8 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-data-module-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/data/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/data/pom.xml b/deltaspike/modules/data/pom.xml
index d484566..7c92b5e 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>data-module-project</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/jpa/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jpa/api/pom.xml 
b/deltaspike/modules/jpa/api/pom.xml
index b74440b..c0395b4 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/jpa/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jpa/impl/pom.xml 
b/deltaspike/modules/jpa/impl/pom.xml
index 18ca3c6..0656a0d 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/jpa/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jpa/pom.xml b/deltaspike/modules/jpa/pom.xml
index e2ea56b..f7f2834 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>jpa-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike JPA-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/jsf/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/api/pom.xml 
b/deltaspike/modules/jsf/api/pom.xml
index d816a47..fd71fb4 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 4d462a5..1f2f782 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-jsf-module-impl-ee6</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/jsf/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/impl/pom.xml 
b/deltaspike/modules/jsf/impl/pom.xml
index 4bd75a6..37cafca 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/jsf/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/jsf/pom.xml b/deltaspike/modules/jsf/pom.xml
index 21f7d8c..ee06c9c 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>jsf-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike JSF-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 284663c..96f62ea 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 4b38583..d34fce5 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/partial-bean/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/partial-bean/pom.xml 
b/deltaspike/modules/partial-bean/pom.xml
index 7ddaaab..122f560 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>partial-bean-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Partial-Bean-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/pom.xml b/deltaspike/modules/pom.xml
index ebd22a9..acba364 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../parent/code/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>modules-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Modules</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/proxy/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/proxy/api/pom.xml 
b/deltaspike/modules/proxy/api/pom.xml
index dbcc709..b5bffb1 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.2-SNAPSHOT</version>
+               <version>1.7.0-SNAPSHOT</version>
        </parent>
 
        <artifactId>deltaspike-proxy-module-api</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 d7153fc..0f47f5a 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-proxy-module-impl-asm5</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/proxy/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/proxy/pom.xml b/deltaspike/modules/proxy/pom.xml
index 4e0e342..344bfc4 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>proxy-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Proxy-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/scheduler/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/scheduler/api/pom.xml 
b/deltaspike/modules/scheduler/api/pom.xml
index fdd8bd9..d28af5e 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/scheduler/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/scheduler/impl/pom.xml 
b/deltaspike/modules/scheduler/impl/pom.xml
index 549b9a3..5da1b64 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/scheduler/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/scheduler/pom.xml 
b/deltaspike/modules/scheduler/pom.xml
index 79af2d4..7dcdaa3 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>scheduler-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Scheduler-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/security/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/pom.xml 
b/deltaspike/modules/security/api/pom.xml
index c093afd..0227036 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/security/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/pom.xml 
b/deltaspike/modules/security/impl/pom.xml
index e53579f..caebcfd 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/security/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/pom.xml 
b/deltaspike/modules/security/pom.xml
index 9f6285e..7bf93d8 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>security-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Security-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/servlet/api/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/servlet/api/pom.xml 
b/deltaspike/modules/servlet/api/pom.xml
index 9cb6677..7ee5f81 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-servlet-module-api</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/servlet/impl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/servlet/impl/pom.xml 
b/deltaspike/modules/servlet/impl/pom.xml
index 6c307dc..6df8f17 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>deltaspike-servlet-module-impl</artifactId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/servlet/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/servlet/pom.xml 
b/deltaspike/modules/servlet/pom.xml
index f91fed3..cd90662 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>servlet-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Servlet-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 5d809fc..b4ce735 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/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 94c9c37..44f69d2 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/modules/test-control/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/modules/test-control/pom.xml 
b/deltaspike/modules/test-control/pom.xml
index ac95c39..13e9732 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.deltaspike.modules</groupId>
     <artifactId>test-control-module-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Test-Control-Module</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 2820cc8..8f24474 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index d61d829..7c829b2 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index fd294b1..683da13 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -56,7 +56,7 @@
     -->
     <groupId>org.apache.deltaspike</groupId>
     <artifactId>deltaspike-project</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Sources</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/deltaspike/test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml
index 5c83410..845ff5e 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/documentation/pom.xml
----------------------------------------------------------------------
diff --git a/documentation/pom.xml b/documentation/pom.xml
index 37d1826..d0a90d3 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.deltaspike</groupId>
     <artifactId>deltaspike-documentation</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Documentation</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1ea4801..e2a9944 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
     -->
     <groupId>org.apache.deltaspike</groupId>
     <artifactId>deltaspike</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike</name>

http://git-wip-us.apache.org/repos/asf/deltaspike/blob/42a7ddf0/site/pom.xml
----------------------------------------------------------------------
diff --git a/site/pom.xml b/site/pom.xml
index e207d3c..28af5a6 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.2-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.deltaspike</groupId>
     <artifactId>deltaspike-site</artifactId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache DeltaSpike Site</name>

Reply via email to