You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by rm...@apache.org on 2016/09/26 09:11:31 UTC

[1/3] incubator-batchee git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-batchee
Updated Branches:
  refs/heads/master 04defcae3 -> 6caf91cc1


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/43e3015d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/43e3015d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/43e3015d

Branch: refs/heads/master
Commit: 43e3015df90a7ba61a8afd58c7a174fa9a31d123
Parents: 0dabf84
Author: rmannibucau <rm...@apache.org>
Authored: Thu Sep 22 16:00:17 2016 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Mon Sep 26 10:57:35 2016 +0200

----------------------------------------------------------------------
 extensions/beanio/pom.xml               | 2 +-
 extensions/camel/pom.xml                | 2 +-
 extensions/cdi/pom.xml                  | 2 +-
 extensions/commons-csv/pom.xml          | 2 +-
 extensions/extension-doc-helper/pom.xml | 2 +-
 extensions/extras/pom.xml               | 2 +-
 extensions/groovy/pom.xml               | 2 +-
 extensions/hazelcast/pom.xml            | 2 +-
 extensions/jackson/pom.xml              | 2 +-
 extensions/jsefa/pom.xml                | 2 +-
 extensions/jsonp/pom.xml                | 2 +-
 extensions/modelmapper/pom.xml          | 2 +-
 extensions/pom.xml                      | 2 +-
 gui/jaxrs/jaxrs-client/pom.xml          | 2 +-
 gui/jaxrs/jaxrs-common/pom.xml          | 2 +-
 gui/jaxrs/jaxrs-server/pom.xml          | 2 +-
 gui/jaxrs/pom.xml                       | 2 +-
 gui/jaxrs/webapp/pom.xml                | 2 +-
 gui/pom.xml                             | 2 +-
 gui/servlet/embedded/pom.xml            | 2 +-
 gui/servlet/pom.xml                     | 2 +-
 gui/servlet/webapp/pom.xml              | 2 +-
 integration-tests/pom.xml               | 2 +-
 integration-tests/transaction/pom.xml   | 2 +-
 jbatch/pom.xml                          | 2 +-
 pom.xml                                 | 4 ++--
 test/pom.xml                            | 2 +-
 tools/cli/pom.xml                       | 2 +-
 tools/doc-api/pom.xml                   | 2 +-
 tools/ee6/pom.xml                       | 2 +-
 tools/maven-plugin/pom.xml              | 2 +-
 tools/pom.xml                           | 2 +-
 32 files changed, 33 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/beanio/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/beanio/pom.xml b/extensions/beanio/pom.xml
index b583f2c..206c21e 100644
--- a/extensions/beanio/pom.xml
+++ b/extensions/beanio/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-beanio</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/camel/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/camel/pom.xml b/extensions/camel/pom.xml
index c42c0ca..003fd18 100644
--- a/extensions/camel/pom.xml
+++ b/extensions/camel/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-camel</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cdi/pom.xml b/extensions/cdi/pom.xml
index c2eaf13..ab44f8c 100644
--- a/extensions/cdi/pom.xml
+++ b/extensions/cdi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/commons-csv/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/commons-csv/pom.xml b/extensions/commons-csv/pom.xml
index 4a413d8..89afa36 100644
--- a/extensions/commons-csv/pom.xml
+++ b/extensions/commons-csv/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-commons-csv</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/extension-doc-helper/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/extension-doc-helper/pom.xml b/extensions/extension-doc-helper/pom.xml
index df10d16..4bffe4b 100644
--- a/extensions/extension-doc-helper/pom.xml
+++ b/extensions/extension-doc-helper/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/extras/pom.xml b/extensions/extras/pom.xml
index d26c33b..4ce4371 100644
--- a/extensions/extras/pom.xml
+++ b/extensions/extras/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-extras</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/groovy/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/groovy/pom.xml b/extensions/groovy/pom.xml
index 8961b56..4b845a1 100644
--- a/extensions/groovy/pom.xml
+++ b/extensions/groovy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-groovy</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml
index 5fde316..f7c2fc0 100644
--- a/extensions/hazelcast/pom.xml
+++ b/extensions/hazelcast/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-hazelcast</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/jackson/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index ab095cc..2bb5b08 100644
--- a/extensions/jackson/pom.xml
+++ b/extensions/jackson/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-jackson</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/jsefa/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jsefa/pom.xml b/extensions/jsefa/pom.xml
index 8ccd6a2..b50ebf6 100644
--- a/extensions/jsefa/pom.xml
+++ b/extensions/jsefa/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-jsefa</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/jsonp/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jsonp/pom.xml b/extensions/jsonp/pom.xml
index 30ff87d..9894eed 100644
--- a/extensions/jsonp/pom.xml
+++ b/extensions/jsonp/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-jsonp</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/modelmapper/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/modelmapper/pom.xml b/extensions/modelmapper/pom.xml
index bbdf10e..0ad84aa 100644
--- a/extensions/modelmapper/pom.xml
+++ b/extensions/modelmapper/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-modelmapper</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/extensions/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 2e3ea89..f943b93 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/jaxrs/jaxrs-client/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-client/pom.xml b/gui/jaxrs/jaxrs-client/pom.xml
index 650af6b..372ad3b 100644
--- a/gui/jaxrs/jaxrs-client/pom.xml
+++ b/gui/jaxrs/jaxrs-client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>batchee-jaxrs</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/jaxrs/jaxrs-common/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-common/pom.xml b/gui/jaxrs/jaxrs-common/pom.xml
index 75afbd1..ac2085a 100644
--- a/gui/jaxrs/jaxrs-common/pom.xml
+++ b/gui/jaxrs/jaxrs-common/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>batchee-jaxrs</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/jaxrs/jaxrs-server/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-server/pom.xml b/gui/jaxrs/jaxrs-server/pom.xml
index fcf3b71..3159377 100644
--- a/gui/jaxrs/jaxrs-server/pom.xml
+++ b/gui/jaxrs/jaxrs-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>batchee-jaxrs</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/pom.xml b/gui/jaxrs/pom.xml
index 8730476..219c97b 100644
--- a/gui/jaxrs/pom.xml
+++ b/gui/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-gui</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-jaxrs</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/jaxrs/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/webapp/pom.xml b/gui/jaxrs/webapp/pom.xml
index c947ce9..f58d461 100644
--- a/gui/jaxrs/webapp/pom.xml
+++ b/gui/jaxrs/webapp/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.batchee</groupId>
         <artifactId>batchee-jaxrs</artifactId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/pom.xml
----------------------------------------------------------------------
diff --git a/gui/pom.xml b/gui/pom.xml
index 7665097..d2ce2f4 100644
--- a/gui/pom.xml
+++ b/gui/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-gui</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/servlet/embedded/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/embedded/pom.xml b/gui/servlet/embedded/pom.xml
index 40d6407..b02e2c9 100644
--- a/gui/servlet/embedded/pom.xml
+++ b/gui/servlet/embedded/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>batchee-servlet</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/servlet/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/pom.xml b/gui/servlet/pom.xml
index 8aeb0f3..d1cb321 100644
--- a/gui/servlet/pom.xml
+++ b/gui/servlet/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-gui</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-servlet</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/gui/servlet/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/webapp/pom.xml b/gui/servlet/webapp/pom.xml
index 427e3d4..80e311a 100644
--- a/gui/servlet/webapp/pom.xml
+++ b/gui/servlet/webapp/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>batchee-servlet</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 1a5db75..f5db2f4 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.batchee</groupId>
         <artifactId>batchee</artifactId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>integration-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/integration-tests/transaction/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/transaction/pom.xml b/integration-tests/transaction/pom.xml
index d1fc8ff..6a5ea63 100644
--- a/integration-tests/transaction/pom.xml
+++ b/integration-tests/transaction/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.batchee</groupId>
         <artifactId>integration-tests</artifactId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>integration-transaction</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/jbatch/pom.xml
----------------------------------------------------------------------
diff --git a/jbatch/pom.xml b/jbatch/pom.xml
index 7c0ecf5..1ae9031 100644
--- a/jbatch/pom.xml
+++ b/jbatch/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-jbatch</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d5a6b32..d2c7ccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.batchee</groupId>
     <artifactId>batchee</artifactId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>BatchEE</name>
 
@@ -34,7 +34,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-batchee.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-batchee.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-batchee.git;a=summary</url>
-      <tag>batchee-0.4-incubating</tag>
+      <tag>HEAD</tag>
   </scm>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index fd66244..fe0206c 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/tools/cli/pom.xml
----------------------------------------------------------------------
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index 0268276..6a5a3c8 100644
--- a/tools/cli/pom.xml
+++ b/tools/cli/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-tools</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/tools/doc-api/pom.xml
----------------------------------------------------------------------
diff --git a/tools/doc-api/pom.xml b/tools/doc-api/pom.xml
index c7dda43..dd2252a 100644
--- a/tools/doc-api/pom.xml
+++ b/tools/doc-api/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-tools</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-doc-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/tools/ee6/pom.xml
----------------------------------------------------------------------
diff --git a/tools/ee6/pom.xml b/tools/ee6/pom.xml
index 9ce0d0d..b1a638b 100644
--- a/tools/ee6/pom.xml
+++ b/tools/ee6/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-tools</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-ee6</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/tools/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml
index a341b9a..39d5484 100644
--- a/tools/maven-plugin/pom.xml
+++ b/tools/maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-tools</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating</version>
+    <version>0.5-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/43e3015d/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 11f1f85..f331119 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating</version>
+        <version>0.5-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-tools</artifactId>


[2/3] incubator-batchee git commit: [maven-release-plugin] prepare release batchee-0.4-incubating

Posted by rm...@apache.org.
[maven-release-plugin] prepare release batchee-0.4-incubating


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/0dabf849
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/0dabf849
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/0dabf849

Branch: refs/heads/master
Commit: 0dabf849ce59fa26d4dbde301335b74e5715ca2f
Parents: 04defca
Author: rmannibucau <rm...@apache.org>
Authored: Thu Sep 22 16:00:07 2016 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Mon Sep 26 10:57:35 2016 +0200

----------------------------------------------------------------------
 extensions/beanio/pom.xml               | 2 +-
 extensions/camel/pom.xml                | 2 +-
 extensions/cdi/pom.xml                  | 2 +-
 extensions/commons-csv/pom.xml          | 4 ++--
 extensions/extension-doc-helper/pom.xml | 4 ++--
 extensions/extras/pom.xml               | 2 +-
 extensions/groovy/pom.xml               | 2 +-
 extensions/hazelcast/pom.xml            | 2 +-
 extensions/jackson/pom.xml              | 2 +-
 extensions/jsefa/pom.xml                | 2 +-
 extensions/jsonp/pom.xml                | 2 +-
 extensions/modelmapper/pom.xml          | 2 +-
 extensions/pom.xml                      | 2 +-
 gui/jaxrs/jaxrs-client/pom.xml          | 2 +-
 gui/jaxrs/jaxrs-common/pom.xml          | 2 +-
 gui/jaxrs/jaxrs-server/pom.xml          | 2 +-
 gui/jaxrs/pom.xml                       | 2 +-
 gui/jaxrs/webapp/pom.xml                | 2 +-
 gui/pom.xml                             | 2 +-
 gui/servlet/embedded/pom.xml            | 2 +-
 gui/servlet/pom.xml                     | 2 +-
 gui/servlet/webapp/pom.xml              | 2 +-
 integration-tests/pom.xml               | 2 +-
 integration-tests/transaction/pom.xml   | 2 +-
 jbatch/pom.xml                          | 2 +-
 pom.xml                                 | 4 ++--
 test/pom.xml                            | 2 +-
 tools/cli/pom.xml                       | 2 +-
 tools/doc-api/pom.xml                   | 4 ++--
 tools/ee6/pom.xml                       | 2 +-
 tools/maven-plugin/pom.xml              | 2 +-
 tools/pom.xml                           | 2 +-
 32 files changed, 36 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/beanio/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/beanio/pom.xml b/extensions/beanio/pom.xml
index 7ba7d5d..b583f2c 100644
--- a/extensions/beanio/pom.xml
+++ b/extensions/beanio/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-beanio</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/camel/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/camel/pom.xml b/extensions/camel/pom.xml
index 553a138..c42c0ca 100644
--- a/extensions/camel/pom.xml
+++ b/extensions/camel/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-camel</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cdi/pom.xml b/extensions/cdi/pom.xml
index 2bc90f9..c2eaf13 100644
--- a/extensions/cdi/pom.xml
+++ b/extensions/cdi/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/commons-csv/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/commons-csv/pom.xml b/extensions/commons-csv/pom.xml
index 3a791fc..4a413d8 100644
--- a/extensions/commons-csv/pom.xml
+++ b/extensions/commons-csv/pom.xml
@@ -15,13 +15,13 @@
   See the License for the 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-commons-csv</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/extension-doc-helper/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/extension-doc-helper/pom.xml b/extensions/extension-doc-helper/pom.xml
index 8e21d11..df10d16 100644
--- a/extensions/extension-doc-helper/pom.xml
+++ b/extensions/extension-doc-helper/pom.xml
@@ -15,11 +15,11 @@
   See the License for the 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/extras/pom.xml b/extensions/extras/pom.xml
index 5f95ec1..d26c33b 100644
--- a/extensions/extras/pom.xml
+++ b/extensions/extras/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-extras</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/groovy/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/groovy/pom.xml b/extensions/groovy/pom.xml
index 9904b70..8961b56 100644
--- a/extensions/groovy/pom.xml
+++ b/extensions/groovy/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-groovy</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml
index 41fa7ef..5fde316 100644
--- a/extensions/hazelcast/pom.xml
+++ b/extensions/hazelcast/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-hazelcast</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/jackson/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index f077053..ab095cc 100644
--- a/extensions/jackson/pom.xml
+++ b/extensions/jackson/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-jackson</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/jsefa/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jsefa/pom.xml b/extensions/jsefa/pom.xml
index 28470e5..8ccd6a2 100644
--- a/extensions/jsefa/pom.xml
+++ b/extensions/jsefa/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-jsefa</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/jsonp/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jsonp/pom.xml b/extensions/jsonp/pom.xml
index 4ab4b93..30ff87d 100644
--- a/extensions/jsonp/pom.xml
+++ b/extensions/jsonp/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-jsonp</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/modelmapper/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/modelmapper/pom.xml b/extensions/modelmapper/pom.xml
index 2c8e58d..bbdf10e 100644
--- a/extensions/modelmapper/pom.xml
+++ b/extensions/modelmapper/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-extensions</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-modelmapper</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/extensions/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 35b0869..2e3ea89 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/jaxrs/jaxrs-client/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-client/pom.xml b/gui/jaxrs/jaxrs-client/pom.xml
index 8c90e14..650af6b 100644
--- a/gui/jaxrs/jaxrs-client/pom.xml
+++ b/gui/jaxrs/jaxrs-client/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>batchee-jaxrs</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/jaxrs/jaxrs-common/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-common/pom.xml b/gui/jaxrs/jaxrs-common/pom.xml
index 72df1b9..75afbd1 100644
--- a/gui/jaxrs/jaxrs-common/pom.xml
+++ b/gui/jaxrs/jaxrs-common/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>batchee-jaxrs</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/jaxrs/jaxrs-server/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-server/pom.xml b/gui/jaxrs/jaxrs-server/pom.xml
index 21ac88e..fcf3b71 100644
--- a/gui/jaxrs/jaxrs-server/pom.xml
+++ b/gui/jaxrs/jaxrs-server/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <artifactId>batchee-jaxrs</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/pom.xml b/gui/jaxrs/pom.xml
index 3c3c8f4..8730476 100644
--- a/gui/jaxrs/pom.xml
+++ b/gui/jaxrs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-gui</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-jaxrs</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/jaxrs/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/webapp/pom.xml b/gui/jaxrs/webapp/pom.xml
index 7d43f47..c947ce9 100644
--- a/gui/jaxrs/webapp/pom.xml
+++ b/gui/jaxrs/webapp/pom.xml
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.apache.batchee</groupId>
         <artifactId>batchee-jaxrs</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/pom.xml
----------------------------------------------------------------------
diff --git a/gui/pom.xml b/gui/pom.xml
index 89cee9e..7665097 100644
--- a/gui/pom.xml
+++ b/gui/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-gui</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/servlet/embedded/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/embedded/pom.xml b/gui/servlet/embedded/pom.xml
index cc8efb9..40d6407 100644
--- a/gui/servlet/embedded/pom.xml
+++ b/gui/servlet/embedded/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>batchee-servlet</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/servlet/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/pom.xml b/gui/servlet/pom.xml
index 07b73c0..8aeb0f3 100644
--- a/gui/servlet/pom.xml
+++ b/gui/servlet/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-gui</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-servlet</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/gui/servlet/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/webapp/pom.xml b/gui/servlet/webapp/pom.xml
index b4cf109..427e3d4 100644
--- a/gui/servlet/webapp/pom.xml
+++ b/gui/servlet/webapp/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>batchee-servlet</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index c394373..1a5db75 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.batchee</groupId>
         <artifactId>batchee</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>integration-tests</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/integration-tests/transaction/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/transaction/pom.xml b/integration-tests/transaction/pom.xml
index 1e2122d..d1fc8ff 100644
--- a/integration-tests/transaction/pom.xml
+++ b/integration-tests/transaction/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.batchee</groupId>
         <artifactId>integration-tests</artifactId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>integration-transaction</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/jbatch/pom.xml
----------------------------------------------------------------------
diff --git a/jbatch/pom.xml b/jbatch/pom.xml
index bb62c9e..7c0ecf5 100644
--- a/jbatch/pom.xml
+++ b/jbatch/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-jbatch</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4869524..d5a6b32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.batchee</groupId>
     <artifactId>batchee</artifactId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
     <packaging>pom</packaging>
     <name>BatchEE</name>
 
@@ -34,7 +34,7 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-batchee.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-batchee.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-batchee.git;a=summary</url>
-      <tag>HEAD</tag>
+      <tag>batchee-0.4-incubating</tag>
   </scm>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index 5340763..fd66244 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/tools/cli/pom.xml
----------------------------------------------------------------------
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index 6caeb3c..0268276 100644
--- a/tools/cli/pom.xml
+++ b/tools/cli/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-tools</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/tools/doc-api/pom.xml
----------------------------------------------------------------------
diff --git a/tools/doc-api/pom.xml b/tools/doc-api/pom.xml
index f0dc773..c7dda43 100644
--- a/tools/doc-api/pom.xml
+++ b/tools/doc-api/pom.xml
@@ -15,13 +15,13 @@
   See the License for the 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <artifactId>batchee-tools</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-doc-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/tools/ee6/pom.xml
----------------------------------------------------------------------
diff --git a/tools/ee6/pom.xml b/tools/ee6/pom.xml
index f9e9e73..9ce0d0d 100644
--- a/tools/ee6/pom.xml
+++ b/tools/ee6/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-tools</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-ee6</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/tools/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml
index da68fa8..a341b9a 100644
--- a/tools/maven-plugin/pom.xml
+++ b/tools/maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee-tools</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.4-incubating-SNAPSHOT</version>
+    <version>0.4-incubating</version>
   </parent>
 
   <artifactId>batchee-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/0dabf849/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index 3945bdd..11f1f85 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.4-incubating-SNAPSHOT</version>
+        <version>0.4-incubating</version>
     </parent>
 
     <artifactId>batchee-tools</artifactId>


[3/3] incubator-batchee git commit: license/notice for servlet embedded module

Posted by rm...@apache.org.
license/notice for servlet embedded module


Project: http://git-wip-us.apache.org/repos/asf/incubator-batchee/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-batchee/commit/6caf91cc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/6caf91cc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/6caf91cc

Branch: refs/heads/master
Commit: 6caf91cc17547b47f4c803d5212c7d88f7488cad
Parents: 43e3015
Author: rmannibucau <rm...@apache.org>
Authored: Mon Sep 26 11:11:23 2016 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Mon Sep 26 11:11:23 2016 +0200

----------------------------------------------------------------------
 .../src/main/resources/META-INF/LICENSE         | 217 +++++++++++++++++++
 .../embedded/src/main/resources/META-INF/NOTICE |  17 ++
 2 files changed, 234 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/6caf91cc/gui/servlet/embedded/src/main/resources/META-INF/LICENSE
----------------------------------------------------------------------
diff --git a/gui/servlet/embedded/src/main/resources/META-INF/LICENSE b/gui/servlet/embedded/src/main/resources/META-INF/LICENSE
new file mode 100644
index 0000000..96884d1
--- /dev/null
+++ b/gui/servlet/embedded/src/main/resources/META-INF/LICENSE
@@ -0,0 +1,217 @@
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+---
+
+The MIT License (MIT)
+
+Copyright (c) <year> <copyright holders>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+---
+

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/6caf91cc/gui/servlet/embedded/src/main/resources/META-INF/NOTICE
----------------------------------------------------------------------
diff --git a/gui/servlet/embedded/src/main/resources/META-INF/NOTICE b/gui/servlet/embedded/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..e8601f0
--- /dev/null
+++ b/gui/servlet/embedded/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,17 @@
+jQuery v2.0.3 | (c) 2005, 2013 jQuery Foundation, Inc. | jquery.org/license
+
+License: MIT
+
+---
+
+Normalise
+MIT License | git.io/normalize
+ 
+---
+
+Bootstrap v3.0.0
+
+Copyright 2013 Twitter, Inc
+Licensed under the Apache License v2.0
+http://www.apache.org/licenses/LICENSE-2.0
+