update quickstart scripts for 0.9.0 release

Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/5b2a605b
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/5b2a605b
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/5b2a605b

Branch: refs/heads/asf-site
Commit: 5b2a605b6821bb5a6e440c3e7dd1414133e95ff9
Parents: 48fe652
Author: Maximilian Michels <m...@apache.org>
Authored: Wed Jun 24 11:23:05 2015 +0200
Committer: Maximilian Michels <m...@apache.org>
Committed: Wed Jun 24 11:23:05 2015 +0200

----------------------------------------------------------------------
 q/quickstart-SNAPSHOT.sh       | 3 +--
 q/quickstart-scala-SNAPSHOT.sh | 3 +--
 q/quickstart-scala.sh          | 3 +--
 q/quickstart.sh                | 4 +---
 4 files changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/5b2a605b/q/quickstart-SNAPSHOT.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-SNAPSHOT.sh b/q/quickstart-SNAPSHOT.sh
index 9c8bad9..bfbf5ad 100755
--- a/q/quickstart-SNAPSHOT.sh
+++ b/q/quickstart-SNAPSHOT.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-java          \
-  -DarchetypeVersion=0.9-SNAPSHOT                                      \
+  -DarchetypeVersion=0.10-SNAPSHOT                                     \
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \
@@ -45,4 +45,3 @@ echo -e "\\t\\t mvn clean package"
 echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
 echo -e "\\tConsult our website if you have any troubles: 
http://flink.apache.org/community.html#mailing-lists";
 echo -e "\\n\\n"
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5b2a605b/q/quickstart-scala-SNAPSHOT.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-scala-SNAPSHOT.sh b/q/quickstart-scala-SNAPSHOT.sh
index 5f9e6eb..18f709e 100755
--- a/q/quickstart-scala-SNAPSHOT.sh
+++ b/q/quickstart-scala-SNAPSHOT.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-scala         \
-  -DarchetypeVersion=0.9-SNAPSHOT                                      \
+  -DarchetypeVersion=0.10-SNAPSHOT                                     \
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \
@@ -45,4 +45,3 @@ echo -e "\\t\\t mvn clean package"
 echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
 echo -e "\\tConsult our website if you have any troubles: 
http://flink.apache.org/community.html#mailing-lists";
 echo -e "\\n\\n"
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5b2a605b/q/quickstart-scala.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-scala.sh b/q/quickstart-scala.sh
index 2d05968..d81cb2b 100755
--- a/q/quickstart-scala.sh
+++ b/q/quickstart-scala.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-scala         \
-  -DarchetypeVersion=0.8.1                                                     
\
+  -DarchetypeVersion=0.9.0                                                     
\
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \
@@ -44,4 +44,3 @@ echo -e "\\t\\t mvn clean package"
 echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
 echo -e "\\tConsult our website if you have any troubles: 
http://flink.apache.org/community.html#mailing-lists";
 echo -e "\\n\\n"
-

http://git-wip-us.apache.org/repos/asf/flink-web/blob/5b2a605b/q/quickstart.sh
----------------------------------------------------------------------
diff --git a/q/quickstart.sh b/q/quickstart.sh
index 1ca8695..ad29431 100755
--- a/q/quickstart.sh
+++ b/q/quickstart.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-java          \
-  -DarchetypeVersion=0.8.1                                                     
\
+  -DarchetypeVersion=0.9.0                                                     
\
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \
@@ -44,5 +44,3 @@ echo -e "\\t\\t mvn clean package"
 echo -e "\\tYou will find the runnable jar in $PACKAGE/target"
 echo -e "\\tConsult our website if you have any troubles: 
http://flink.apache.org/community.html#mailing-lists";
 echo -e "\\n\\n"
-
-

Reply via email to