configurable APS docker tag; APS default v2.4.6

This commit is contained in:
Brian Long 2025-01-31 15:47:38 -05:00
parent 8a77c5a01d
commit 1412e66768
5 changed files with 8 additions and 6 deletions

View File

@ -60,7 +60,7 @@
</property>
</activation>
<properties>
<aps.version>2.4.1</aps.version>
<aps.version>2.4.6</aps.version>
<!-- add properties here -->
<aps.tomcat.opts>-Dproperty-to-set=value</aps.tomcat.opts>
</properties>

View File

@ -16,7 +16,7 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<aps.version>2.4.1</aps.version>
<aps.version>2.4.6</aps.version>
</properties>
<dependencies>

View File

@ -184,7 +184,7 @@
<!-- versions -->
<aps-postgres.version>12</aps-postgres.version>
<aps.version>2.4.4</aps.version>
<aps.version>2.4.6</aps.version>
<tomcat-rad.version>9-2.1</tomcat-rad.version>
<!-- results -->

View File

@ -53,7 +53,8 @@ The following properties are intended to be exposed by inheriting Public API Mav
| `aps.timeout` | | 60000 | The time to wait for the startup to complete, in milliseconds. |
| `alfresco.license.directory` | | `${user.home}/alfresco/license` | The base path to search for Alfresco licenses. |
| `aps.license.directory` | | `${alfresco.license.directory}/aps` | The base path to search for an APS license. |
| `aps.version` | | 1.11.1.1 | The version of the [Process Services Docker container](https://hub.docker.com/r/alfresco/process-services). |
| `aps.docker-tag` | | `alfresco/process-services` | The Docker image tag for APS. |
| `aps.version` | | 2.4.6 | The version of the [Process Services Docker container](https://hub.docker.com/r/alfresco/process-services). |
| `aps-postgres.version` | | *not important* | The version of PostgreSQL to use in the integration testing infrastructure. |
### Other APIs

View File

@ -58,7 +58,7 @@
</run>
</image>
<image>
<name>alfresco/process-services:${aps.version}</name>
<name>${aps.docker-tag}:${aps.version}</name>
<alias>aps-app</alias>
<run>
<env>
@ -111,7 +111,8 @@
<!-- versions -->
<aps-postgres.version>9.6</aps-postgres.version>
<aps.version>1.11.1.1</aps.version>
<aps.docker-tag>alfresco/process-services</aps.docker-tag>
<aps.version>2.4.6</aps.version>
</properties>
</profile>
</profiles>