This is an automated email from the ASF dual-hosted git repository.

pramod pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apex-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 4a91c30  Preparing for 3.8.0 development
4a91c30 is described below

commit 4a91c30c25c0c10562aec4350fb03e40a06d4a89
Author: Apex Dev <d...@apex.apache.org>
AuthorDate: Mon Apr 9 08:31:06 2018 -0700

    Preparing for 3.8.0 development
---
 apex-app-archetype/README.md  | 2 +-
 apex-app-archetype/pom.xml    | 2 +-
 apex-conf-archetype/README.md | 2 +-
 apex-conf-archetype/pom.xml   | 2 +-
 api/pom.xml                   | 2 +-
 bufferserver/pom.xml          | 2 +-
 common/pom.xml                | 2 +-
 engine/pom.xml                | 2 +-
 pom.xml                       | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/apex-app-archetype/README.md b/apex-app-archetype/README.md
index 43423dc..9407453 100644
--- a/apex-app-archetype/README.md
+++ b/apex-app-archetype/README.md
@@ -6,7 +6,7 @@ How to Generate an Apex Application Project Template
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex 
-DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.7.0-SNAPSHOT 
-DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp 
-Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex 
-DarchetypeArtifactId=apex-app-archetype -DarchetypeVersion=3.8.0-SNAPSHOT 
-DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexapp 
-Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the 
above command.
 Write your application code and optionally operator code 
diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml
index 74f7d59..1dc6eb2 100644
--- a/apex-app-archetype/pom.xml
+++ b/apex-app-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-app-archetype</artifactId>
diff --git a/apex-conf-archetype/README.md b/apex-conf-archetype/README.md
index ecb5457..a3f1bef 100644
--- a/apex-conf-archetype/README.md
+++ b/apex-conf-archetype/README.md
@@ -6,7 +6,7 @@ How to Generate a Apex App Configuration Project Template
 
 Run the following command
 
-    mvn archetype:generate -DarchetypeGroupId=org.apache.apex 
-DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.7.0-SNAPSHOT 
-DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf 
-Dversion=1.0-SNAPSHOT
+    mvn archetype:generate -DarchetypeGroupId=org.apache.apex 
-DarchetypeArtifactId=apex-conf-archetype -DarchetypeVersion=3.8.0-SNAPSHOT 
-DgroupId=com.example -Dpackage=com.example.myapexapp -DartifactId=myapexconf 
-Dversion=1.0-SNAPSHOT
 
 Using your favorite IDE, open the project that has just been created by the 
above command.
 Write your application code and optionally operator code 
diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml
index 93389ec..06e6068 100644
--- a/apex-conf-archetype/pom.xml
+++ b/apex-conf-archetype/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-conf-archetype</artifactId>
diff --git a/api/pom.xml b/api/pom.xml
index 24e366b..29f237e 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-api</artifactId>
diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml
index 21d50eb..228d290 100644
--- a/bufferserver/pom.xml
+++ b/bufferserver/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-bufferserver</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index b39148e..5b0d725 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-common</artifactId>
diff --git a/engine/pom.xml b/engine/pom.xml
index 93e7d97..2776140 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>apex</artifactId>
-    <version>3.7.0-SNAPSHOT</version>
+    <version>3.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>apex-engine</artifactId>
diff --git a/pom.xml b/pom.xml
index acd3c9d..14af73f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.apex</groupId>
   <artifactId>apex</artifactId>
-  <version>3.7.0-SNAPSHOT</version>
+  <version>3.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Apex</name>

-- 
To stop receiving notification emails like this one, please contact
pra...@apache.org.

Reply via email to