You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/10/13 21:22:59 UTC

ambari git commit: AMBARI-13410. Ambari-metrics-common rpm doesn't contain build number (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 81eff4e59 -> b33ad0791


AMBARI-13410. Ambari-metrics-common rpm doesn't contain build number (aonishuk)


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

Branch: refs/heads/trunk
Commit: b33ad0791e5e643b4c621898c18f48245514dea8
Parents: 81eff4e
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Oct 13 22:21:14 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Oct 13 22:21:14 2015 +0300

----------------------------------------------------------------------
 ambari-metrics/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b33ad079/ambari-metrics/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml
index 8931340..da4712a 100644
--- a/ambari-metrics/pom.xml
+++ b/ambari-metrics/pom.xml
@@ -205,9 +205,9 @@
               <name>package-release</name>
               <value>${project.version}</value>
               <regex>
-                ^([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-)((([a-zA-Z]+)?([0-9]+))|(SNAPSHOT)).*
+                ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-)((([a-zA-Z]+)?([0-9]+))|(SNAPSHOT)).*
               </regex>
-              <replacement>$5</replacement>
+              <replacement>$7</replacement>
               <failIfNoMatch>true</failIfNoMatch>
             </configuration>
           </execution>