We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfd0e2c + 509b467 commit bf12b2bCopy full SHA for bf12b2b
.gitignore
@@ -5,3 +5,6 @@
5
/target
6
.DS_Store
7
*.iml
8
+/.project
9
+/.settings
10
+/.classpath
pom.xml
@@ -129,7 +129,7 @@
129
</plugin>
130
<plugin>
131
<artifactId>maven-assembly-plugin</artifactId>
132
- <version>2.2.2</version>
+ <version>2.3</version>
133
<configuration>
134
<appendAssemblyId>false</appendAssemblyId>
135
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
0 commit comments