Skip to content

Commit 2ea045e

Browse files
committed
[maven-release-plugin] prepare release v1.1.6
1 parent 4144f9b commit 2ea045e

File tree

26 files changed

+33
-35
lines changed

26 files changed

+33
-35
lines changed

android/pom.xml

Lines changed: 2 additions & 3 deletions
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/maven-v4_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/maven-v4_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.1.6-SNAPSHOT</version>
9+
<version>1.1.6</version>
1110
</parent>
1211

1312
<artifactId>cucumber-android</artifactId>

clojure/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-clojure</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-core</artifactId>

examples/groovy-calculator/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>groovy-calculator</artifactId>

examples/java-calculator/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>java-calculator</artifactId>

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

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

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

examples/scala-calculator/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>scala-calculator</artifactId>

examples/spring-txn/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>spring-txn</artifactId>

gosu/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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>info.cukes</groupId>
76
<artifactId>cucumber-jvm</artifactId>
87
<relativePath>../pom.xml</relativePath>
9-
<version>1.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
109
</parent>
1110

1211
<artifactId>cucumber-gosu</artifactId>

groovy/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-groovy</artifactId>

guice/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-guice</artifactId>

ioke/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-ioke</artifactId>

java/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-java</artifactId>

jruby/pom.xml

Lines changed: 5 additions & 5 deletions
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-jruby</artifactId>
@@ -134,7 +134,7 @@ gherkin.I18n.all.each { i18n ->
134134
<echo message="Building Gem" />
135135
<java jar="${maven.dependency.org.jruby.jruby-complete.jar.path}" failonerror="true" fork="true">
136136
<!-- clobber PATH to prevent `gem` on the PATH from being picked up -->
137-
<env key="PATH" value=""/>
137+
<env key="PATH" value="" />
138138
<sysproperty key="cucumber-jvm.version" value="${project.version}" />
139139
<arg value="-S" />
140140
<arg value="gem" />
@@ -158,7 +158,7 @@ gherkin.I18n.all.each { i18n ->
158158
<!-- also run the CLI test to ensure that stuff works via the CLI as well -->
159159
<echo message="Running cucumber via the CLI..." />
160160
<java jar="${maven.dependency.org.jruby.jruby-complete.jar.path}" fork="true" failonerror="true" newenvironment="true" maxmemory="512m">
161-
<env key="PATH" value=""/>
161+
<env key="PATH" value="" />
162162
<arg value="-S" />
163163
<arg value="bin/cucumber-jvm" />
164164
<arg value="--glue" />
@@ -176,7 +176,7 @@ gherkin.I18n.all.each { i18n ->
176176
<!-- install the jruby-openssl gem first! -->
177177
<echo message="installing jruby-openssl..." />
178178
<java jar="${maven.dependency.org.jruby.jruby-complete.jar.path}" failonerror="true" fork="true">
179-
<env key="PATH" value=""/>
179+
<env key="PATH" value="" />
180180
<arg value="-S" />
181181
<arg value="gem" />
182182
<arg value="install" />
@@ -190,7 +190,7 @@ gherkin.I18n.all.each { i18n ->
190190
<!-- publish the gem to rubygems.org -->
191191
<echo message="Publishing Gem" />
192192
<java jar="${maven.dependency.org.jruby.jruby-complete.jar.path}" failonerror="true" fork="true">
193-
<env key="PATH" value=""/>
193+
<env key="PATH" value="" />
194194
<env key="GEM_PATH" value="${basedir}/target/gems" />
195195
<arg value="-S" />
196196
<arg value="gem" />

junit/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-junit</artifactId>

jython/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-jython</artifactId>

needle/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-needle</artifactId>

openejb/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-openejb</artifactId>

picocontainer/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-picocontainer</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
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.1.6-SNAPSHOT</version>
5+
<version>1.1.6</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM</name>
88
<url>http://cukes.info/</url>
@@ -81,7 +81,7 @@
8181
<connection>scm:git:git://github.com/cucumber/cucumber-jvm.git</connection>
8282
<developerConnection>scm:git:git@github.com:cucumber/cucumber-jvm.git</developerConnection>
8383
<url>git://github.com/cucumber/cucumber-jvm.git</url>
84-
<tag>HEAD</tag>
84+
<tag>v1.1.6</tag>
8585
</scm>
8686

8787
<dependencyManagement>

rhino/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-rhino</artifactId>

scala/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

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

scala/scala_previous/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

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

spring/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-spring</artifactId>

testng/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-testng</artifactId>

weld/pom.xml

Lines changed: 1 addition & 1 deletion
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.1.6-SNAPSHOT</version>
8+
<version>1.1.6</version>
99
</parent>
1010

1111
<artifactId>cucumber-weld</artifactId>

0 commit comments

Comments
 (0)