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-rng.git
commit 27f7c5fa0601b34dea67fb3885d12f398123587f Author: aherbert <[email protected]> AuthorDate: Fri Oct 28 16:10:23 2022 +0100 Update assembly plugin 2.4 to commons parent version 3.4.2 --- dist-archive/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index 1afbf04e..a278e811 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -138,6 +138,7 @@ under the License. </dependency> </dependencies> + <build> <plugins> <plugin> @@ -154,7 +155,6 @@ under the License. </plugin> <plugin> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> <configuration> <skipAssembly>false</skipAssembly> </configuration> @@ -178,6 +178,7 @@ under the License. </plugin> </plugins> </build> + </profile> </profiles>
