File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 113
113
<plugin >
114
114
<groupId >org.apache.maven.plugins</groupId >
115
115
<artifactId >maven-compiler-plugin</artifactId >
116
- <version >3.3 </version >
116
+ <version >3.5.1 </version >
117
117
<configuration >
118
118
<source >1.6</source >
119
119
<target >1.6</target >
122
122
<plugin >
123
123
<groupId >org.apache.maven.plugins</groupId >
124
124
<artifactId >maven-source-plugin</artifactId >
125
- <version >2.4 </version >
125
+ <version >3.0.0 </version >
126
126
<executions >
127
127
<execution >
128
128
<id >attach-sources</id >
148
148
<plugin >
149
149
<groupId >org.apache.maven.plugins</groupId >
150
150
<artifactId >maven-site-plugin</artifactId >
151
- <version >3.4 </version >
151
+ <version >3.5.1 </version >
152
152
<configuration >
153
153
<skipDeploy >true</skipDeploy >
154
154
</configuration >
175
175
<plugin >
176
176
<groupId >org.apache.maven.plugins</groupId >
177
177
<artifactId >maven-surefire-plugin</artifactId >
178
- <version >2.18 .1</version >
178
+ <version >2.19 .1</version >
179
179
</plugin >
180
180
</plugins >
181
181
</build >
You can’t perform that action at this time.
0 commit comments