Merge pull request #3 from dadoonet/master

Update maven assembly plugin version to 2.3
This commit is contained in:
Shay Banon 2012-02-26 15:40:42 -08:00
commit 332f35d608
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -5,3 +5,6 @@
/target
.DS_Store
*.iml
/.settings
/.project
/.classpath

View File

@ -124,7 +124,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>