diff --git a/activiti-app-integration-tests/pom.xml b/activiti-app-integration-tests/pom.xml
index bcadf3d..5737add 100644
--- a/activiti-app-integration-tests/pom.xml
+++ b/activiti-app-integration-tests/pom.xml
@@ -7,7 +7,7 @@
org.alfresco.activiti
aps-project
- 3.0.0-SNAPSHOT
+ 3.0.0
@@ -175,34 +175,6 @@
-
- failsafe-openjdk-11
-
- false
- 11
-
-
-
-
- maven-failsafe-plugin
-
- ${skip.integration.test}
-
- --illegal-access=permit
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/activiti-app-integration-tests/src/test/java/com/activiti/sdk/integrationtests/FourEyesAppIT.java b/activiti-app-integration-tests/src/test/java/com/activiti/sdk/integrationtests/FourEyesAppIT.java
index 4784628..7db6a7e 100644
--- a/activiti-app-integration-tests/src/test/java/com/activiti/sdk/integrationtests/FourEyesAppIT.java
+++ b/activiti-app-integration-tests/src/test/java/com/activiti/sdk/integrationtests/FourEyesAppIT.java
@@ -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-3.0.0-SNAPSHOT-App.zip";
+ protected static final String appZipFile = "aps-extensions-jar-3.0.0-App.zip";
protected static final String ACTIVITI_APP_BASE_PATH = BASE_PATH_PROTOCOL + "://" + BASE_PATH_HOSTNAME + ":"
+ BASE_PATH_PORT;
diff --git a/activiti-app-overlay-docker/pom.xml b/activiti-app-overlay-docker/pom.xml
index f4189d8..1686035 100644
--- a/activiti-app-overlay-docker/pom.xml
+++ b/activiti-app-overlay-docker/pom.xml
@@ -7,7 +7,7 @@
org.alfresco.activiti
aps-project
- 3.0.0-SNAPSHOT
+ 3.0.0
@@ -298,7 +298,7 @@
copy-license-for-containers-and-ITs
- pre-integration-test
+ generate-resources
copy-resources
diff --git a/activiti-app-overlay-war/pom.xml b/activiti-app-overlay-war/pom.xml
index bcbb7c9..4a3f580 100644
--- a/activiti-app-overlay-war/pom.xml
+++ b/activiti-app-overlay-war/pom.xml
@@ -7,7 +7,7 @@
org.alfresco.activiti
aps-project
- 3.0.0-SNAPSHOT
+ 3.0.0
diff --git a/aps-extensions-jar/pom.xml b/aps-extensions-jar/pom.xml
index b5cdb44..89106e3 100644
--- a/aps-extensions-jar/pom.xml
+++ b/aps-extensions-jar/pom.xml
@@ -7,7 +7,7 @@
org.alfresco.activiti
aps-project
- 3.0.0-SNAPSHOT
+ 3.0.0
@@ -163,8 +163,12 @@
provided
- com.activiti
- aspose-transformation
+ org.apache.commons
+ commons-email2-core
+
+
+ org.apache.commons
+ commons-email2-jakarta
@@ -174,6 +178,20 @@
${aps.version}
test
classes
+
+
+ com.activiti
+ aspose-transformation
+
+
+ org.apache.commons
+ commons-email2-core
+
+
+ org.apache.commons
+ commons-email2-jakarta
+
+
com.opencsv
@@ -332,34 +350,6 @@
-
- surefire-openjdk-11
-
- false
- 11
-
-
-
-
- maven-surefire-plugin
-
- ${skip.integration.test}
-
- --illegal-access=permit
-
-
-
-
-
- integration-test
- verify
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c559926..e0ebe98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
4.0.0
org.alfresco.activiti
aps-project
- 3.0.0-SNAPSHOT
+ 3.0.0
pom
APS - SDK Project - 3.x