Skip to content

Commit

Permalink
APS SDK 2.1.1 release: removed old APS 1.x version.properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenPj committed Apr 13, 2022
1 parent 10cba22 commit 9a8fd08
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 28 deletions.
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.1.0</version>
<version>2.1.1</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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.1.0-App.zip";
protected static final String appZipFile = "aps-extensions-jar-2.1.1-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.1.0</version>
<version>2.1.1</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.1.0</version>
<version>2.1.1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.1.0</version>
<version>2.1.1</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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.alfresco.activiti</groupId>
<artifactId>aps-project</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</parent>

<dependencyManagement>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ type=bpmSuite
version.major=2
version.minor=3
version.revision=0
version.edition=Alfresco Process Services (powered by Activiti)
version.edition=Alfresco Process Services (powered by Activiti)
2 changes: 1 addition & 1 deletion 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.1.0</version>
<version>2.1.1</version>
<packaging>pom</packaging>
<name>APS - SDK Project</name>

Expand Down

0 comments on commit 9a8fd08

Please sign in to comment.