diff options
Diffstat (limited to 'aspectjmatcher')
-rw-r--r-- | aspectjmatcher/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/aspectjmatcher/pom.xml b/aspectjmatcher/pom.xml index a910dc3df..06597f41c 100644 --- a/aspectjmatcher/pom.xml +++ b/aspectjmatcher/pom.xml @@ -56,12 +56,8 @@ --> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <!-- - Set version manually in order to override version from super POM, e.g. 2.2-beta-5 from - https://maven.apache.org/ref/3.6.3/maven-model-builder/super-pom - --> - <version>3.1.1</version> <executions> <execution> <id>aspectjmatcher-assembly</id> |