Upgrading the Maven assembly plugin

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/44d99e0a
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/44d99e0a
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/44d99e0a

Branch: refs/heads/2_0_X
Commit: 44d99e0a961c6f8e25d681a1a106970a1a47ebc6
Parents: 4893d9f
Author: Francesco Chicchiriccò <[email protected]>
Authored: Tue Nov 15 07:38:50 2016 +0100
Committer: Francesco Chicchiriccò <[email protected]>
Committed: Tue Nov 15 07:38:50 2016 +0100

----------------------------------------------------------------------
 archetype/pom.xml | 2 +-
 pom.xml           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/44d99e0a/archetype/pom.xml
----------------------------------------------------------------------
diff --git a/archetype/pom.xml b/archetype/pom.xml
index d556855..ba70542 100644
--- a/archetype/pom.xml
+++ b/archetype/pom.xml
@@ -79,7 +79,7 @@ under the License.
                 <include>meta-pom.xml</include>
               </includes>
               
<outputDir>${basedir}/src/main/resources/archetype-resources</outputDir>
-              
<stylesheet>${basedir}/src/main/resources/properties2pom.xsl</stylesheet>
+              
<stylesheet>file://${basedir}/src/main/resources/properties2pom.xsl</stylesheet>
               <parameters>
                 <parameter>
                   <name>syncopeVersion</name>

http://git-wip-us.apache.org/repos/asf/syncope/blob/44d99e0a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a5d5ad..2fdb480 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1593,7 +1593,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.6</version>
+          <version>3.0.0</version>
         </plugin>
         
         <plugin>

Reply via email to