Compare commits

...

6 Commits

Author SHA1 Message Date
alfresco-build
be8bce46c1 [maven-release-plugin][skip ci] prepare release 7.4.1.1-A2 2023-09-08 06:22:18 +00:00
alfresco-build
b5fb521b8b [release] 7.4.1.1-A2
Update upstream versions
    - alfresco-community-repo:   21.16
    - alfresco-enterprise-share: 21.18
    - acs-packaging:             7.4.1.1-A2
    - RELEASE_VERSION:           7.4.1.1-A2
    - DEVELOPMENT_VERSION:       7.4.1.1-SNAPSHOT
2023-09-08 05:02:19 +00:00
alfresco-build
3acb3f7ff0 [maven-release-plugin][skip ci] prepare for next development iteration 2023-09-06 07:23:11 +00:00
alfresco-build
b52755d124 [maven-release-plugin][skip ci] prepare release 7.4.1.1-A1 2023-09-06 07:23:08 +00:00
alfresco-build
1598a59760 [release] 7.4.1.1-A1
Update upstream versions
    - alfresco-community-repo:   21.15
    - alfresco-enterprise-share: 21.17
    - acs-packaging:             7.4.1.1-A1
    - RELEASE_VERSION:           7.4.1.1-A1
    - DEVELOPMENT_VERSION:       7.4.1.1-SNAPSHOT
2023-09-06 05:55:03 +00:00
mpichura
3450a6d407 Create HotFix branch for 7.4.1 [skip ci] 2023-08-09 13:19:07 +02:00
21 changed files with 27 additions and 27 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.1-....) for the docker image to build successfully.
RELEASE_VERSION: 7.4.1
DEVELOPMENT_VERSION: 7.4.2-A1-SNAPSHOT
RELEASE_VERSION: 7.4.1.1-A2
DEVELOPMENT_VERSION: 7.4.1.1-SNAPSHOT
jobs:
tas_tests:

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<build>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<build>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<dependencies>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<dependencies>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-docker</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<properties>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-community-docker</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<properties>

View File

@@ -7,6 +7,6 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</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.1</version>
<version>7.4.1.1-A2</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>21.14</version>
<version>21.16</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>21.14</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>21.16</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.4.1</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>21.16</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>21.18</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.4.1.1-A2</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.1</tag>
<tag>7.4.1.1-A2</tag>
</scm>
<distributionManagement>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<packaging>pom</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<modules>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.4.1</version>
<version>7.4.1.1-A2</version>
</parent>
<developers>