Skip to content

Commit 05e32f8

Browse files
committed
Polishing.
Remove superfluous versions. Improve make clean by removing stale pid files. See #2710
1 parent 7a50829 commit 05e32f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ cluster-init: cluster-start cluster-meet cluster-slots
167167
# Global
168168
########
169169
clean:
170-
rm -rf work/*.conf work/*.log dump.rdb
170+
rm -rf work/*.conf work/*.pid work/*.log dump.rdb
171171

172172
clobber:
173173
rm -rf work

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@
354354
<plugin>
355355
<groupId>org.apache.maven.plugins</groupId>
356356
<artifactId>maven-dependency-plugin</artifactId>
357-
<version>3.3.0</version>
358357
<executions>
359358
<execution>
360359
<goals>
@@ -364,8 +363,8 @@
364363
</executions>
365364
</plugin>
366365
<plugin>
366+
<groupId>org.apache.maven.plugins</groupId>
367367
<artifactId>maven-surefire-plugin</artifactId>
368-
<version>2.22.2</version>
369368
<configuration>
370369
<groups>RuntimeHintsTests</groups>
371370
<argLine>-javaagent:${org.springframework:spring-core-test:jar}</argLine>

0 commit comments

Comments
 (0)