Repository: samza-hello-samza Updated Branches: refs/heads/latest e0c3b3d69 -> 93c343848
SAMZA-631: upgrade to use Samza 0.10.0-SNAPSHOT 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/93c34384 Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/93c34384 Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/93c34384 Branch: refs/heads/latest Commit: 93c3438483f335f136211852691075d3af3bdb07 Parents: e0c3b3d Author: Yan Fang <[email protected]> Authored: Wed Apr 1 16:23:03 2015 -0700 Committer: Yan Fang <[email protected]> Committed: Wed Apr 1 16:23:03 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/93c34384/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8f7dab0..0e3bf5f 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.9.0</version> + <version>0.10.0</version> <packaging>jar</packaging> <name>Samza Example</name> <description> @@ -113,7 +113,7 @@ under the License. <properties> <!-- maven specific properties --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <samza.version>0.9.0-SNAPSHOT</samza.version> + <samza.version>0.10.0-SNAPSHOT</samza.version> </properties> <developers>
