diff --git a/community-module/pom.xml b/community-module/pom.xml index 15bbafe..e049154 100644 --- a/community-module/pom.xml +++ b/community-module/pom.xml @@ -6,7 +6,7 @@ com.inteligr8.alfresco asie-platform-module-parent - 1.2-SNAPSHOT + 1.3-SNAPSHOT ../ diff --git a/enterprise-module/pom.xml b/enterprise-module/pom.xml index b001787..58085c4 100644 --- a/enterprise-module/pom.xml +++ b/enterprise-module/pom.xml @@ -6,7 +6,7 @@ com.inteligr8.alfresco asie-platform-module-parent - 1.2-SNAPSHOT + 1.3-SNAPSHOT ../ diff --git a/pom.xml b/pom.xml index 8954c20..cb983e2 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.inteligr8.alfresco asie-platform-module-parent - 1.2-SNAPSHOT + 1.3-SNAPSHOT pom ASIE Platform Module Parent @@ -39,9 +39,9 @@ UTF-8 - 11 - 11 - 11 + 17 + 17 + 17 true @@ -56,12 +56,34 @@ maven-site-plugin - 3.12.1 + 3.21.0 maven-dependency-plugin - 3.8.0 + 3.8.1 + + + maven-surefire-plugin + 3.4.0 + + + org.junit.jupiter + junit-jupiter-engine + 5.11.0 + + + + + maven-failsafe-plugin + 3.4.0 + + + org.junit.jupiter + junit-jupiter-engine + 5.11.0 + + @@ -72,7 +94,6 @@ asie-api shared enterprise-module - community-module diff --git a/shared/pom.xml b/shared/pom.xml index 9dd66b6..52c8e32 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -6,7 +6,7 @@ com.inteligr8.alfresco asie-platform-module-parent - 1.2-SNAPSHOT + 1.3-SNAPSHOT ../