Skip to content

Commit

Permalink
Merge pull request #1 from dadoonet/master
Browse files Browse the repository at this point in the history
Update maven assembly plugin version to 2.3
  • Loading branch information
kimchy committed Feb 26, 2012
2 parents 29a3300 + 5717cb3 commit dbd1257
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
/target
.DS_Store
*.iml
/.project
/.classpath
/.settings
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.2</version>
<version>2.3</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
Expand Down

0 comments on commit dbd1257

Please sign in to comment.