You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/10/16 19:07:52 UTC

[flume] branch flume-1.11 updated: Revert Assembly plugin version

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch flume-1.11
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/flume-1.11 by this push:
     new 03fe36bbc Revert Assembly plugin version
03fe36bbc is described below

commit 03fe36bbc2fb1b5a698346ae498279da9f34a9f3
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Oct 16 12:07:39 2022 -0700

    Revert Assembly plugin version
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bc62575fa..a648dc0cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,8 @@ limitations under the License.
     <mina.version>2.1.5</mina.version>
     <mockito.version>1.9.0</mockito.version>
     <mvn-antrun-plugin.version>1.8</mvn-antrun-plugin.version>
-    <mvn-assembly-plugin.version>3.4.2</mvn-assembly-plugin.version>
+    <!-- Do not upgrade the assumbly plugin version until MASSEMBLY-941 is fixed -->
+    <mvn-assembly-plugin.version>3.1.0</mvn-assembly-plugin.version>
     <mvn-build-helper-plugin>3.0.0</mvn-build-helper-plugin>
     <mvn-checkstyle-plugin.version>3.1.2</mvn-checkstyle-plugin.version>
     <mvn-checksum-plugin.version>1.7</mvn-checksum-plugin.version>