Skip to content

Commit 825cd21

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c68e3e6 + 332f35d commit 825cd21

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+
/.settings
9+
/.project
10+
/.classpath

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</plugin>
125125
<plugin>
126126
<artifactId>maven-assembly-plugin</artifactId>
127-
<version>2.2.2</version>
127+
<version>2.3</version>
128128
<configuration>
129129
<appendAssemblyId>false</appendAssemblyId>
130130
<outputDirectory>${project.build.directory}/releases/</outputDirectory>

0 commit comments

Comments
 (0)