Skip to content

Commit c3daa57

Browse files
author
temyers
committed
[maven-release-plugin] prepare release cucumber-jvm-parallel-plugin-5.0.0
1 parent 3d25d5b commit c3daa57

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>com.github.temyers</groupId>
1211
<artifactId>cucumber-jvm-parallel-plugin</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
12+
<version>5.0.0</version>
1413
<packaging>maven-plugin</packaging>
1514

1615
<name>cucumber-jvm-parallel-plugin Maven Plugin</name>
@@ -231,7 +230,7 @@
231230
</goals>
232231
</pluginExecutionFilter>
233232
<action>
234-
<ignore/>
233+
<ignore />
235234
</action>
236235
</pluginExecution>
237236
</pluginExecutions>
@@ -332,7 +331,7 @@
332331
<format>html</format>
333332
<format>xml</format>
334333
</formats>
335-
<check/>
334+
<check />
336335
</configuration>
337336
<reportSets>
338337
<reportSet>
@@ -386,7 +385,7 @@
386385
<developerConnection>scm:git:https://github.com/temyers/cucumber-jvm-parallel-plugin.git
387386
</developerConnection>
388387
<url>https://github.com/temyers/cucumber-jvm-parallel-plugin</url>
389-
<tag>HEAD</tag>
388+
<tag>cucumber-jvm-parallel-plugin-5.0.0</tag>
390389
</scm>
391390

392391
<licenses>

0 commit comments

Comments
 (0)