diff --git a/amps/ags/pom.xml b/amps/ags/pom.xml index d955748358..aa7fee8de1 100644 --- a/amps/ags/pom.xml +++ b/amps/ags/pom.xml @@ -272,12 +272,6 @@ - - org.alfresco.maven.plugin - alfresco-maven-plugin - 2.1.1 - true - maven-compiler-plugin ${maven.compiler.version} @@ -498,7 +492,7 @@ org.alfresco.maven.plugin alfresco-maven-plugin - 2.1.1 + ${alfresco.maven-plugin.version} diff --git a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml index 1d0702ba78..1993ca3f96 100644 --- a/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml +++ b/amps/ags/rm-community/rm-community-rest-api-explorer/pom.xml @@ -66,7 +66,7 @@ org.alfresco api-explorer - ${api.explorer.version} + ${alfresco.api-explorer.version} war diff --git a/pom.xml b/pom.xml index a67659827f..945b31f1a9 100644 --- a/pom.xml +++ b/pom.xml @@ -102,6 +102,9 @@ 3.2.1 1.4.0 + 7.0.0 + 2.2.0 + 42.2.19 8.0.23 @@ -118,7 +121,6 @@ 8.15 - 7.0.0 7.0.0 @@ -910,6 +912,16 @@ maven-dependency-plugin 3.1.2 + + maven-assembly-plugin + 3.3.0 + + + org.alfresco.maven.plugin + alfresco-maven-plugin + ${alfresco.maven-plugin.version} + true +