|
@@ -19,7 +19,7 @@
|
|
|
<groupId>org.apache.ambari</groupId>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<artifactId>ambari-metrics</artifactId>
|
|
|
- <version>2.0.0-SNAPSHOT</version>
|
|
|
+ <version>2.0.0.0-SNAPSHOT</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<modules>
|
|
|
<module>ambari-metrics-common</module>
|
|
@@ -124,8 +124,8 @@
|
|
|
<configuration>
|
|
|
<name>ambariVersion</name>
|
|
|
<value>${project.version}</value>
|
|
|
- <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-).*</regex>
|
|
|
- <replacement>$1.$2.$3</replacement>
|
|
|
+ <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-).*</regex>
|
|
|
+ <replacement>$1.$2.$3.$4</replacement>
|
|
|
<failIfNoMatch>false</failIfNoMatch>
|
|
|
</configuration>
|
|
|
</execution>
|
|
@@ -184,8 +184,8 @@
|
|
|
<configuration>
|
|
|
<name>package-version</name>
|
|
|
<value>${project.version}</value>
|
|
|
- <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-).*</regex>
|
|
|
- <replacement>$1.$2.$3</replacement>
|
|
|
+ <regex>^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)(\.|-).*</regex>
|
|
|
+ <replacement>$1.$2.$3.$4</replacement>
|
|
|
<failIfNoMatch>true</failIfNoMatch>
|
|
|
</configuration>
|
|
|
</execution>
|