File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
2
<modelVersion >4.0.0</modelVersion >
4
3
5
4
<parent >
10
9
11
10
<groupId >com.github.temyers</groupId >
12
11
<artifactId >cucumber-jvm-parallel-plugin</artifactId >
13
- <version >5.0.0-SNAPSHOT </version >
12
+ <version >5.0.0</version >
14
13
<packaging >maven-plugin</packaging >
15
14
16
15
<name >cucumber-jvm-parallel-plugin Maven Plugin</name >
231
230
</goals >
232
231
</pluginExecutionFilter >
233
232
<action >
234
- <ignore />
233
+ <ignore />
235
234
</action >
236
235
</pluginExecution >
237
236
</pluginExecutions >
332
331
<format >html</format >
333
332
<format >xml</format >
334
333
</formats >
335
- <check />
334
+ <check />
336
335
</configuration >
337
336
<reportSets >
338
337
<reportSet >
386
385
<developerConnection >scm:git:https://github.com/temyers/cucumber-jvm-parallel-plugin.git
387
386
</developerConnection >
388
387
<url >https://github.com/temyers/cucumber-jvm-parallel-plugin</url >
389
- <tag >HEAD </tag >
388
+ <tag >cucumber-jvm-parallel-plugin-5.0.0 </tag >
390
389
</scm >
391
390
392
391
<licenses >
You can’t perform that action at this time.
0 commit comments