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

davidb pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-modelconverter.git


The following commit(s) were added to refs/heads/master by this push:
     new 4220005  SLING-8983 Include the -source-release.zip file in releases
4220005 is described below

commit 4220005bebd8936261f2375117d617d1960aaca9
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Jan 10 10:04:37 2020 +0000

    SLING-8983 Include the -source-release.zip file in releases
    
    The maven-assembly-plugin configuration was overridden globally rather
    than added for an extra goal
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c10a03..8db4221 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>34</version>
+        <version>35</version>
         <relativePath />
     </parent>
 
@@ -115,16 +115,16 @@
                         <goals>
                             <goal>single</goal>
                         </goals>
+                        <configuration>
+                            <finalName>${project.build.finalName}</finalName>
+                            <tarLongFileMode>gnu</tarLongFileMode>
+                            <appendAssemblyId>false</appendAssemblyId>
+                            <descriptors>
+                                
<descriptor>${basedir}/src/main/assembly/bin.xml</descriptor>
+                            </descriptors>
+                        </configuration>
                     </execution>
                 </executions>
-                <configuration>
-                    <finalName>${project.build.finalName}</finalName>
-                    <tarLongFileMode>gnu</tarLongFileMode>
-                    <appendAssemblyId>false</appendAssemblyId>
-                    <descriptors>
-                        
<descriptor>${basedir}/src/main/assembly/bin.xml</descriptor>
-                    </descriptors>
-                </configuration>
             </plugin>
         </plugins>
     </build>

Reply via email to