You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@batchee.apache.org by st...@apache.org on 2014/08/17 16:35:21 UTC

[2/2] git commit: [maven-release-plugin] prepare for next development iteration

[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/1f57df14
Tree: http://git-wip-us.apache.org/repos/asf/incubator-batchee/tree/1f57df14
Diff: http://git-wip-us.apache.org/repos/asf/incubator-batchee/diff/1f57df14

Branch: refs/heads/master
Commit: 1f57df1474e37238108b276d759cf007a4753a9a
Parents: 9732f85
Author: Mark Struberg <st...@apache.org>
Authored: Sat Aug 9 21:59:45 2014 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Aug 9 21:59:45 2014 +0200

----------------------------------------------------------------------
 extensions/beanio/pom.xml      | 2 +-
 extensions/camel/pom.xml       | 2 +-
 extensions/cdi/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/modelmapper/pom.xml | 2 +-
 extensions/pom.xml             | 2 +-
 extensions/shiro/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 +-
 jbatch/pom.xml                 | 2 +-
 pom.xml                        | 4 ++--
 test/pom.xml                   | 2 +-
 tools/cli/pom.xml              | 2 +-
 tools/ee6/pom.xml              | 2 +-
 tools/maven-plugin/pom.xml     | 2 +-
 tools/pom.xml                  | 2 +-
 27 files changed, 28 insertions(+), 28 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/beanio/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/beanio/pom.xml b/extensions/beanio/pom.xml
index ebcec7e..cb6c3a8 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-beanio</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/camel/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/camel/pom.xml b/extensions/camel/pom.xml
index 568cfc1..90041aa 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-camel</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/cdi/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/cdi/pom.xml b/extensions/cdi/pom.xml
index ca6893d..575e770 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-cdi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/extras/pom.xml b/extensions/extras/pom.xml
index 976af17..62f6dd6 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-extras</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/groovy/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/groovy/pom.xml b/extensions/groovy/pom.xml
index 81a841f..4e2f2e8 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-groovy</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/hazelcast/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml
index b352124..cc9294e 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-hazelcast</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/jackson/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml
index 1b35a8d..0142383 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-jackson</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/jsefa/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/jsefa/pom.xml b/extensions/jsefa/pom.xml
index 20c3dc5..9865976 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-jsefa</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/modelmapper/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/modelmapper/pom.xml b/extensions/modelmapper/pom.xml
index 4065254..6ff1216 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.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-modelmapper</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 01a76b5..b974fc1 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-extensions</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/extensions/shiro/pom.xml
----------------------------------------------------------------------
diff --git a/extensions/shiro/pom.xml b/extensions/shiro/pom.xml
index 9ccad16..71c1388 100644
--- a/extensions/shiro/pom.xml
+++ b/extensions/shiro/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee-extensions</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-shiro</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/jaxrs/jaxrs-client/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-client/pom.xml b/gui/jaxrs/jaxrs-client/pom.xml
index c4c3ced..8f14fd8 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/jaxrs/jaxrs-common/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-common/pom.xml b/gui/jaxrs/jaxrs-common/pom.xml
index 29837f8..d6b5a11 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/jaxrs/jaxrs-server/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/jaxrs-server/pom.xml b/gui/jaxrs/jaxrs-server/pom.xml
index a679f0f..9c79ed0 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/jaxrs/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/pom.xml b/gui/jaxrs/pom.xml
index 6145ed2..e9aa9d0 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-jaxrs</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/jaxrs/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/gui/jaxrs/webapp/pom.xml b/gui/jaxrs/webapp/pom.xml
index 5c755b4..e546b8a 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/pom.xml
----------------------------------------------------------------------
diff --git a/gui/pom.xml b/gui/pom.xml
index 51fd912..10e1f53 100644
--- a/gui/pom.xml
+++ b/gui/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-gui</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/servlet/embedded/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/embedded/pom.xml b/gui/servlet/embedded/pom.xml
index f94ec8b..8adc2fb 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.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/servlet/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/pom.xml b/gui/servlet/pom.xml
index 3884c1c..ba129e3 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.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-servlet</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/gui/servlet/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/gui/servlet/webapp/pom.xml b/gui/servlet/webapp/pom.xml
index 71de218..005500a 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.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/jbatch/pom.xml
----------------------------------------------------------------------
diff --git a/jbatch/pom.xml b/jbatch/pom.xml
index 09bed26..9af8663 100644
--- a/jbatch/pom.xml
+++ b/jbatch/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-jbatch</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 39d21a2..fdad006 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
     <groupId>org.apache.batchee</groupId>
     <artifactId>batchee</artifactId>
-    <version>0.2-incubating</version>
+    <version>0.3-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.2-incubating</tag>
+      <tag>HEAD</tag>
   </scm>
 
 

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index d8e0f25..6d36a4c 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>batchee</artifactId>
     <groupId>org.apache.batchee</groupId>
-    <version>0.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-test</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/tools/cli/pom.xml
----------------------------------------------------------------------
diff --git a/tools/cli/pom.xml b/tools/cli/pom.xml
index 0a369db..1ee68db 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.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/tools/ee6/pom.xml
----------------------------------------------------------------------
diff --git a/tools/ee6/pom.xml b/tools/ee6/pom.xml
index 04250c5..89fff11 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.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-ee6</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/tools/maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tools/maven-plugin/pom.xml b/tools/maven-plugin/pom.xml
index 57cefc2..057180d 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.2-incubating</version>
+    <version>0.3-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>batchee-maven-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-batchee/blob/1f57df14/tools/pom.xml
----------------------------------------------------------------------
diff --git a/tools/pom.xml b/tools/pom.xml
index fa75b37..4001719 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>batchee</artifactId>
         <groupId>org.apache.batchee</groupId>
-        <version>0.2-incubating</version>
+        <version>0.3-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>batchee-tools</artifactId>