Skip to content

Commit 2411938

Browse files
committed
maven-surefire-plugin.version -> 3.0.0-M5 | Derp (C) whatthecommit.com :)
1 parent 32a8c94 commit 2411938

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

pom.xml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,19 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5-
65
<modelVersion>4.0.0</modelVersion>
76
<groupId>com.github.daggerok</groupId>
87
<artifactId>jersey-netty-cdi-jackson-file-eventstore</artifactId>
98
<version>3.0.0-SNAPSHOT</version>
109
<packaging>jar</packaging>
11-
1210
<properties>
1311
<mainClass>daggerok.Main</mainClass>
14-
1512
<java.version>11</java.version>
1613
<maven.compiler.source>${java.version}</maven.compiler.source>
1714
<maven.compiler.target>${java.version}</maven.compiler.target>
18-
1915
<encoding>UTF-8</encoding>
2016
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
2117
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
22-
2318
<vavr.version>0.10.2</vavr.version>
2419
<slf4j.version>1.7.28</slf4j.version>
2520
<jersey.version>2.29</jersey.version>
@@ -34,11 +29,9 @@
3429
<jandex-maven-plugin.version>1.0.6</jandex-maven-plugin.version>
3530
<capsule-maven-plugin.version>1.5.1</capsule-maven-plugin.version>
3631
<spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
37-
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
38-
32+
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
3933
<bundle>bundle</bundle>
4034
</properties>
41-
4235
<dependencyManagement>
4336
<dependencies>
4437
<dependency>
@@ -78,7 +71,6 @@
7871
</dependency>
7972
</dependencies>
8073
</dependencyManagement>
81-
8274
<dependencies>
8375
<dependency>
8476
<groupId>org.jboss</groupId>
@@ -152,10 +144,8 @@
152144
<version>${assertj.version}</version>
153145
</dependency>
154146
</dependencies>
155-
156147
<build>
157148
<defaultGoal>clean package</defaultGoal>
158-
159149
<plugins>
160150
<plugin>
161151
<groupId>org.apache.maven.plugins</groupId>
@@ -177,7 +167,6 @@
177167
</execution>
178168
</executions>
179169
</plugin>
180-
181170
<!-- fat jar -->
182171
<plugin>
183172
<groupId>com.github.chrisdchristo</groupId>
@@ -196,7 +185,6 @@
196185
</execution>
197186
</executions>
198187
</plugin>
199-
200188
<!-- In safe with SptBugs... -->
201189
<plugin>
202190
<groupId>com.github.spotbugs</groupId>
@@ -218,7 +206,6 @@
218206
</execution>
219207
</executions>
220208
</plugin>
221-
222209
<plugin>
223210
<groupId>org.codehaus.mojo</groupId>
224211
<artifactId>exec-maven-plugin</artifactId>
@@ -237,7 +224,6 @@
237224
</plugin>
238225
</plugins>
239226
</build>
240-
241227
<reporting>
242228
<plugins>
243229
<plugin>
@@ -247,7 +233,6 @@
247233
</plugin>
248234
</plugins>
249235
</reporting>
250-
251236
<profiles>
252237
<profile>
253238
<id>gem-install</id>
@@ -272,7 +257,6 @@
272257
</plugins>
273258
</build>
274259
</profile>
275-
276260
<profile>
277261
<id>bundle-update-jekyll</id>
278262
<build>
@@ -293,7 +277,6 @@
293277
</plugins>
294278
</build>
295279
</profile>
296-
297280
<profile>
298281
<id>bundle-install</id>
299282
<build>
@@ -313,7 +296,6 @@
313296
</plugins>
314297
</build>
315298
</profile>
316-
317299
<profile>
318300
<id>jekyll-search</id>
319301
<build>
@@ -336,7 +318,6 @@
336318
</plugins>
337319
</build>
338320
</profile>
339-
340321
<profile>
341322
<id>jekyll-build</id>
342323
<build>
@@ -358,7 +339,6 @@
358339
</plugins>
359340
</build>
360341
</profile>
361-
362342
<profile>
363343
<id>jekyll-serve</id>
364344
<build>
@@ -381,5 +361,4 @@
381361
</build>
382362
</profile>
383363
</profiles>
384-
385364
</project>

0 commit comments

Comments
 (0)