You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/03 11:25:23 UTC

[maven-site] branch master updated: Update for assembly plugin 3.3.0

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 367a525  Update for assembly plugin 3.3.0
367a525 is described below

commit 367a5253fb9365235cfaf7d49cf93b398b5f4753
Author: Wim Deblauwe <wi...@gmail.com>
AuthorDate: Mon Jan 3 12:15:42 2022 +0100

    Update for assembly plugin 3.3.0
---
 content/apt/guides/mini/guide-assemblies.apt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/mini/guide-assemblies.apt b/content/apt/guides/mini/guide-assemblies.apt
index d49626d..544fe3f 100644
--- a/content/apt/guides/mini/guide-assemblies.apt
+++ b/content/apt/guides/mini/guide-assemblies.apt
@@ -48,9 +48,11 @@ Guide to creating assemblies
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.5.3</version>
+        <version>3.3.0</version>
         <configuration>
-          <descriptor>src/assembly/dep.xml</descriptor>
+          <descriptors>
+            <descriptor>src/assembly/dep.xml</descriptor>
+          </descriptors>
         </configuration>
         <executions>
           <execution>