Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Glib Briia committed Sep 22, 2018
1 parent 5a036f2 commit c1e832b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion continuous-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cucumber-jvm-groovy</artifactId>
<groupId>io.cucumber</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>continuous-deployment</artifactId>
Expand Down
5 changes: 2 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<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>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm-groovy</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>groovy-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm-groovy</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>cucumber-groovy</artifactId>
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm-groovy</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>
<name>Cucumber-JVM: Groovy</name>
<description>Cucumber for Groovy</description>
Expand Down Expand Up @@ -40,7 +40,8 @@
<connection>scm:git:https://github.com/cucumber/cucumber-jvm-groovy.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/cucumber-jvm-groovy.git</developerConnection>
<url>https://github.com/cucumber/cucumber-jvm-groovy</url>
</scm>
<tag>v3.0.2</tag>
</scm>

<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -174,7 +175,7 @@
<instrumentation>
<ignoreTrivial>true</ignoreTrivial>
</instrumentation>
<check/>
<check />
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit c1e832b

Please sign in to comment.