This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 1e6a63f8ef5a3c2838ccecd7567e35128495c483 Author: aherbert <[email protected]> AuthorDate: Fri Oct 28 16:11:16 2022 +0100 Update assembly plugin 2.4 to commons parent version 3.4.2 --- dist-archive/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 83088587..25f34c92 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -272,11 +272,11 @@ under the License. </dependency> </dependencies> + <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> <executions> <execution> <id>create-distribution</id>
