Skip to content

Commit 07cebd4

Browse files
committed
Polishing.
Remove superfluous versions. Improve make clean by removing stale pid files. See #2712
1 parent 8be6691 commit 07cebd4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

+1-1
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@
338338
<plugin>
339339
<groupId>org.apache.maven.plugins</groupId>
340340
<artifactId>maven-dependency-plugin</artifactId>
341-
<version>3.3.0</version>
342341
<executions>
343342
<execution>
344343
<goals>
@@ -348,8 +347,8 @@
348347
</executions>
349348
</plugin>
350349
<plugin>
350+
<groupId>org.apache.maven.plugins</groupId>
351351
<artifactId>maven-surefire-plugin</artifactId>
352-
<version>2.22.2</version>
353352
<configuration>
354353
<groups>RuntimeHintsTests</groups>
355354
<argLine>-javaagent:${org.springframework:spring-core-test:jar}</argLine>

0 commit comments

Comments
 (0)