Skip to content

Commit 0f7daad

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 4cb11a8 commit 0f7daad

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

cucumber-formatter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>at.porscheinformatik</groupId>
1010
<artifactId>cucumber-report-db-parent</artifactId>
11-
<version>1.1.0.RC20</version>
11+
<version>1.1.0.RC21-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

cucumber-mongodb-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>at.porscheinformatik</groupId>
1010
<artifactId>cucumber-report-db-parent</artifactId>
11-
<version>1.1.0.RC20</version>
11+
<version>1.1.0.RC21-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

cucumber-report-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>at.porscheinformatik</groupId>
1010
<artifactId>cucumber-report-db-parent</artifactId>
11-
<version>1.1.0.RC20</version>
11+
<version>1.1.0.RC21-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>at.porscheinformatik</groupId>
66
<artifactId>cucumber-report-db-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.1.0.RC20</version>
8+
<version>1.1.0.RC21-SNAPSHOT</version>
99

1010
<name>Porsche Informatik Cucumber Report DB Parent</name>
1111
<description>Stores results of BDD tests with Cucumber-JVM in a database and provides reporting capabilities</description>
@@ -28,7 +28,7 @@
2828
<connection>scm:git:http://github.com/porscheinformatik/cucumber-report-db.git</connection>
2929
<developerConnection>scm:git:http://github.com/porscheinformatik/cucumber-report-db.git</developerConnection>
3030
<url>https://github.com/porscheinformatik/cucumber-report-db</url>
31-
<tag>1.1.0.RC20</tag>
31+
<tag>HEAD</tag>
3232
</scm>
3333

3434
<developers>

silk-bdd-result-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>at.porscheinformatik</groupId>
1010
<artifactId>cucumber-report-db-parent</artifactId>
11-
<version>1.1.0.RC20</version>
11+
<version>1.1.0.RC21-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)