Skip to content

Commit acd111b

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent a611360 commit acd111b

File tree

33 files changed

+35
-36
lines changed

33 files changed

+35
-36
lines changed

android/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-android</artifactId>

clojure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-clojure</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-core</artifactId>

examples/clojure_cukes/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>info.cukes</groupId>
77
<artifactId>cucumber-jvm</artifactId>
88
<relativePath>../../pom.xml</relativePath>
9-
<version>1.2.5</version>
9+
<version>1.2.6-SNAPSHOT</version>
1010
</parent>
1111

1212
<groupId>clojure_cukes</groupId>

examples/groovy-calculator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>groovy-calculator</artifactId>

examples/java-calculator-testng/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>java-calculator-testng</artifactId>

examples/java-calculator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>java-calculator</artifactId>

examples/java-webbit-websockets-selenium/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>java-webbit-websockets-selenium</artifactId>

examples/java-wicket/java-wicket-main/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>info.cukes</groupId>
55
<artifactId>java-wicket</artifactId>
6-
<version>1.2.5</version>
6+
<version>1.2.6-SNAPSHOT</version>
77
</parent>
88
<artifactId>java-wicket-main</artifactId>
99
<name>Examples: Wicket application</name>

examples/java-wicket/java-wicket-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>info.cukes</groupId>
55
<artifactId>java-wicket</artifactId>
6-
<version>1.2.5</version>
6+
<version>1.2.6-SNAPSHOT</version>
77
</parent>
88
<artifactId>java-wicket-test</artifactId>
99
<name>Examples: Wicket application tested with Selenium</name>

examples/java-wicket/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>info.cukes</groupId>
55
<artifactId>cucumber-jvm</artifactId>
66
<relativePath>../../pom.xml</relativePath>
7-
<version>1.2.5</version>
7+
<version>1.2.6-SNAPSHOT</version>
88
</parent>
99
<artifactId>java-wicket</artifactId>
1010
<packaging>pom</packaging>

examples/scala-calculator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>scala-calculator</artifactId>

examples/spring-txn/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>spring-txn</artifactId>

groovy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-groovy</artifactId>

guice/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-guice</artifactId>

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-java</artifactId>

java8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-java8</artifactId>

jruby/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-jruby</artifactId>

junit/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-junit</artifactId>

jython/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-jython</artifactId>

needle/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-needle</artifactId>

openejb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-openejb</artifactId>

osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-osgi</artifactId>

picocontainer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-picocontainer</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>info.cukes</groupId>
44
<artifactId>cucumber-jvm</artifactId>
5-
<version>1.2.5</version>
5+
<version>1.2.6-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM</name>
88
<url>http://cukes.info/</url>
@@ -86,7 +86,7 @@
8686
<connection>scm:git:git://github.com/cucumber/cucumber-jvm.git</connection>
8787
<developerConnection>scm:git:[email protected]:cucumber/cucumber-jvm.git</developerConnection>
8888
<url>git://github.com/cucumber/cucumber-jvm.git</url>
89-
<tag>v1.2.5</tag>
89+
<tag>HEAD</tag>
9090
</scm>
9191

9292
<dependencyManagement>

rhino/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-rhino</artifactId>

scala/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-scala-aggregator</artifactId>

scala/scala_2.10/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-scala-aggregator</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-scala_2.10</artifactId>

scala/scala_2.11/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-scala-aggregator</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-scala_2.11</artifactId>

scala/scala_2.12/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-scala-aggregator</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-scala_2.12</artifactId>
@@ -16,8 +16,7 @@
1616
<!--
1717
Upgrading to 2.12.0-M2 or higher causes:
1818
19-
initializationError(cucumber.runtime.scala.test.RunCukesTest) Time elapsed: 0.006 sec <<< ERROR! java.util.NoSuchElementException: next on empty iterator
20-
[no stack trace]
19+
initializationError(cucumber.runtime.scala.test.RunCukesTest) Time elapsed: 0.006 sec <<< ERROR! java.util.NoSuchElementException: next on empty iterator [no stack trace]
2120
-->
2221
<scala.version>2.12.0-M1</scala.version>
2322
</properties>

spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-spring</artifactId>

testng/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-testng</artifactId>

weld/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>info.cukes</groupId>
66
<artifactId>cucumber-jvm</artifactId>
77
<relativePath>../pom.xml</relativePath>
8-
<version>1.2.5</version>
8+
<version>1.2.6-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>cucumber-weld</artifactId>

0 commit comments

Comments
 (0)