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 2015/03/27 21:48:22 UTC

samza git commit: SAMZA-621; fix zopkio test package path for 0.10.0

Repository: samza
Updated Branches:
  refs/heads/master 8aeec8def -> faf93fff3


SAMZA-621; fix zopkio test package path for 0.10.0


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

Branch: refs/heads/master
Commit: faf93fff3a40b866e5e03fa3f1dde883dd17a926
Parents: 8aeec8d
Author: Chris Riccomini <cr...@apache.org>
Authored: Fri Mar 27 13:48:15 2015 -0700
Committer: Chris Riccomini <cr...@apache.org>
Committed: Fri Mar 27 13:48:15 2015 -0700

----------------------------------------------------------------------
 samza-test/src/main/python/configs/tests.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/faf93fff/samza-test/src/main/python/configs/tests.json
----------------------------------------------------------------------
diff --git a/samza-test/src/main/python/configs/tests.json b/samza-test/src/main/python/configs/tests.json
index 5251af9..30be820 100644
--- a/samza-test/src/main/python/configs/tests.json
+++ b/samza-test/src/main/python/configs/tests.json
@@ -1,5 +1,5 @@
 {
-  "samza_executable": "samza-test_2.10-0.9.0-SNAPSHOT.tgz",
+  "samza_executable": "samza-test_2.10-0.10.0-SNAPSHOT.tgz",
   "samza_install_path": "deploy/smoke_tests",
   "samza_config_factory": "org.apache.samza.config.factories.PropertiesConfigFactory"
 }