Skip to content

Commit

Permalink
prepare for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Jan 11, 2024
1 parent e8a0c78 commit 87f5ea5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 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.4.0-SNAPSHOT
# Alfresco Process Services SDK Project 2.4.0

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.5
* Apache Maven 3.9.6
* 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 @@ -45,7 +45,7 @@ Run scripts are provided in order to make easier and faster APS platform develop
In order to use both these generated Docker Compose templates you can use the following run scripts:

* `run.sh`: for Linux and Mac OS
* `run.bat`: for Windows
* `run.bat`: for Windows (Beta version)

The APS version is automatically taken from `pom.xml`, you only need to set the APS version enabling the active profile of a specific version.
Run scripts support the following commands:
Expand Down
2 changes: 1 addition & 1 deletion activiti-app-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class FourEyesAppIT {
protected static final String BASE_PATH_HOSTNAME = "localhost";
protected static final int BASE_PATH_PORT = 8080;

protected static final String appZipFile = "aps-extensions-jar-2.4.0-SNAPSHOT-App.zip";
protected static final String appZipFile = "aps-extensions-jar-2.4.0-App.zip";

protected static final String ACTIVITI_APP_BASE_PATH = BASE_PATH_PROTOCOL + "://" + BASE_PATH_HOSTNAME + ":"
+ BASE_PATH_PORT;
Expand Down
2 changes: 1 addition & 1 deletion activiti-app-overlay-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion activiti-app-overlay-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion aps-extensions-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>

<dependencyManagement>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>pom</packaging>
<name>APS - SDK Project</name>

Expand All @@ -24,23 +24,23 @@
<webVersion>4.0</webVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
<maven-war-plugin.version>3.4.0</maven-war-plugin.version>
<docker-maven-plugin.version>0.43.4</docker-maven-plugin.version>
<maven-dependency-plugin.version>3.6.1</maven-dependency-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.2</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
<maven-eclipse-lifecycle-mapping.version>1.0.0</maven-eclipse-lifecycle-mapping.version>
<maven.enforcer.plugin.version>3.4.1</maven.enforcer.plugin.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<skip.integration.test>false</skip.integration.test>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<maven-build-helper.plugin.version>3.4.0</maven-build-helper.plugin.version>
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
<maven-build-helper.plugin.version>3.5.0</maven-build-helper.plugin.version>
<gmaven-plugin.version>2.1.1</gmaven-plugin.version>
<integration.test.httpclient5.version>5.2.1</integration.test.httpclient5.version>
<integration.test.httpclient5.version>5.2.3</integration.test.httpclient5.version>
<docker-maven-plugin.skip.save>false</docker-maven-plugin.skip.save>
<skip.admin>false</skip.admin>
</properties>
Expand Down

0 comments on commit 87f5ea5

Please sign in to comment.