|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>org.alfresco.maven</groupId>
|
5 | 5 | <artifactId>alfresco-sdk-aggregator</artifactId>
|
6 |
| - <version>4.11.0-SNAPSHOT</version> |
| 6 | + <version>4.11.0</version> |
7 | 7 | <name>Alfresco SDK</name>
|
8 | 8 | <description>This aggregator Project builds all modules required for the Alfresco SDK</description>
|
9 | 9 | <packaging>pom</packaging>
|
|
30 | 30 | <connection>scm:git:${scm.url.base}.git</connection>
|
31 | 31 | <developerConnection>scm:git:${scm.url.base}</developerConnection>
|
32 | 32 | <url>${scm.url.base}</url>
|
33 |
| - <tag>alfresco-sdk-aggregator-4.11.0-A1</tag> |
| 33 | + <tag>alfresco-sdk-aggregator-4.11.0</tag> |
34 | 34 | </scm>
|
35 | 35 |
|
36 | 36 | <!-- All the modules of the Alfresco SDK -->
|
|
56 | 56 | <alfresco.sdk.tests.exclude>*/*-enterprise*/*</alfresco.sdk.tests.exclude>
|
57 | 57 |
|
58 | 58 | <alfresco.bomDependency.artifactId>acs-community-packaging</alfresco.bomDependency.artifactId>
|
59 |
| - <alfresco.platform.version>23.4.1</alfresco.platform.version> |
| 59 | + <alfresco.platform.version>25.1.0</alfresco.platform.version> |
60 | 60 | <alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
|
61 |
| - <alfresco.share.docker.version>23.4.1</alfresco.share.docker.version> |
| 61 | + <alfresco.share.docker.version>25.1.0</alfresco.share.docker.version> |
62 | 62 | <!--
|
63 | 63 | The following value is now obtained by looking at the
|
64 |
| - - alfresco-community-share.version (eg. https://github.com/Alfresco/acs-community-packaging/blob/23.4.0/pom.xml#L17) |
| 64 | + - alfresco-community-share.version (eg. https://github.com/Alfresco/acs-community-packaging/blob/25.1.0/pom.xml#L17) |
65 | 65 | or
|
66 |
| - - alfresco-enterprise-share.version (eg. https://github.com/Alfresco/acs-packaging/blob/23.4.0/pom.xml#L18) |
| 66 | + - alfresco-enterprise-share.version (eg. https://github.com/Alfresco/acs-packaging/blob/25.1.0/pom.xml#L18) |
67 | 67 | for the GitHub Tag related to the above Docker version.
|
68 | 68 | -->
|
69 |
| - <alfresco.share.version>23.4.0.46</alfresco.share.version> |
| 69 | + <alfresco.share.version>25.1.0.56</alfresco.share.version> |
70 | 70 | <alfresco.platform.docker.image>alfresco/alfresco-content-repository-community</alfresco.platform.docker.image>
|
71 | 71 | <alfresco.share.docker.image>alfresco/alfresco-share</alfresco.share.docker.image>
|
72 | 72 | <keystore.settings>
|
|
302 | 302 | </properties>
|
303 | 303 | </profile>
|
304 | 304 |
|
| 305 | + <!-- 25.1 --> |
| 306 | + <profile> |
| 307 | + <id>community-251-tests</id> |
| 308 | + <properties> |
| 309 | + <alfresco.bomDependency.artifactId>acs-community-packaging</alfresco.bomDependency.artifactId> |
| 310 | + <alfresco.platform.version>25.1.0</alfresco.platform.version> |
| 311 | + <alfresco.share.docker.version>25.1.0</alfresco.share.docker.version> |
| 312 | + <alfresco.share.version>25.1.0.56</alfresco.share.version> |
| 313 | + <alfresco.platform.docker.image>alfresco/alfresco-content-repository-community</alfresco.platform.docker.image> |
| 314 | + <alfresco.share.docker.image>alfresco/alfresco-share</alfresco.share.docker.image> |
| 315 | + <alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user> |
| 316 | + </properties> |
| 317 | + </profile> |
| 318 | + <profile> |
| 319 | + <id>enterprise-251-tests</id> |
| 320 | + <properties> |
| 321 | + <alfresco.bomDependency.artifactId>acs-packaging</alfresco.bomDependency.artifactId> |
| 322 | + <alfresco.platform.version>25.1.0</alfresco.platform.version> |
| 323 | + <alfresco.share.docker.version>25.1.0</alfresco.share.docker.version> |
| 324 | + <alfresco.share.version>25.1.0.56</alfresco.share.version> |
| 325 | + <alfresco.platform.docker.image>quay.io/alfresco/alfresco-content-repository</alfresco.platform.docker.image> |
| 326 | + <alfresco.share.docker.image>quay.io/alfresco/alfresco-share</alfresco.share.docker.image> |
| 327 | + <alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user> |
| 328 | + </properties> |
| 329 | + </profile> |
| 330 | + |
305 | 331 | <profile>
|
306 | 332 | <id>sdk-release</id>
|
307 | 333 | <properties>
|
|
0 commit comments