mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -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>
|
||||
|
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user