Skip to content

Commit a611360

Browse files
committed
[maven-release-plugin] prepare release v1.2.5
1 parent ff82819 commit a611360

File tree

33 files changed

+39
-44
lines changed

33 files changed

+39
-44
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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</version>
99
</parent>
1010

1111
<artifactId>cucumber-core</artifactId>

examples/clojure_cukes/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>info.cukes</groupId>
87
<artifactId>cucumber-jvm</artifactId>
98
<relativePath>../../pom.xml</relativePath>
10-
<version>1.2.5-SNAPSHOT</version>
9+
<version>1.2.5</version>
1110
</parent>
1211

1312
<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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</version>
99
</parent>
1010

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

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<groupId>info.cukes</groupId>
65
<artifactId>java-wicket</artifactId>
7-
<version>1.2.5-SNAPSHOT</version>
6+
<version>1.2.5</version>
87
</parent>
98
<artifactId>java-wicket-main</artifactId>
109
<name>Examples: Wicket application</name>

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

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
<parent>
54
<groupId>info.cukes</groupId>
65
<artifactId>java-wicket</artifactId>
7-
<version>1.2.5-SNAPSHOT</version>
6+
<version>1.2.5</version>
87
</parent>
98
<artifactId>java-wicket-test</artifactId>
109
<name>Examples: Wicket application tested with Selenium</name>

examples/java-wicket/pom.xml

+2-3
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
<parent>
54
<groupId>info.cukes</groupId>
65
<artifactId>cucumber-jvm</artifactId>
76
<relativePath>../../pom.xml</relativePath>
8-
<version>1.2.5-SNAPSHOT</version>
7+
<version>1.2.5</version>
98
</parent>
109
<artifactId>java-wicket</artifactId>
1110
<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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
5+
<version>1.2.5</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>HEAD</tag>
89+
<tag>v1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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!
20-
java.util.NoSuchElementException: next on empty iterator
19+
initializationError(cucumber.runtime.scala.test.RunCukesTest) Time elapsed: 0.006 sec <<< ERROR! java.util.NoSuchElementException: next on empty iterator
2120
[no stack trace]
2221
-->
2322
<scala.version>2.12.0-M1</scala.version>

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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</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-SNAPSHOT</version>
8+
<version>1.2.5</version>
99
</parent>
1010

1111
<artifactId>cucumber-weld</artifactId>

0 commit comments

Comments
 (0)