Compare commits

...

8 Commits

Author SHA1 Message Date
alfresco-build
ac66d65dc7 [maven-release-plugin][skip ci] prepare release 7.4.2-M1 2024-04-16 21:39:46 +00:00
alfresco-build
450028f253 [release] 7.4.2-M1
Update upstream versions
    - alfresco-community-repo:   22.18
    - alfresco-enterprise-share: 22.11
    - acs-packaging:             7.4.2-M1
    - RELEASE_VERSION:           7.4.2-M1
    - DEVELOPMENT_VERSION:       7.4.2-A9-SNAPSHOT
2024-04-16 20:42:43 +00:00
alfresco-build
0b1d6196a8 [maven-release-plugin][skip ci] prepare for next development iteration 2024-04-16 07:17:38 +00:00
alfresco-build
8959e6e722 [maven-release-plugin][skip ci] prepare release 7.4.2-A8 2024-04-16 07:17:37 +00:00
alfresco-build
998c19ecbf [release] 7.4.2-A8
Update upstream versions
    - alfresco-community-repo:   22.18
    - alfresco-enterprise-share: 22.11
    - acs-packaging:             7.4.2-A8
    - RELEASE_VERSION:           7.4.2-A8
    - DEVELOPMENT_VERSION:       7.4.2-A9-SNAPSHOT
2024-04-16 06:19:02 +00:00
Domenico Sibilio
a4603d9a22 ACS-7481 Bump IE/SS to 2.0.10 (#1554) 2024-04-12 15:31:47 +02:00
Piotr Żurek
ab1c4941e9 Increase available disk space for release and publish jobs (#1552) 2024-04-10 14:54:04 +02:00
alfresco-build
c562169343 [maven-release-plugin][skip ci] prepare for next development iteration 2024-04-08 12:08:13 +00:00
23 changed files with 31 additions and 29 deletions

View File

@@ -29,8 +29,8 @@ env:
TAS_ENVIRONMENT: ./tests/environment
TAS_SCRIPTS: ../alfresco-community-repo/packaging/tests/scripts
# Release version has to start with real version (7.4.2-....) for the docker image to build successfully.
RELEASE_VERSION: 7.4.2-A7
DEVELOPMENT_VERSION: 7.4.2-A8-SNAPSHOT
RELEASE_VERSION: 7.4.2-M1
DEVELOPMENT_VERSION: 7.4.2-A9-SNAPSHOT
jobs:
tas_tests:
@@ -162,6 +162,7 @@ jobs:
ports:
- 5000:5000
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v5.20.0
- uses: actions/checkout@v3
with:
persist-credentials: false
@@ -204,6 +205,7 @@ jobs:
(github.ref_name == 'master' || startsWith(github.ref_name, 'release/')) &&
github.event_name != 'pull_request'
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/free-hosted-runner-disk-space@v5.20.0
- uses: actions/checkout@v3
- uses: Alfresco/alfresco-build-tools/.github/actions/get-build-info@v1.33.0
- name: "Configure AWS credentials"

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<build>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<build>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<properties>

View File

@@ -25,7 +25,7 @@ services:
- 5432:5432
solr6:
image: alfresco/alfresco-search-services:2.0.10-A1
image: alfresco/alfresco-search-services:2.0.10
mem_limit: 2g
environment:
#Solr needs to know how to register itself with Alfresco

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<dependencies>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<dependencies>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-docker</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<properties>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-community-docker</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<properties>

View File

@@ -7,6 +7,6 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
</project>

12
pom.xml
View File

@@ -3,19 +3,19 @@
<artifactId>acs-community-packaging</artifactId>
<packaging>pom</packaging>
<name>Alfresco Content Services Community Packaging</name>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>22.14</version>
<version>22.18</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>22.14</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>22.7</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.4.2-A7</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>22.18</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>22.11</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.4.2-M1</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>
@@ -25,7 +25,7 @@
<connection>scm:git:https://github.com/Alfresco/acs-community-packaging.git</connection>
<developerConnection>scm:git:https://github.com/Alfresco/acs-community-packaging.git</developerConnection>
<url>https://github.com/Alfresco/acs-community-packaging</url>
<tag>7.4.2-A7</tag>
<tag>7.4.2-M1</tag>
</scm>
<distributionManagement>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<packaging>pom</packaging>

View File

@@ -1,3 +1,3 @@
SOLR6_TAG=2.0.10-A1
SOLR6_TAG=2.0.10
POSTGRES_TAG=14.4
ACTIVEMQ_TAG=5.17.1-jre11-rockylinux8

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<modules>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.2-A7</version>
<version>7.4.2-M1</version>
</parent>
<developers>