Skip to content

Commit 52cc2e6

Browse files
committed
[maven-release-plugin] prepare release v1.0.0.RC15
1 parent a0778cd commit 52cc2e6

File tree

16 files changed

+17
-18
lines changed

16 files changed

+17
-18
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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</version>
99
</parent>
1010

1111
<artifactId>cucumber-clojure</artifactId>

core/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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</version>
109
</parent>
1110

1211
<artifactId>cucumber-core</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</version>
99
</parent>
1010

1111
<artifactId>cucumber-picocontainer</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
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.0.0.RC15-SNAPSHOT</version>
5+
<version>1.0.0.RC15</version>
66
<packaging>pom</packaging>
77
<name>Cucumber-JVM</name>
88
<url>http://cukes.info/</url>

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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</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.0.0.RC15-SNAPSHOT</version>
8+
<version>1.0.0.RC15</version>
99
</parent>
1010

1111
<artifactId>cucumber-weld</artifactId>

0 commit comments

Comments
 (0)