Skip to content

Commit c1e832b

Browse files
committed
[maven-release-plugin] prepare release v3.0.2
1 parent 5a036f2 commit c1e832b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

continuous-deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>cucumber-jvm-groovy</artifactId>
55
<groupId>io.cucumber</groupId>
6-
<version>3.0.2-SNAPSHOT</version>
6+
<version>3.0.2</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>continuous-deployment</artifactId>

examples/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
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>
65
<groupId>io.cucumber</groupId>
76
<artifactId>cucumber-jvm-groovy</artifactId>
8-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
98
</parent>
109

1110
<artifactId>groovy-examples</artifactId>

groovy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.cucumber</groupId>
66
<artifactId>cucumber-jvm-groovy</artifactId>
7-
<version>3.0.2-SNAPSHOT</version>
7+
<version>3.0.2</version>
88
</parent>
99

1010
<artifactId>cucumber-groovy</artifactId>

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.cucumber</groupId>
44
<artifactId>cucumber-jvm-groovy</artifactId>
5-
<version>3.0.2-SNAPSHOT</version>
5+
<version>3.0.2</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM: Groovy</name>
88
<description>Cucumber for Groovy</description>
@@ -40,7 +40,8 @@
4040
<connection>scm:git:https://github.com/cucumber/cucumber-jvm-groovy.git</connection>
4141
<developerConnection>scm:git:[email protected]:cucumber/cucumber-jvm-groovy.git</developerConnection>
4242
<url>https://github.com/cucumber/cucumber-jvm-groovy</url>
43-
</scm>
43+
<tag>v3.0.2</tag>
44+
</scm>
4445

4546
<dependencyManagement>
4647
<dependencies>
@@ -174,7 +175,7 @@
174175
<instrumentation>
175176
<ignoreTrivial>true</ignoreTrivial>
176177
</instrumentation>
177-
<check/>
178+
<check />
178179
</configuration>
179180
</plugin>
180181
<plugin>

0 commit comments

Comments
 (0)