Updated Branches: refs/heads/trunk 1f95219ea -> c9ddf9370
FLUME-2212. Upgrade to Morphlines-0.8.0 (Wolfgang Hoschek via Hari Shreedharan) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/c9ddf937 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c9ddf937 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c9ddf937 Branch: refs/heads/trunk Commit: c9ddf93701e16a93f3b69355bc56545effdc7230 Parents: 1f95219 Author: Hari Shreedharan <hshreedha...@apache.org> Authored: Fri Oct 11 21:26:40 2013 -0700 Committer: Hari Shreedharan <hshreedha...@apache.org> Committed: Fri Oct 11 21:26:40 2013 -0700 ---------------------------------------------------------------------- flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/c9ddf937/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml index b2640d9..c78788d 100644 --- a/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml +++ b/flume-ng-sinks/flume-ng-morphline-solr-sink/pom.xml @@ -33,7 +33,7 @@ limitations under the License. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <solr.version>4.3.0</solr.version> <solr.expected.version>4.3.0</solr.expected.version> <!-- sanity check to verify we actually run against the expected version rather than some outdated version --> - <cdk.version>0.7.0</cdk.version> + <cdk.version>0.8.0</cdk.version> <slf4j.version>1.6.1</slf4j.version> <surefire.version>2.12.4</surefire.version> </properties>