You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by cr...@apache.org on 2014/08/01 22:46:50 UTC

[2/3] git commit: upgrade to samza 0.8.0

upgrade to samza 0.8.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/commit/9b46d8a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/tree/9b46d8a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/diff/9b46d8a5

Branch: refs/heads/latest
Commit: 9b46d8a5466412bb7a8dc87d56771c1ae84a192c
Parents: 51d386b
Author: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Authored: Fri Aug 1 12:46:08 2014 -0700
Committer: Chris Riccomini <cr...@criccomi-mn.linkedin.biz>
Committed: Fri Aug 1 12:46:08 2014 -0700

----------------------------------------------------------------------
 bin/grid | 2 +-
 pom.xml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/9b46d8a5/bin/grid
----------------------------------------------------------------------
diff --git a/bin/grid b/bin/grid
index a96bfa7..9c8f0d7 100755
--- a/bin/grid
+++ b/bin/grid
@@ -198,7 +198,7 @@ elif (test -z "$COMMAND" && test -z "$SYSTEM") \
   echo
   echo "  $ grid"
   echo "  $ grid bootstrap"
-  echo "  $ grid install [yarn|kafka|zookeeper|all]"
+  echo "  $ grid install [yarn|kafka|zookeeper|samza|all]"
   echo "  $ grid start [yarn|kafka|zookeeper|all]"
   echo "  $ grid stop [yarn|kafka|zookeeper|all]"
   echo

http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/9b46d8a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90f6c03..fe3ab9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@ under the License.
   <properties>
     <!-- maven specific properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <samza.version>0.7.0</samza.version>
+    <samza.version>0.8.0-SNAPSHOT</samza.version>
   </properties>
 
   <modules>