Skip to content

Commit

Permalink
Upgrade to Maven Assembly Plugin 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Jul 1, 2016
1 parent 894a856 commit c24c5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spring-boot-cli/src/main/assembly/bin-package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<files>
<file>
<source>${project.build.directory}/${project.artifactId}-${project.version}-full.jar</source>
<outputDirectory>/spring-${project.version}/lib</outputDirectory>
<outputDirectory>/lib</outputDirectory>
<destName>${project.build.finalName}.jar</destName>
</file>
</files>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.1</version>
<version>2.6</version>
<configuration>
<recompressZippedFiles>false</recompressZippedFiles>
</configuration>
Expand Down

0 comments on commit c24c5ae

Please sign in to comment.