You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/09 01:26:05 UTC

[24/33] samza-hello-samza git commit: Updated self and samza dependency versions.

Updated self and samza dependency versions.

'latest' branch should point to the current samza master version, which is 0.13.1-SNAPSHOT.
Updated the samza-hello-samza version to 0.13.1 as well, although that probably isn't relevant since we don't publish this artifact (right?).

Author: Prateek Maheshwari <pm...@linkedin.com>

Reviewers: Jacob Maes <jm...@linkedin.com>

Closes #22 from prateekm/version-update


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

Branch: refs/heads/master
Commit: 901c3a390b7a6ffe60ffa6d1367681607fcc8203
Parents: 373b3a0
Author: Prateek Maheshwari <pm...@linkedin.com>
Authored: Wed Jun 14 15:22:20 2017 -0700
Committer: Jacob Maes <jm...@linkedin.com>
Committed: Wed Jun 14 15:22:20 2017 -0700

----------------------------------------------------------------------
 bin/grid          | 1 +
 gradle.properties | 2 +-
 pom.xml           | 4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/901c3a39/bin/grid
----------------------------------------------------------------------
diff --git a/bin/grid b/bin/grid
index 5dff403..5281379 100755
--- a/bin/grid
+++ b/bin/grid
@@ -79,6 +79,7 @@ install_all_without_yarn() {
 }
 
 install_samza() {
+  echo "Building samza from master..."
   mkdir -p "$DEPLOY_ROOT_DIR"
   if [ -d "$DOWNLOAD_CACHE_DIR/samza/.git" ]; then
     pushd "$DOWNLOAD_CACHE_DIR/samza"

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/901c3a39/gradle.properties
----------------------------------------------------------------------
diff --git a/gradle.properties b/gradle.properties
index 294875b..800e15b 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-SAMZA_VERSION=0.13.0-SNAPSHOT
+SAMZA_VERSION=0.13.1-SNAPSHOT
 KAFKA_VERSION=0.10.1.1
 HADOOP_VERSION=2.6.1
 

http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/901c3a39/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a0b54e..ada4c2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
   <groupId>org.apache.samza</groupId>
   <artifactId>hello-samza</artifactId>
-  <version>0.13.0</version>
+  <version>0.13.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Samza Example</name>
   <description>
@@ -143,7 +143,7 @@ under the License.
   <properties>
     <!-- maven specific properties -->
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <samza.version>0.13.0-SNAPSHOT</samza.version>
+    <samza.version>0.13.1-SNAPSHOT</samza.version>
     <hadoop.version>2.6.1</hadoop.version>
   </properties>