Compare commits

...

5 Commits

Author SHA1 Message Date
Travis CI User
01afbc7482 [maven-release-plugin][skip ci] prepare for next development iteration 2022-04-06 14:18:58 +00:00
Travis CI User
cc53b33b45 [maven-release-plugin][skip ci] prepare release 7.2.0.1 2022-04-06 14:18:54 +00:00
Travis CI User
3598cbd3bb [release][publish] 7.2.0.1
Update upstream versions
    - alfresco-community-repo:   14.147
    - alfresco-enterprise-share: 14.98
    - acs-packaging:             7.2.0.1
    - RELEASE_VERSION:           7.2.0.1
    - DEVELOPMENT_VERSION:       7.2.0.2-SNAPSHOT
2022-04-06 12:35:21 +00:00
alandavis
820bdda50f Update upstream versions
- alfresco-community-repo:   14.147
    - alfresco-enterprise-share: 14.97
2022-03-22 11:57:11 +00:00
alandavis
c672395883 Create release/7.2.0 HF branch 2022-03-21 09:52:18 +00:00
21 changed files with 26 additions and 26 deletions

View File

@@ -29,8 +29,8 @@ env:
- TAS_SCRIPTS=../alfresco-community-repo/packaging/tests/scripts
- TAS_ENVIRONMENT=./tests/environment
# Release version has to start with real version (7.2.0-....) for the docker image to build successfully.
- RELEASE_VERSION=7.2.0
- DEVELOPMENT_VERSION=23.1.0-A1-SNAPSHOT
- RELEASE_VERSION=7.2.0.1
- DEVELOPMENT_VERSION=7.2.0.2-SNAPSHOT
stages:
- name: test

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<build>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<build>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-dev-community-tomcat-env</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-services-community-docker</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>share-community-docker</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -7,6 +7,6 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
</project>

10
pom.xml
View File

@@ -3,19 +3,19 @@
<artifactId>acs-community-packaging</artifactId>
<packaging>pom</packaging>
<name>Alfresco Content Services Community Packaging</name>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>14.145</version>
<version>14.147</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>14.145</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>14.96</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.2.0</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>14.147</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>14.98</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>7.2.0.1</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>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<modules>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<developers>

View File

@@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>content-repository-community-tests</artifactId>
<version>23.1.0-A1-SNAPSHOT</version>
<version>7.2.0.2-SNAPSHOT</version>
</parent>
<developers>