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

oleewere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git


The following commit(s) were added to refs/heads/master by this push:
     new 920e510  Update Makefile (add version set)
920e510 is described below

commit 920e5101c25c82a0e5e1d09eb61d398252951932
Author: Oliver Szabo <oleew...@gmail.com>
AuthorDate: Fri Oct 12 13:42:24 2018 +0200

    Update Makefile (add version set)
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index 8620dbe..76af8f3 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,9 @@ package:
 test:
        $(MAVEN_BINARY) clean test
 
+update-version:
+       $(MAVEN_BINARY) versions:set -DnewVersion=$(new-version) 
-DgenerateBackupPoms=false
+
 rpm:
        $(MAVEN_BINARY) clean package -Dbuild-rpm -DskipTests
 

Reply via email to