This is an automated email from the ASF dual-hosted git repository. ppkarwasz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-flume-legacy.git
commit 98b3f612314526b28eac50074be78a90787b13be Author: Ralph Goers <[email protected]> AuthorDate: Wed May 20 11:19:09 2026 -0700 Update version to 2.0.0-SNAPSHOT. disable hadoop builds (#429) * Update version to 2.0.0-SNAPSHOT. disable hadoop builds * Normalize line endings * Update Maven Wrapper script * Upgrade plugins to reproducible build requirements * updated doap to show Logging Services as their developers * change pmc to logging as requested by [email protected] * Fix build issues * Resolve conflicts * Add Develocity publishing workflow * Announce dormant status * FLUME-3466: Remove morphline-solr-sink module (moved to its own repo) (#426) The Morphline Solr Sink has been split out of the Flume monorepo into its own repository: https://github.com/apache/logging-flume-morphline This removes the duplicated in-tree copy under `flume-ng-sinks/flume-ng-morphline-solr-sink`. * fix merge conflicts * Ignore test since hadoop has been removed * fix: upgrade and simplify build Merges #427 into this PR. * fix typo * fix: missing references * Revert "fix: missing references" This reverts commit f9eca83204578f2c0a1cd03d4f6d65384cbafe98. --------- Co-authored-by: Piotr P. Karwasz <[email protected]> Co-authored-by: Christian Grobmeier <[email protected]> Co-authored-by: Jan Friedrich <[email protected]> Co-authored-by: Volkan Yazıcı <[email protected]> Co-authored-by: Piotr P. Karwasz <[email protected]> --- flume-ng-log4jappender/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flume-ng-log4jappender/pom.xml b/flume-ng-log4jappender/pom.xml index 83fd958..6e75184 100644 --- a/flume-ng-log4jappender/pom.xml +++ b/flume-ng-log4jappender/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <artifactId>flume-ng-clients</artifactId> <groupId>org.apache.flume</groupId> - <version>1.11.1-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
