Merge pull request #1438 from ruwany/master

Updating maven assembly plugin to 3.0.0
application-manager-new
inoshperera 7 years ago committed by GitHub
commit cf722943ab

@ -1760,6 +1760,11 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>

Loading…
Cancel
Save