You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2019/10/28 22:14:53 UTC

[mahout] 04/06: release recycling

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

apalumbo pushed a commit to branch mahout-14.1
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit c26286270c8a1d68862f320493bb048241fda781
Author: Andrew Palumbo <ap...@apache.org>
AuthorDate: Fri Oct 18 05:02:03 2019 -0700

    release recycling
---
 src/pom.xml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/pom.xml b/src/pom.xml
index 84e8d5e..9b1ecb1 100644
--- a/src/pom.xml
+++ b/src/pom.xml
@@ -32,10 +32,11 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <version>3.1.1</version>
-                <executions>
-                    <execution>
-                        <id>bin-assembly</id>
-                        <phase>package</phase>
+
+                <id>bin-assembly</id>
+                <phase>package</phase>
+                     <executions>
+                     <execution>
 
                         <goals>
                             <goal>single</goal>
@@ -48,7 +49,8 @@
                             <tarLongFileMode>gnu</tarLongFileMode>
                             <appendAssemblyId>false</appendAssemblyId>
                         </configuration>
-                    </execution>
+                     </execution>
+
                     <execution>
                         <id>src-assembly</id>
                         <phase>package</phase>
@@ -64,7 +66,7 @@
                             <appendAssemblyId>true</appendAssemblyId>
                         </configuration>
                     </execution>
-                </executions>
+                     </executions>
             </plugin>
         </plugins>
     </build>