Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jul 7, 2020
1 parent 819f016 commit f8d1371
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/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-scala</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.2.1</version>
</parent>

<artifactId>scala-examples</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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>
<artifactId>cucumber-jvm-scala</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.2.1</version>
<packaging>pom</packaging>
<name>Cucumber-JVM: Scala</name>
<description>Cucumber for Scala</description>
Expand Down Expand Up @@ -37,7 +37,7 @@
<connection>scm:git:git://github.com/cucumber/cucumber-jvm-scala.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/cucumber-jvm-scala.git</developerConnection>
<url>git://github.com/cucumber/cucumber-jvm-scala.git</url>
<tag>v4.3.0</tag>
<tag>v6.2.1</tag>
</scm>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion scala/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-scala</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.2.1</version>
</parent>

<artifactId>cucumber-scala-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scala/scala_2.11/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-scala-aggregator</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.2.1</version>
</parent>

<artifactId>cucumber-scala_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scala/scala_2.12/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-scala-aggregator</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.2.1</version>
</parent>

<artifactId>cucumber-scala_2.12</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scala/scala_2.13/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-scala-aggregator</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.2.1</version>
</parent>

<artifactId>cucumber-scala_2.13</artifactId>
Expand Down

0 comments on commit f8d1371

Please sign in to comment.