|
@@ -12,7 +12,7 @@
|
|
<parent>
|
|
<parent>
|
|
<groupId>org.apache.ambari</groupId>
|
|
<groupId>org.apache.ambari</groupId>
|
|
<artifactId>ambari-project</artifactId>
|
|
<artifactId>ambari-project</artifactId>
|
|
- <version>2.0.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>2.0.0.0-SNAPSHOT</version>
|
|
<relativePath>../ambari-project</relativePath>
|
|
<relativePath>../ambari-project</relativePath>
|
|
</parent>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
@@ -20,7 +20,7 @@
|
|
<artifactId>ambari-server</artifactId>
|
|
<artifactId>ambari-server</artifactId>
|
|
<packaging>${packagingFormat}</packaging>
|
|
<packaging>${packagingFormat}</packaging>
|
|
<name>Ambari Server</name>
|
|
<name>Ambari Server</name>
|
|
- <version>2.0.0-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>2.0.0.0-SNAPSHOT</version>
|
|
<description>Ambari Server</description>
|
|
<description>Ambari Server</description>
|
|
<properties>
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -70,8 +70,8 @@
|
|
<configuration>
|
|
<configuration>
|
|
<name>ambariVersion</name>
|
|
<name>ambariVersion</name>
|
|
<value>${project.version}</value>
|
|
<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>
|
|
<failIfNoMatch>false</failIfNoMatch>
|
|
</configuration>
|
|
</configuration>
|
|
</execution>
|
|
</execution>
|