You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by ni...@apache.org on 2017/02/22 01:17:05 UTC

samza git commit: SAMZA-1097: update master branch to use 0.13.0-SNAPSHOT version

Repository: samza
Updated Branches:
  refs/heads/master 062ac56d1 -> eab180010


SAMZA-1097: update master branch to use 0.13.0-SNAPSHOT version

Author: Yi Pan (Data Infrastructure) <ni...@gmail.com>

Reviewers: jagadish <jv...@linkedin.com>

Closes #59 from nickpan47/SAMZA-1097


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

Branch: refs/heads/master
Commit: eab180010e9e4cd3511b55c838681b0b12e21f94
Parents: 062ac56
Author: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Authored: Tue Feb 21 17:16:58 2017 -0800
Committer: Yi Pan (Data Infrastructure) <ni...@gmail.com>
Committed: Tue Feb 21 17:16:58 2017 -0800

----------------------------------------------------------------------
 gradle.properties                             | 2 +-
 samza-test/src/main/python/configs/tests.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza/blob/eab18001/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 82fa1ed..026f406 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 group=org.apache.samza
-version=0.12.0
+version=0.13.0-SNAPSHOT
 scalaVersion=2.11
 
 gradleVersion=2.8

http://git-wip-us.apache.org/repos/asf/samza/blob/eab18001/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 5dcb724..a9f7881 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.11-0.12.0.tgz",
+  "samza_executable": "samza-test_2.11-0.13.0-SNAPSHOT.tgz",
   "samza_install_path": "deploy/smoke_tests",
   "samza_config_factory": "org.apache.samza.config.factories.PropertiesConfigFactory"
 }