Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release cucumber-jvm-parallel-plugin-5…
Browse files Browse the repository at this point in the history
….0.0
  • Loading branch information
temyers committed Apr 17, 2018
1 parent 3d25d5b commit c3daa57
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -10,7 +9,7 @@

<groupId>com.github.temyers</groupId>
<artifactId>cucumber-jvm-parallel-plugin</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>maven-plugin</packaging>

<name>cucumber-jvm-parallel-plugin Maven Plugin</name>
Expand Down Expand Up @@ -231,7 +230,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down Expand Up @@ -332,7 +331,7 @@
<format>html</format>
<format>xml</format>
</formats>
<check/>
<check />
</configuration>
<reportSets>
<reportSet>
Expand Down Expand Up @@ -386,7 +385,7 @@
<developerConnection>scm:git:https://github.com/temyers/cucumber-jvm-parallel-plugin.git
</developerConnection>
<url>https://github.com/temyers/cucumber-jvm-parallel-plugin</url>
<tag>HEAD</tag>
<tag>cucumber-jvm-parallel-plugin-5.0.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit c3daa57

Please sign in to comment.