BDE-400: New installer naming. (See JIRA issue for more information)

- Changed POM versions to 2015-SNAPSHOT

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/trunk@110894 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jean-Pierre Huynh
2015-08-26 11:20:20 +00:00
parent 113178bcae
commit ab6e2fd20a
9 changed files with 29 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>2015-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>2015-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>2015-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>2015-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>2015-SNAPSHOT</version>
</parent>
<artifactId>alfresco-enterprise-update-package</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>2015-SNAPSHOT</version>
</parent>
<artifactId>alfresco-community-installer</artifactId>
<packaging>pom</packaging>

22
pom.xml
View File

@@ -7,7 +7,7 @@
<version>6</version>
</parent>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>2015-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Alfresco Full Installation</name>
@@ -33,9 +33,29 @@
<installer.ghostscript.version>8.64</installer.ghostscript.version>
<installer.imagemagick.version>6.9.1</installer.imagemagick.version>
<!-- Build timestamp for installer file name -->
<installer.build.timestamp>${maven.build.timestamp}</installer.build.timestamp>
<maven.build.timestamp.format>yyyyMMdd</maven.build.timestamp.format>
<!-- Install builder version -->
<installer.installbuilder.version>15.1.0</installer.installbuilder.version>
<!--
Build number (Default value is used unless overridden by command line)
Default value: SNAPSHOT
-->
<installer.build.number>SNAPSHOT</installer.build.number>
<!--
Installer version that will be used in the final name.
Lifecycle:
- ${installer.build.timestamp}-${installer.build.number} (SNAPSHOT version)
- ${installer.build.timestamp}-EA (Early Access release version)
- ${installer.build.timestamp} (Release version)
-->
<installer.version.name>${installer.build.timestamp}-${installer.build.number}</installer.version.name>
<alfresco.package.name>alfresco-community</alfresco.package.name>
<alfresco.distribution.name>${alfresco.package.name}-distribution</alfresco.distribution.name>
</properties>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-full-installation</artifactId>
<version>2015-1-EA-SNAPSHOT</version>
<version>2015-SNAPSHOT</version>
</parent>
<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>2015-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>