----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39273/ -----------------------------------------------------------
(Updated Oct. 13, 2015, 2:43 p.m.) Review request for Ambari and Dmitro Lisnichenko. Bugs: AMBARI-13403 https://issues.apache.org/jira/browse/AMBARI-13403 Repository: ambari Description (updated) ------- We tried making the change but the rpms being created do not get the correct version number. The goal is to create a build with version 2.1.2.0.378. As you can see the rpms being created are with version 2.1.2-0: ... ambari-metrics-monitor/RPMS/x86_64/ambari-metrics-monitor-2.1.2-0.x86_64.rpm It seems as if the build is not processing a 4 digit version + build properly. DnewVersion=2.1.2.0.378 is being broken such that the 4th digit is becoming the build number. I suspect the replacement directive in POM needs to be changed. Diffs ----- ambari-admin/pom.xml 8985c1e ambari-agent/pom.xml b544d75 ambari-client/groovy-client/pom.xml 6b08bd0 ambari-client/pom.xml 4bba701 ambari-client/python-client/pom.xml 02fa516 ambari-metrics/ambari-metrics-assembly/pom.xml dead742 ambari-metrics/ambari-metrics-common/pom.xml d47b03f ambari-metrics/ambari-metrics-flume-sink/pom.xml af5d794 ambari-metrics/ambari-metrics-hadoop-sink/pom.xml 62d095b ambari-metrics/ambari-metrics-host-monitoring/pom.xml b0fe4d7 ambari-metrics/ambari-metrics-kafka-sink/pom.xml d4590d3 ambari-metrics/ambari-metrics-storm-sink/pom.xml d3ffe22 ambari-metrics/ambari-metrics-timelineservice/pom.xml 0d9f35d ambari-metrics/pom.xml 05c2865 ambari-project/pom.xml e94bd69 ambari-server/pom.xml 0b1870b ambari-shell/ambari-groovy-shell/pom.xml 745cd87 ambari-shell/ambari-python-shell/pom.xml 66928d0 ambari-shell/pom.xml dc90261 ambari-views/pom.xml 6fe6004 ambari-web/pom.xml 6d5bd75 docs/pom.xml 6ff75ea pom.xml 593cd67 Diff: https://reviews.apache.org/r/39273/diff/ Testing ------- mvn clean test Thanks, Andrew Onischuk