Skip to content

Commit

Permalink
added support for APS 2.4.2 (#78) and updated Maven plugins suite
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Nov 14, 2023
1 parent 115989a commit e4ddfe9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alfresco Process Services SDK Project 2.3.0
# Alfresco Process Services SDK Project 2.3.1

The project consists of the following Maven submodules:

Expand Down Expand Up @@ -167,7 +167,8 @@ 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:

* `aps2.4.1` (APS 2.4.1 - default)
* `aps2.4.2` (APS 2.4.2 - default)
* `aps2.4.1` (APS 2.4.1)
* `aps2.4.0` (APS 2.4.0)
* `aps2.3.9` (APS 2.3.9)
* `aps2.3.8` (APS 2.3.8)
Expand All @@ -185,7 +186,7 @@ In order to build the project, you can declare a Maven profile related to a spec
* `aps2.0.1` (APS 2.0.1)
* `aps2.0.0` (APS 2.0.0)

Build and test with unit tests execution for APS 2.4.1 with:
Build and test with unit tests execution for APS 2.4.2 with:
`mvn clean test`

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

0 comments on commit e4ddfe9

Please sign in to comment.