No more manual version setting everywhere.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
-->
<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>
</plugin>
<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>aspectjrt-assembly</id>
</plugin>
<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>aspectjtools-assembly</id>
</plugin>
<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>aspectjweaver-assembly</id>
</plugin>
<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>aspectjinstaller-assembly</id>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>3.1.1</version>
+ </plugin>
</plugins>
</pluginManagement>