BDE-400: Changed installer version to include maven.build.timestamp.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@110383 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2015-08-18 15:19:17 +00:00
parent f7ef1f60fe
commit 40fa2e31e1
9 changed files with 12 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<artifactId>alfresco-community-distribution</artifactId>
<packaging>jar</packaging>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<artifactId>alfresco-enterprise-distribution</artifactId>
<packaging>jar</packaging>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<artifactId>alfresco-enterprise-installer</artifactId>
<packaging>pom</packaging>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<artifactId>alfresco-enterprise-update-package</artifactId>
<packaging>pom</packaging>

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<artifactId>alfresco-community-installer</artifactId>
<packaging>pom</packaging>

View File

@@ -7,7 +7,7 @@
<version>6</version>
</parent>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Full Installation</name>
@@ -34,6 +34,8 @@
<alfresco.package.name>alfresco-community</alfresco.package.name>
<alfresco.distribution.name>${alfresco.package.name}-distribution</alfresco.distribution.name>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
</properties>
<modules>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

View File

@@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
/distribution/pom.xml<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-installer-share-po</artifactId>
<name>Share Page Object tests passed on the installer</name>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>${maven.build.timestamp}-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>