Skip to content

Commit c927f82

Browse files
committed
[maven-release-plugin] prepare release v1.1.3
1 parent 765f2db commit c927f82

File tree

20 files changed

+21
-21
lines changed

20 files changed

+21
-21
lines changed

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

1111
<artifactId>scala-calculator</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.3-SNAPSHOT</version>
8+
<version>1.1.3</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.3-SNAPSHOT</version>
8+
<version>1.1.3</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.3-SNAPSHOT</version>
8+
<version>1.1.3</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.3-SNAPSHOT</version>
8+
<version>1.1.3</version>
99
</parent>
1010

1111
<artifactId>cucumber-java</artifactId>

jruby/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.3-SNAPSHOT</version>
8+
<version>1.1.3</version>
99
</parent>
1010

1111
<artifactId>cucumber-jruby</artifactId>

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

1111
<artifactId>cucumber-jython</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.3-SNAPSHOT</version>
8+
<version>1.1.3</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.3-SNAPSHOT</version>
8+
<version>1.1.3</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.3-SNAPSHOT</version>
5+
<version>1.1.3</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM</name>
88
<url>http://cukes.info/</url>
@@ -57,7 +57,7 @@
5757
<connection>scm:git:git://github.com/cucumber/cucumber-jvm.git</connection>
5858
<developerConnection>scm:git:[email protected]:cucumber/cucumber-jvm.git</developerConnection>
5959
<url>git://github.com/cucumber/cucumber-jvm.git</url>
60-
<tag>HEAD</tag>
60+
<tag>v1.1.3</tag>
6161
</scm>
6262

6363
<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.3-SNAPSHOT</version>
8+
<version>1.1.3</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.3-SNAPSHOT</version>
8+
<version>1.1.3</version>
99
</parent>
1010

1111
<artifactId>cucumber-scala</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.3-SNAPSHOT</version>
8+
<version>1.1.3</version>
99
</parent>
1010

1111
<artifactId>cucumber-spring</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.3-SNAPSHOT</version>
8+
<version>1.1.3</version>
99
</parent>
1010

1111
<artifactId>cucumber-weld</artifactId>

0 commit comments

Comments
 (0)