Skip to content

Commit a96a9dd

Browse files
committed
Merge pull request #1 from dadoonet/master
Update maven assembly plugin version to 2.3
2 parents dc642ea + 3a9070d commit a96a9dd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
/target
66
.DS_Store
77
*.iml
8+
/.project
9+
/.classpath
10+
/.settings

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</plugin>
119119
<plugin>
120120
<artifactId>maven-assembly-plugin</artifactId>
121-
<version>2.2.2</version>
121+
<version>2.3</version>
122122
<configuration>
123123
<appendAssemblyId>false</appendAssemblyId>
124124
<outputDirectory>${project.build.directory}/releases/</outputDirectory>

0 commit comments

Comments
 (0)