You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by km...@apache.org on 2019/02/19 15:56:00 UTC

[oozie] branch master updated: OOZIE-3261 amend [build] Set up mvn clean to delete the "build" directory as well (nobigo via kmarton)

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

kmarton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oozie.git


The following commit(s) were added to refs/heads/master by this push:
     new 3030dab  OOZIE-3261 amend [build] Set up mvn clean to delete the "build" directory as well (nobigo via kmarton)
3030dab is described below

commit 3030dabb825c53f1baf60413284c757481209cd0
Author: Julia Kinga Marton <km...@apache.org>
AuthorDate: Tue Feb 19 16:55:42 2019 +0100

    OOZIE-3261 amend [build] Set up mvn clean to delete the "build" directory as well (nobigo via kmarton)
---
 pom.xml         | 4 ++--
 release-log.txt | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8950bbc..d817140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1807,11 +1807,11 @@
                     <artifactId>maven-clean-plugin</artifactId>
                     <version>3.0.0</version>
                     <configuration>
-0                       <filesets>
+                       <filesets>
                             <fileset>
                                 <directory>build</directory>
                             </fileset>
-                        </filesets>
+                       </filesets>
                     </configuration>
                 </plugin>
                 <plugin>
diff --git a/release-log.txt b/release-log.txt
index 065af9b..6eb57df 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 5.2.0 release (trunk - unreleased)
 
+OOZIE-3261 amend [build] Set up mvn clean to delete the "build" directory as well (nobigo via kmarton)
 OOZIE-3261 [build] Set up mvn clean to delete the "build" directory as well (nobigo via kmarton)
 OOZIE-3431 [web UI] Oozie web UI should not serve image from http://extjs.com/s.gif (jtolar via asalamon74)
 OOZIE-3427 [core] Use best practices in HTTP response headers (asalamon74 via andras.piros)