Compare commits

...

7 Commits

Author SHA1 Message Date
alfresco-build
c1784b388f [maven-release-plugin][skip ci] prepare release 23.3.0-M1 2024-07-08 13:05:38 +00:00
alfresco-build
0e4b6df7af [release] 23.3.0-M1
Update upstream versions
    - alfresco-community-repo:   23.3.0.66
    - alfresco-enterprise-share: 23.3.0.74
    - acs-packaging:             23.3.0-M1
    - RELEASE_VERSION:           23.3.0-M1
    - DEVELOPMENT_VERSION:       23.3.0-A28-SNAPSHOT
2024-07-08 11:16:09 +00:00
alfresco-build
3f0a7757eb [maven-release-plugin][skip ci] prepare for next development iteration 2024-07-08 10:11:31 +00:00
alfresco-build
a4d0e78887 [maven-release-plugin][skip ci] prepare release 23.3.0-A27 2024-07-08 10:11:30 +00:00
alfresco-build
898e4e2ad7 [release] 23.3.0-A27
Update upstream versions
    - alfresco-community-repo:   23.3.0.66
    - alfresco-enterprise-share: 23.3.0.74
    - acs-packaging:             23.3.0-A27
    - RELEASE_VERSION:           23.3.0-A27
    - DEVELOPMENT_VERSION:       23.3.0-A28-SNAPSHOT
2024-07-08 09:12:14 +00:00
Sara
0a6521de02 Bump SS/IE to 2.0.11 (#1568) 2024-07-04 16:44:58 +01:00
alfresco-build
05bdb689f2 [maven-release-plugin][skip ci] prepare for next development iteration 2024-07-01 12:01:32 +00:00
23 changed files with 29 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 (23.2.0-....) for the docker image to build successfully.
RELEASE_VERSION: 23.3.0-A26
DEVELOPMENT_VERSION: 23.3.0-A27-SNAPSHOT
RELEASE_VERSION: 23.3.0-M1
DEVELOPMENT_VERSION: 23.3.0-A28-SNAPSHOT
jobs:
tas_tests:

View File

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

View File

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

View File

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

View File

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

View File

@@ -25,7 +25,7 @@ services:
- 5432:5432
solr6:
image: alfresco/alfresco-search-services:2.0.11-A6
image: alfresco/alfresco-search-services:2.0.11
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>23.3.0-A26</version>
<version>23.3.0-M1</version>
</parent>
<properties>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -7,6 +7,6 @@
<parent>
<groupId>org.alfresco</groupId>
<artifactId>acs-community-packaging</artifactId>
<version>23.3.0-A26</version>
<version>23.3.0-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>23.3.0-A26</version>
<version>23.3.0-M1</version>
<parent>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-community-repo</artifactId>
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
<version>23.3.0.62</version>
<version>23.3.0.66</version>
</parent>
<properties>
<dependency.alfresco-community-repo.version>23.3.0.62</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>23.3.0.73</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>23.3.0-A26</dependency.acs-packaging.version> <!-- for Share distribution zip -->
<dependency.alfresco-community-repo.version>23.3.0.66</dependency.alfresco-community-repo.version>
<dependency.alfresco-community-share.version>23.3.0.74</dependency.alfresco-community-share.version>
<dependency.acs-packaging.version>23.3.0-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>23.3.0-A26</tag>
<tag>23.3.0-M1</tag>
</scm>
<distributionManagement>

View File

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

View File

@@ -1,3 +1,3 @@
SOLR6_TAG=2.0.11-A6
SOLR6_TAG=2.0.11
POSTGRES_TAG=15.4
ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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