mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
Compare commits
3 Commits
7.4.0-A35
...
feature/AC
Author | SHA1 | Date | |
---|---|---|---|
|
6e0a2d5262 | ||
|
d928646dcb | ||
|
014d5cc499 |
5
.github/workflows/ci.yml
vendored
Normal file
5
.github/workflows/ci.yml
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
name: ACS Community Packaging CI
|
||||
|
||||
env:
|
||||
RELEASE_VERSION: 7.4.0-A8
|
||||
DEVELOPMENT_VERSION: 7.4.0-A9-SNAPSHOT
|
@@ -19,18 +19,15 @@ before_cache: bash scripts/travis/cleanup_cache.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- /release\/.*/
|
||||
- /feature\/.*/
|
||||
- /fix\/.*/
|
||||
- none
|
||||
|
||||
env:
|
||||
global:
|
||||
- TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts
|
||||
- TAS_ENVIRONMENT=./tests/environment
|
||||
# Release version has to start with real version (7.4.0-....) for the docker image to build successfully.
|
||||
- RELEASE_VERSION=7.4.0-A8
|
||||
- DEVELOPMENT_VERSION=7.4.0-A9-SNAPSHOT
|
||||
- RELEASE_VERSION=7.4.0-A8
|
||||
- DEVELOPMENT_VERSION=7.4.0-A9-SNAPSHOT
|
||||
|
||||
stages:
|
||||
- name: test
|
||||
|
8
pom.xml
8
pom.xml
@@ -9,13 +9,13 @@
|
||||
<groupId>org.alfresco</groupId>
|
||||
<artifactId>alfresco-community-repo</artifactId>
|
||||
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
|
||||
<version>20.46</version>
|
||||
<version>20.50</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
<dependency.alfresco-community-repo.version>20.46</dependency.alfresco-community-repo.version>
|
||||
<dependency.alfresco-community-share.version>20.32</dependency.alfresco-community-share.version>
|
||||
<dependency.acs-packaging.version>7.4.0-A8</dependency.acs-packaging.version> <!-- for Share distribution zip -->
|
||||
<dependency.alfresco-community-repo.version>20.50</dependency.alfresco-community-repo.version>
|
||||
<dependency.alfresco-community-share.version>20.35</dependency.alfresco-community-share.version>
|
||||
<dependency.acs-packaging.version>7.4.0-DEV1</dependency.acs-packaging.version> <!-- for Share distribution zip -->
|
||||
|
||||
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
|
||||
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>
|
||||
|
Reference in New Issue
Block a user