mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
Trigger custom release
This commit is contained in:
@@ -25,6 +25,7 @@ branches:
|
||||
- release/SP/2.0.N
|
||||
- company_release
|
||||
- /^ATS-.*$/
|
||||
- custom_release
|
||||
|
||||
stages:
|
||||
- build
|
||||
@@ -48,7 +49,7 @@ jobs:
|
||||
|
||||
- name: "Release"
|
||||
stage: release
|
||||
if: branch IN (release, release/SP/1.3.N, release/SP/2.0.N)
|
||||
if: branch IN (release, release/SP/1.3.N, release/SP/2.0.N, custom_release)
|
||||
before_install: bash _ci/init.sh
|
||||
before_script: travis_wait bash _ci/cache_artifacts.sh
|
||||
script: travis_wait 30 bash _ci/release.sh
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-transform-core</artifactId>
|
||||
<version>2.1.0-EA5-SNAPSHOT</version>
|
||||
<version>2.1.0-CUSTOM5-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-transform-core</artifactId>
|
||||
<version>2.1.0-EA5-SNAPSHOT</version>
|
||||
<version>2.1.0-CUSTOM5-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-transform-core</artifactId>
|
||||
<version>2.1.0-EA5-SNAPSHOT</version>
|
||||
<version>2.1.0-CUSTOM5-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-transform-core</artifactId>
|
||||
<version>2.1.0-EA5-SNAPSHOT</version>
|
||||
<version>2.1.0-CUSTOM5-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-transform-core</artifactId>
|
||||
<version>2.1.0-EA5-SNAPSHOT</version>
|
||||
<version>2.1.0-CUSTOM5-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
@@ -4,12 +4,12 @@
|
||||
<parent>
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-transform-core</artifactId>
|
||||
<version>2.1.0-EA5-SNAPSHOT</version>
|
||||
<version>2.1.0-CUSTOM5-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>alfresco-transformer-base</artifactId>
|
||||
<version>2.1.0-EA5-SNAPSHOT</version>
|
||||
<version>2.1.0-CUSTOM5-SNAPSHOT</version>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
Reference in New Issue
Block a user