Repository: incubator-samza-hello-samza Updated Branches: refs/heads/master 4f265f7e4 -> 1b5006b5c
SAMZA-306; migrate hello samza to 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/1b5006b5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/tree/1b5006b5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/diff/1b5006b5 Branch: refs/heads/master Commit: 1b5006b5c21e9e71caeb02f3baf5074fec8b5ca7 Parents: 4f265f7 Author: Chinmay Soman <[email protected]> Authored: Tue Jul 1 13:49:48 2014 -0700 Committer: Chris Riccomini <[email protected]> Committed: Tue Jul 1 13:49:48 2014 -0700 ---------------------------------------------------------------------- pom.xml | 22 +++++++++++++--------- samza-job-package/pom.xml | 2 +- samza-wikipedia/pom.xml | 2 +- 3 files changed, 15 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/1b5006b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0847493..51bf0fc 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ under the License. <groupId>samza</groupId> <artifactId>samza-example-parent</artifactId> - <version>0.7.0</version> + <version>0.8.0</version> <packaging>pom</packaging> <name>Samza Parent</name> <description> @@ -40,44 +40,44 @@ under the License. <dependency> <groupId>samza</groupId> <artifactId>samza-wikipedia</artifactId> - <version>0.7.0</version> + <version>0.8.0</version> </dependency> <dependency> <groupId>org.apache.samza</groupId> <artifactId>samza-api</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.samza</groupId> <artifactId>samza-core_2.10</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.samza</groupId> <artifactId>samza-serializers_2.10</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.samza</groupId> <artifactId>samza-shell</artifactId> <classifier>dist</classifier> <type>tgz</type> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.samza</groupId> <artifactId>samza-yarn_2.10</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.samza</groupId> <artifactId>samza-kv_2.10</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.samza</groupId> <artifactId>samza-kafka_2.10</artifactId> - <version>0.7.0</version> + <version>0.8.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.kafka</groupId> @@ -146,6 +146,10 @@ under the License. <repositories> <repository> + <id>my-local-repo</id> + <url>file://${user.home}/.m2/repository</url> + </repository> + <repository> <id>apache-releases</id> <url>https://repository.apache.org/content/groups/public</url> </repository> http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/1b5006b5/samza-job-package/pom.xml ---------------------------------------------------------------------- diff --git a/samza-job-package/pom.xml b/samza-job-package/pom.xml index 5dafbfc..cd81eb6 100644 --- a/samza-job-package/pom.xml +++ b/samza-job-package/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>samza</groupId> <artifactId>samza-example-parent</artifactId> - <version>0.7.0</version> + <version>0.8.0</version> </parent> <artifactId>samza-job-package</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/1b5006b5/samza-wikipedia/pom.xml ---------------------------------------------------------------------- diff --git a/samza-wikipedia/pom.xml b/samza-wikipedia/pom.xml index 20d94ed..671bdd5 100644 --- a/samza-wikipedia/pom.xml +++ b/samza-wikipedia/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>samza</groupId> <artifactId>samza-example-parent</artifactId> - <version>0.7.0</version> + <version>0.8.0</version> </parent> <artifactId>samza-wikipedia</artifactId>
