This repository was archived by the owner on Apr 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 15 files changed +44
-22
lines changed
alfresco-dynamic-extensions-repo/alfresco-dynamic-extensions-repo-74 Expand file tree Collapse file tree 15 files changed +44
-22
lines changed Original file line number Diff line number Diff line change 4949 env :
5050 DOCKER_USER : ${{ secrets.CLOUDSMITH_USER }}
5151 DOCKER_PASSWORD : ${{ secrets.CLOUDSMITH_APIKEY }}
52- run : echo "$DOCKER_PASSWORD" | docker login docker.xenit.eu --username "$DOCKER_USER" --password-stdin
52+ run : echo "$DOCKER_PASSWORD" | docker login private. docker.xenit.eu --username "$DOCKER_USER" --password-stdin
5353 - name : Test
5454 run : ./gradlew integrationTest -P${{ matrix.flavour }}
5555 - name : ' Upload Artifact'
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ Version template:
2121 -->
2222# Dynamic Extensions For Alfresco Changelog
2323
24+ ## [ 4.0.0] - 2023-07-18
25+
26+ ### Added
27+
28+ * [ #363 ] ( https://github.com/xenit-eu/dynamic-extensions-for-alfresco/issues/363 ) Added Alfresco 7.4 compatibility
29+
2430## [ 3.0.0] - 2022-11-29
2531
2632### Added
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ the [Alfresco Docker Gradle Plugins](https://github.com/xenit-eu/alfresco-docker
6666
6767Dynamic Extensions is systematically integration-tested against:
6868
69+ * Alfresco Enterprise & Community 7.4
6970* Alfresco Enterprise & Community 7.3
7071* Alfresco Enterprise & Community 7.2
7172* Alfresco Enterprise & Community 7.1
Original file line number Diff line number Diff line change 1+ module.id = ${project.parent.name}
2+ module.version = ${project.version.replace(' -SNAPSHOT' ,' ' )}
3+ module.title = Dynamic Extensions for Alfresco ${project.ext.simpleAlfrescoVersion}
4+ module.description = Dynamic Extensions for Alfresco module package
5+
6+ module.repo.version.min =7.4.0
7+ module.repo.version.max =7.4.99
Original file line number Diff line number Diff line change 55 " 70" : " 7.0.0" ,
66 " 71" : " 7.1.1" ,
77 " 72" : " 7.2.0" ,
8- " 73" : " 7.3.0"
8+ " 73" : " 7.3.0" ,
9+ " 74" : " 7.4.0"
910 ]
1011
1112 springVersions = [
1415 " 70" : " 5.3.3.RELEASE" ,
1516 " 71" : " 5.3.9.RELEASE" ,
1617 " 72" : " 5.3.15.RELEASE" ,
17- " 73" : " 5.3.23.RELEASE"
18+ " 73" : " 5.3.23.RELEASE" ,
19+ " 74" : " 5.3.27"
1820 ]
1921
2022 geminiVersions = [
2426 " 71" : " 3.0.0.M01" ,
2527 " 72" : " 3.0.0.M01" ,
2628 " 73" : " 3.0.0.M01" ,
29+ " 74" : " 3.0.0.M01"
2730 ]
2831}
Original file line number Diff line number Diff line change 1+ ext {
2+ alfrescoBaseWarBom = ' org.alfresco:acs-community-packaging:7.4.0'
3+ alfrescoBaseWar = ' org.alfresco:content-services-community@war'
4+
5+ alfrescoBaseImage = ' xenit/alfresco-repository-community:7.4.0'
6+
7+ postgresImage = ' postgres:13'
8+ }
Original file line number Diff line number Diff line change 11ext {
22 alfrescoBaseWarBom = ' org.alfresco:acs-packaging:6.1.1.11'
33 alfrescoBaseWar = ' org.alfresco:content-services@war'
4- alfrescoBaseImage = ' docker.xenit.eu/private /alfresco-enterprise/alfresco-repository-enterprise:6.1.1'
4+ alfrescoBaseImage = ' private. docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:6.1.1'
55
66 postgresImage = ' postgres:10.1'
77}
Original file line number Diff line number Diff line change 11ext {
22 alfrescoBaseWarBom = ' org.alfresco:acs-packaging:6.2.2.19'
33 alfrescoBaseWar = ' org.alfresco:content-services@war'
4- alfrescoBaseImage = ' docker.xenit.eu/private /alfresco-enterprise/alfresco-repository-enterprise:6.2.2.19'
4+ alfrescoBaseImage = ' private. docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:6.2.2.19'
55
66 postgresImage = ' postgres:10.1'
77}
Original file line number Diff line number Diff line change 22 alfrescoBaseWarBom = ' org.alfresco:acs-packaging:7.0.1.3'
33 alfrescoBaseWar = ' org.alfresco:content-services@war'
44
5- alfrescoBaseImage = ' docker.xenit.eu/private /alfresco-enterprise/alfresco-repository-enterprise:7.0.1.3'
5+ alfrescoBaseImage = ' private. docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.0.1.3'
66
77 postgresImage = ' postgres:13.1'
88}
Original file line number Diff line number Diff line change 22 alfrescoBaseWarBom = ' org.alfresco:acs-packaging:7.1.0'
33 alfrescoBaseWar = ' org.alfresco:content-services@war'
44
5- alfrescoBaseImage = ' docker.xenit.eu/private /alfresco-enterprise/alfresco-repository-enterprise:7.1.0'
5+ alfrescoBaseImage = ' private. docker.xenit.eu/alfresco-enterprise/alfresco-repository-enterprise:7.1.0'
66
77 postgresImage = ' postgres:13'
88}
You can’t perform that action at this time.
0 commit comments