Skip to content

Commit

Permalink
Tagging Release APS SDK 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Feb 10, 2023
1 parent 56b0e5b commit 30367a1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| [APS SDK 2.x (2.x branch)](https://github.com/OpenPj/alfresco-process-services-project-sdk/tree/2.x) | 2.3.5, 2.3.4, 2.3.3, 2.3.2, 2.3.1, 2.3.0, 2.2.0.1, 2.2.0, 2.1.0, 2.0.1, 2.0.0 | [Download APS SDK v2.1.9](https://github.com/OpenPj/alfresco-process-services-project-sdk/releases/tag/v2.1.9) | [Upgrading APS SDK 2.x project to support APS 2.2.0 (only for APS SDK versions earlier than 2.0.8)](https://github.com/OpenPj/alfresco-process-services-project-sdk/wiki/Upgrading-APS-SDK-2.x-project-to-support-APS-2.2.0-(only-for-APS-SDK-versions-earlier-than-2.0.8)) | [Adding the License Management to your current project (only for APS SDK versions earlier than 2.0.9)](https://github.com/OpenPj/alfresco-process-services-project-sdk/wiki/Adding-the-License-Management-to-your-current-project-(only-for-APS-SDK-versions-earlier-than-2.0.9-or-1.7.4)) |
| [APS SDK 1.x (master branch)](https://github.com/OpenPj/alfresco-process-services-project-sdk) | 1.11.5, 1.11.4.3, 1.11.4.2, 1.11.4.1, 1.11.4, 1.11.3, 1.11.2, 1.11.1.1, 1.11.1, 1.11.0, 1.10.0.1, 1.10.0, 1.9.0.5 | [Download APS SDK v1.7.5](https://github.com/OpenPj/alfresco-process-services-project-sdk/releases/tag/v.1.7.5) | | [Adding the License Management to your current project (only for APS SDK versions earlier than 1.7.4)](https://github.com/OpenPj/alfresco-process-services-project-sdk/wiki/Adding-the-License-Management-to-your-current-project-(only-for-APS-SDK-versions-earlier-than-2.0.9-or-1.7.4))|

# Alfresco Process Services SDK Project 1.8.0-SNAPSHOT
# Alfresco Process Services SDK Project 1.8.0

The project consists of the following Maven submodules:

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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class FourEyesAppIT {
protected static final String BASE_CONTEXT_PATH = "/activiti-app/api";
protected static final int BASE_PATH_PORT = 8080;

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

protected static final String ACTIVITI_APP_BASE_PATH = BASE_PATH_PROTOCOL + "://" + BASE_PATH_HOSTNAME + ":"
+ BASE_PATH_PORT + BASE_CONTEXT_PATH;
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>1.8.0-SNAPSHOT</version>
<version>1.8.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>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

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

<properties>
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 @@ -9,7 +9,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>
<name>Alfresco Process Services - 1.x - SDK Project</name>

Expand Down

0 comments on commit 30367a1

Please sign in to comment.