Skip to content

Commit bf12b2b

Browse files
committed
Merge pull request elastic#6 from dadoonet/master
Update maven assembly plugin version to 2.3
2 parents dfd0e2c + 509b467 commit bf12b2b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
/target
66
.DS_Store
77
*.iml
8+
/.project
9+
/.settings
10+
/.classpath

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
</plugin>
130130
<plugin>
131131
<artifactId>maven-assembly-plugin</artifactId>
132-
<version>2.2.2</version>
132+
<version>2.3</version>
133133
<configuration>
134134
<appendAssemblyId>false</appendAssemblyId>
135135
<outputDirectory>${project.build.directory}/releases/</outputDirectory>

0 commit comments

Comments
 (0)