Compare commits

..
4 Commits
Author SHA1 Message Date
alfresco-build c147eb3c04 [maven-release-plugin][skip ci] prepare release 7.2.2-A4 2024-05-20 18:13:05 +00:00
alfresco-build 7b07535191 [release] 7.2.2-A4
Update upstream versions
    - alfresco-community-repo:   16.21
    - alfresco-enterprise-share: 16.21
    - acs-packaging:             7.2.2-A4
    - RELEASE_VERSION:           7.2.2-A4
    - DEVELOPMENT_VERSION:       7.2.2-A5-SNAPSHOT
2024-05-20 17:41:26 +00:00
Kacper Magdziarz 3f5523b003 [ACS-7896] Bump AIS/ATS 5.1.2/4.1.2 (#1559) 2024-05-20 10:17:15 +02:00
alfresco-build aa4ccdc211 [maven-release-plugin][skip ci] prepare for next development iteration 2024-05-17 15:33:12 +00:00
22 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ env:
TAS_ENVIRONMENT: ./tests/environment
TAS_SCRIPTS: ../alfresco-community-repo/packaging/tests/scripts
# Release version has to start with real version (7.3.0-....) for the docker image to build successfully.
RELEASE_VERSION: 7.2.2-A1
DEVELOPMENT_VERSION: 7.2.2-SNAPSHOT
RELEASE_VERSION: 7.2.2-A4
DEVELOPMENT_VERSION: 7.2.2-A5-SNAPSHOT
jobs:
tas_tests:
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<properties>
+1 -1
View File
@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<build>
+1 -1
View File
@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<build>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<properties>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<properties>
+1 -1
View File
@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<dependencies>
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<dependencies>
+1 -1
View File
@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-docker</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<properties>
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<properties>
+1 -1
View File
@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-community-docker</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<properties>
+1 -1
View File
@@ -7,6 +7,6 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
</project>
+6 -6
View File
@@ -3,19 +3,19 @@
<artifactId>acs-community-packaging</artifactId>
<packaging>pom</packaging>
<name>Alfresco Content Services Community Packaging</name>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>16.20</version>
<version>16.21</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>16.20</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>16.14</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.2.2-A2</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>16.21</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>16.21</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.2.2-A4</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.2.2-A1</tag>
<tag>7.2.2-A4</tag>
</scm>
<distributionManagement>
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<packaging>pom</packaging>
+1 -1
View File
@@ -1,4 +1,4 @@
TRANSFORMERS_TAG=2.5.7
TRANSFORMERS_TAG=5.1.2
SOLR6_TAG=2.0.10
POSTGRES_TAG=13.3
ACTIVEMQ_TAG=5.16.1
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<modules>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<developers>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<properties>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<developers>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<developers>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<developers>
+1 -1
View File
@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>7.2.2-A1</version>
<version>7.2.2-A4</version>
</parent>
<developers>