Updated Branches: refs/heads/flume-1.3.0 2cc975e53 -> c9fcf2e09
FLUME-1371: ElasticSearch Sink (Cameron Gandevia via Brock Noland - updated pom for 1.3) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/c9fcf2e0 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c9fcf2e0 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c9fcf2e0 Branch: refs/heads/flume-1.3.0 Commit: c9fcf2e09073c79b185031522f79d4d258eef531 Parents: 2cc975e Author: Brock Noland <[email protected]> Authored: Fri Oct 26 13:12:40 2012 -0500 Committer: Brock Noland <[email protected]> Committed: Fri Oct 26 13:12:40 2012 -0500 ---------------------------------------------------------------------- flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/c9fcf2e0/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml b/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml index ab909b2..b691e77 100644 --- a/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-elasticsearch-sink/pom.xml @@ -17,7 +17,7 @@ <parent> <artifactId>flume-ng-sinks</artifactId> <groupId>org.apache.flume</groupId> - <version>1.4.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <groupId>org.apache.flume.flume-ng-sinks</groupId> http://git-wip-us.apache.org/repos/asf/flume/blob/c9fcf2e0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6d78220..11d3532 100644 --- a/pom.xml +++ b/pom.xml @@ -875,7 +875,7 @@ limitations under the License. <dependency> <groupId>org.apache.flume.flume-ng-sinks</groupId> <artifactId>flume-ng-elasticsearch-sink</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency>
