You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by an...@apache.org on 2017/11/11 17:39:21 UTC

[apex-malhar] 01/01: Preparing for 3.9.0 development

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

ananthg pushed a commit to branch release-3.8
in repository https://gitbox.apache.org/repos/asf/apex-malhar.git

commit db2c9e7888cca57fecfd26ec58016f1adc0041bb
Author: Apex Dev <de...@apex.apache.org>
AuthorDate: Sun Nov 12 04:38:42 2017 +1100

    Preparing for 3.9.0 development
---
 examples/ftp/README.md     | 4 ++--
 examples/nyctaxi/README.md | 2 +-
 examples/parser/pom.xml    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/ftp/README.md b/examples/ftp/README.md
index d4aca6a..2d82ead 100644
--- a/examples/ftp/README.md
+++ b/examples/ftp/README.md
@@ -24,12 +24,12 @@ Users can choose the application and additional configuration file to use during
 ### How to compile
 `shell> mvn clean package`
 
-This will generate application package malhar-examples-ftp-3.8.0-SNAPSHOT.apa inside target directory.
+This will generate application package malhar-examples-ftp-3.9.0-SNAPSHOT.apa inside target directory.
 
 ### How to run
 Use the application package generated above to launch the application from UI console(if available) or apex command line interface.
 
-`apex> launch target/malhar-examples-ftp-3.8.0-SNAPSHOT.apa`
+`apex> launch target/malhar-examples-ftp-3.9.0-SNAPSHOT.apa`
 
 
 
diff --git a/examples/nyctaxi/README.md b/examples/nyctaxi/README.md
index 3aa6868..acdbc52 100644
--- a/examples/nyctaxi/README.md
+++ b/examples/nyctaxi/README.md
@@ -48,7 +48,7 @@ Open the Apex CLI command prompt and run the application:
 
 ```bash
 bash> apex
-apex> launch target/malhar-examples-nyc-taxi-3.8.0-SNAPSHOT.apa
+apex> launch target/malhar-examples-nyc-taxi-3.9.0-SNAPSHOT.apa
 ```
 
 After the application has been running for 5 minutes, we can start querying the data. The reason why we need to wait
diff --git a/examples/parser/pom.xml b/examples/parser/pom.xml
index 405af22..913a37a 100644
--- a/examples/parser/pom.xml
+++ b/examples/parser/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.apex</groupId>
     <artifactId>malhar-examples</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
+    <version>3.9.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>malhar-examples-parser</artifactId>

-- 
To stop receiving notification emails like this one, please contact
"commits@apex.apache.org" <co...@apex.apache.org>.