This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flume-kafka.git
The following commit(s) were added to refs/heads/main by this push:
new 88743b7 Minor edits
88743b7 is described below
commit 88743b7d45dcfd2e059a23d461151444ccd95a29
Author: Ralph Goers <[email protected]>
AuthorDate: Mon Apr 24 00:29:23 2023 -0700
Minor edits
---
.asf.yaml | 2 +-
CHANGELOG | 4 ++--
NOTICE.txt | 2 ++
RELEASE-NOTES.txt | 2 +-
pom.xml | 18 +++++++++++++-----
5 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 4a6ee27..0bcbf1f 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,7 +23,7 @@ notifications:
jira_options: link label
github:
description: "Apache Flume Kafka contains the Flume components that interact
with Kafka."
- homepage: https://logging.apache.org/flume/
+ homepage: https://flume.apache.org/
features:
issues: true
del_branch_on_merge: true
diff --git a/CHANGELOG b/CHANGELOG
index da27772..33d9bea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
Release Notes - Flume Kafka - Version 2.0.0
-** Bug
- *
+** Improvement
+ * Update Kafka to 3.4.0.
diff --git a/NOTICE.txt b/NOTICE.txt
index 33c6200..a2c2ff9 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,3 +1,5 @@
Apache Flume Spring Boot
Copyright 2022-2023 The Apache Software Foundation
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 500c878..0cbbad9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -10,7 +10,7 @@ CONTENTS
Flume is a distributed, reliable, and available service for
efficiently collecting, aggregating, and moving large amounts of event
data. Flume Kafka provides a Channel, Source, and Sink for publishing
-and consuming events to and from Kafka..
+and consuming events to and from Kafka.
2. Major changes in this Release
For a detailed list of changes, please see the CHANGELOG file included
diff --git a/pom.xml b/pom.xml
index 4d7dd18..f9f80cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@ limitations under the License.
<checksum-maven-plugin.version>1.11</checksum-maven-plugin.version>
<dropwizard-metrics.version>4.1.18</dropwizard-metrics.version>
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
- <flume-bom.version>1.11.1-SNAPSHOT</flume-bom.version>
+ <flume.version>1.11.0</flume.version>
<junit.version>4.13.2</junit.version>
<kafka.version>3.4.0</kafka.version>
<log4j.version>2.20.0</log4j.version>
@@ -63,10 +63,18 @@ limitations under the License.
<dependencies>
<dependency>
<groupId>org.apache.flume</groupId>
- <artifactId>flume-dependencies</artifactId>
- <version>${flume-bom.version}</version>
- <scope>import</scope>
- <type>pom</type>
+ <artifactId>flume-ng-core</artifactId>
+ <version>${flume.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flume</groupId>
+ <artifactId>flume-ng-sdk</artifactId>
+ <version>${flume.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flume</groupId>
+ <artifactId>flume-ng-configuration</artifactId>
+ <version>${flume.version}</version>
</dependency>
<dependency>
<groupId>org.apache.flume</groupId>