Return-Path: X-Original-To: apmail-streams-commits-archive@minotaur.apache.org Delivered-To: apmail-streams-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9753F10BBB for ; Sat, 16 May 2015 19:16:54 +0000 (UTC) Received: (qmail 33447 invoked by uid 500); 16 May 2015 19:16:54 -0000 Delivered-To: apmail-streams-commits-archive@streams.apache.org Received: (qmail 33428 invoked by uid 500); 16 May 2015 19:16:54 -0000 Mailing-List: contact commits-help@streams.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@streams.incubator.apache.org Delivered-To: mailing list commits@streams.incubator.apache.org Received: (qmail 33419 invoked by uid 99); 16 May 2015 19:16:54 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 19:16:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CF5FDC554D for ; Sat, 16 May 2015 19:16:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.77 X-Spam-Level: * X-Spam-Status: No, score=1.77 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id QMf2KcwCgH2s for ; Sat, 16 May 2015 19:16:52 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 1F94743DAB for ; Sat, 16 May 2015 19:16:52 +0000 (UTC) Received: (qmail 33413 invoked by uid 99); 16 May 2015 19:16:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 May 2015 19:16:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8A5B0E0544; Sat, 16 May 2015 19:16:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sblackmon@apache.org To: commits@streams.incubator.apache.org Date: Sat, 16 May 2015 19:17:02 -0000 Message-Id: <160c7df83b3f403aaf11f46ef0f01ea2@git.apache.org> In-Reply-To: <045fa2e4c75b4f34a67bb5764ef2596e@git.apache.org> References: <045fa2e4c75b4f34a67bb5764ef2596e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/12] incubator-streams-examples git commit: [maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1 [maven-release-plugin] prepare release streams-examples-0.2-incubating-rc1 Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/11d4e59f Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/11d4e59f Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/11d4e59f Branch: refs/heads/0.2-incubating-rc1 Commit: 11d4e59f976d213a078ad3fb0b24d157592e99a7 Parents: d11cbbe Author: Steve Blackmon Authored: Sat May 16 14:16:43 2015 -0500 Committer: Steve Blackmon Committed: Sat May 16 14:16:43 2015 -0500 ---------------------------------------------------------------------- local/elasticsearch-hdfs/pom.xml | 12 ++++-------- local/elasticsearch-reindex/pom.xml | 12 ++++-------- local/mongo-elasticsearch-sync/pom.xml | 12 ++++-------- local/pom.xml | 2 +- local/twitter-follow-graph/pom.xml | 12 ++++-------- local/twitter-history-elasticsearch/pom.xml | 12 ++++-------- local/twitter-userstream-elasticsearch/pom.xml | 12 ++++-------- pom.xml | 5 +++-- 8 files changed, 28 insertions(+), 51 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/local/elasticsearch-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml index 7a90052..47b7ede 100644 --- a/local/elasticsearch-hdfs/pom.xml +++ b/local/elasticsearch-hdfs/pom.xml @@ -17,13 +17,11 @@ specific language governing permissions and limitations under the License. --> - + org.apache.streams streams-examples-local - 0.2-incubating-SNAPSHOT + 0.2-incubating .. 4.0.0 @@ -212,10 +210,8 @@ - - + + org.apache.streams.example.elasticsearch.ElasticsearchHdfs http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/local/elasticsearch-reindex/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-reindex/pom.xml b/local/elasticsearch-reindex/pom.xml index 544713f..4235aa6 100644 --- a/local/elasticsearch-reindex/pom.xml +++ b/local/elasticsearch-reindex/pom.xml @@ -17,13 +17,11 @@ specific language governing permissions and limitations under the License. --> - + org.apache.streams streams-examples-local - 0.2-incubating-SNAPSHOT + 0.2-incubating .. 4.0.0 @@ -188,10 +186,8 @@ - - + + org.apache.streams.example.elasticsearch.ElasticsearchReindex http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/local/mongo-elasticsearch-sync/pom.xml ---------------------------------------------------------------------- diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml index 388662f..2873b41 100644 --- a/local/mongo-elasticsearch-sync/pom.xml +++ b/local/mongo-elasticsearch-sync/pom.xml @@ -17,13 +17,11 @@ specific language governing permissions and limitations under the License. --> - + org.apache.streams streams-examples-local - 0.2-incubating-SNAPSHOT + 0.2-incubating .. 4.0.0 @@ -217,10 +215,8 @@ - - + + org.apache.streams.example.elasticsearch.MongoElasticsearchSync http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/local/pom.xml ---------------------------------------------------------------------- diff --git a/local/pom.xml b/local/pom.xml index 705a251..9525a51 100644 --- a/local/pom.xml +++ b/local/pom.xml @@ -22,7 +22,7 @@ streams-examples org.apache.streams - 0.2-incubating-SNAPSHOT + 0.2-incubating streams-examples-local http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/local/twitter-follow-graph/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-follow-graph/pom.xml b/local/twitter-follow-graph/pom.xml index d2e9273..4d2e00c 100644 --- a/local/twitter-follow-graph/pom.xml +++ b/local/twitter-follow-graph/pom.xml @@ -17,13 +17,11 @@ specific language governing permissions and limitations under the License. --> - + org.apache.streams streams-examples-local - 0.2-incubating-SNAPSHOT + 0.2-incubating .. 4.0.0 @@ -152,10 +150,8 @@ - - + + org.apache.streams.example.graph.TwitterFollowingNeo4j http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/local/twitter-history-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml index 1b27789..f7ef985 100644 --- a/local/twitter-history-elasticsearch/pom.xml +++ b/local/twitter-history-elasticsearch/pom.xml @@ -17,13 +17,11 @@ specific language governing permissions and limitations under the License. --> - + org.apache.streams streams-examples-local - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 @@ -189,10 +187,8 @@ - - + + org.apache.streams.example.twitter.TwitterHistoryElasticsearch http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/local/twitter-userstream-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-userstream-elasticsearch/pom.xml b/local/twitter-userstream-elasticsearch/pom.xml index bcff091..8a7409e 100644 --- a/local/twitter-userstream-elasticsearch/pom.xml +++ b/local/twitter-userstream-elasticsearch/pom.xml @@ -17,13 +17,11 @@ specific language governing permissions and limitations under the License. --> - + org.apache.streams streams-examples-local - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 @@ -135,10 +133,8 @@ - - + + org.apache.streams.example.twitter.TwitterUserstreamElasticsearch http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/11d4e59f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 58ed278..456b1e3 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.apache.streams streams-examples - 0.2-incubating-SNAPSHOT + 0.2-incubating pom streams-examples @@ -51,7 +51,8 @@ scm:git:git@github.com:apache/incubator-streams-examples.git scm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git scm:git:git@github.com:apache/incubator-streams-examples.git - + streams-examples-0.2-incubating-rc1 +