Skip to content

Commit c2453df

Browse files
committed
fix resolving the WARNING message for the commons-email (#86)
1 parent 37b7761 commit c2453df

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

activiti-app-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.alfresco.activiti</groupId>
99
<artifactId>aps-project</artifactId>
10-
<version>3.0.0</version>
10+
<version>3.0.1</version>
1111
</parent>
1212

1313
<properties>

activiti-app-integration-tests/src/test/java/com/activiti/sdk/integrationtests/FourEyesAppIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public class FourEyesAppIT {
5555
protected static final String BASE_PATH_HOSTNAME = "localhost";
5656
protected static final int BASE_PATH_PORT = 8080;
5757

58-
protected static final String appZipFile = "aps-extensions-jar-3.0.0-App.zip";
58+
protected static final String appZipFile = "aps-extensions-jar-3.0.1-App.zip";
5959

6060
protected static final String ACTIVITI_APP_BASE_PATH = BASE_PATH_PROTOCOL + "://" + BASE_PATH_HOSTNAME + ":"
6161
+ BASE_PATH_PORT;

activiti-app-overlay-docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.alfresco.activiti</groupId>
99
<artifactId>aps-project</artifactId>
10-
<version>3.0.0</version>
10+
<version>3.0.1</version>
1111
</parent>
1212

1313
<properties>

activiti-app-overlay-war/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.alfresco.activiti</groupId>
99
<artifactId>aps-project</artifactId>
10-
<version>3.0.0</version>
10+
<version>3.0.1</version>
1111
</parent>
1212

1313
<dependencies>

aps-extensions-jar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.alfresco.activiti</groupId>
99
<artifactId>aps-project</artifactId>
10-
<version>3.0.0</version>
10+
<version>3.0.1</version>
1111
</parent>
1212

1313
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<modelVersion>4.0.0</modelVersion>
1010
<groupId>org.alfresco.activiti</groupId>
1111
<artifactId>aps-project</artifactId>
12-
<version>3.0.0</version>
12+
<version>3.0.1</version>
1313
<packaging>pom</packaging>
1414
<name>APS - SDK Project - 3.x</name>
1515

0 commit comments

Comments
 (0)