Skip to content

Commit

Permalink
Added support for APS 2.4.2.11 and 2.4.2.12 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Jun 24, 2024
1 parent 09efaac commit a00eb6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alfresco Process Services SDK Project 2.5.1
# Alfresco Process Services SDK Project 2.5.2

The project consists of the following Maven submodules:

Expand All @@ -15,7 +15,7 @@ The project consists of the following Maven submodules:
# Prerequisites
* OpenJDK 17 for APS >= 2.4.x
* OpenJDK 11 for APS <= 2.3.9
* Apache Maven 3.9.6
* Apache Maven 3.9.8
* Docker (optional)
* Put valid _activiti.lic_ and _transform.lic_ (or _Aspose.Total.Java.lic_ ) in the `/license` folder for running unit / integration tests and for building containers
* Access to the Alfresco Nexus Repositories (credentials provided by Alfresco)
Expand Down Expand Up @@ -206,6 +206,8 @@ In order to build the project, you can declare a Maven profile related to a spec

* `aps2.4.4` (APS 2.4.4 - default)
* `aps2.4.3` (APS 2.4.3)
* `aps2.4.2.12` (APS 2.4.2.12)
* `aps2.4.2.11` (APS 2.4.2.11)
* `aps2.4.2.10` (APS 2.4.2.10)
* `aps2.4.2.9` (APS 2.4.2.9)
* `aps2.4.2.8` (APS 2.4.2.8)
Expand Down

0 comments on commit a00eb6e

Please sign in to comment.