Skip to content

Commit

Permalink
added support for APS 24.2.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Jul 9, 2024
1 parent d6be866 commit ee7d0ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alfresco Process Services SDK Project 3.0.1
# Alfresco Process Services SDK Project 3.0.2

The project consists of the following Maven submodules:

Expand All @@ -14,7 +14,7 @@ The project consists of the following Maven submodules:

# Prerequisites
* OpenJDK 17
* 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 @@ -203,11 +203,12 @@ Put your Java test classes in the following package:

In order to build the project, you can declare a Maven profile related to a specific APS version:

* `aps24.2.0` (APS 24.2.0 - default)
* `aps24.2.1` (APS 24.2.1 - default)
* `aps24.2.0` (APS 24.2.0)
* `aps24.1.0` (APS 24.1.0)


Build and test with unit tests execution for APS 24.2 with:
Build and test with unit tests execution for APS 24.2.1 with:
`mvn clean test`

Build and test with unit tests execution for APS 2.3.1 with:
Expand Down

0 comments on commit ee7d0ed

Please sign in to comment.