Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje committed Jun 12, 2020
1 parent ecf3183 commit 1c52e9c
Show file tree
Hide file tree
Showing 32 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cdi2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-cdi2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cucumber-jvm</artifactId>
<groupId>io.cucumber</groupId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-deltaspike</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docstring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>cucumber-jvm</artifactId>
<groupId>io.cucumber</groupId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion examples/java-calculator-junit5/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-examples</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>java-calculator-junit5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-calculator-testng/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-examples</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>java-calculator-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-calculator/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-examples</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>java-calculator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-wicket/java-wicket-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>java-wicket</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>
<artifactId>java-wicket-main</artifactId>
<name>Examples: Wicket application</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-wicket/java-wicket-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>java-wicket</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>
<artifactId>java-wicket-test</artifactId>
<name>Examples: Wicket application tested with Selenium</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-wicket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-examples</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>
<artifactId>java-wicket</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/java8-calculator/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-examples</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>java8-calculator</artifactId>
Expand Down
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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-txn/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-examples</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>spring-txn</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gherkin-messages/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gherkin/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion guice/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-guice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jakarta-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-jvm</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-jakarta-cdi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java8/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit-platform-engine/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-junit-platform-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion junit/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-junit</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin-java8/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-kotlin-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion needle/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-needle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion openejb/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-openejb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion picocontainer/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-picocontainer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>2.1.0</version>
</parent>
<artifactId>cucumber-jvm</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Cucumber-JVM</name>
<description>Cucumber for the JVM</description>
Expand Down Expand Up @@ -44,7 +44,7 @@
<connection>scm:git:git://github.com/cucumber/cucumber-jvm.git</connection>
<developerConnection>scm:git:git@github.com:cucumber/cucumber-jvm.git</developerConnection>
<url>git://github.com/cucumber/cucumber-jvm.git</url>
<tag>v6.1.1</tag>
<tag>HEAD</tag>
</scm>

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

<artifactId>cucumber-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion testng/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-testng</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion weld/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</artifactId>
<version>6.1.1</version>
<version>6.1.2-SNAPSHOT</version>
</parent>

<artifactId>cucumber-weld</artifactId>
Expand Down

0 comments on commit 1c52e9c

Please sign in to comment.