Skip to content

Commit 7364018

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 119962b commit 7364018

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

builder/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xtf-parent</artifactId>
77
<groupId>cz.xtf</groupId>
8-
<version>0.36</version>
8+
<version>0.37-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>builder</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xtf-parent</artifactId>
77
<groupId>cz.xtf</groupId>
8-
<version>0.36</version>
8+
<version>0.37-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

http-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xtf-parent</artifactId>
77
<groupId>cz.xtf</groupId>
8-
<version>0.36</version>
8+
<version>0.37-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>http-client</artifactId>

junit5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xtf-parent</artifactId>
77
<groupId>cz.xtf</groupId>
8-
<version>0.36</version>
8+
<version>0.37-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>junit5</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>cz.xtf</groupId>
55
<artifactId>xtf-parent</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.36</version>
7+
<version>0.37-SNAPSHOT</version>
88
<name>XTF</name>
99
<description>XTF is a framework designed to ease up aspects of testing in OpenShift environment.</description>
1010
<url>https://github.com/xtf-cz/xtf/</url>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:xtf-cz/xtf.git</connection>
3030
<developerConnection>scm:git:git@github.com:xtf-cz/xtf.git</developerConnection>
3131
<url>http://github.com/xtf-cz/xtf.git</url>
32-
<tag>xtf-parent-0.36</tag>
32+
<tag>${project.version}</tag>
3333
</scm>
3434

3535
<developers>

test-helpers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>xtf-parent</artifactId>
77
<groupId>cz.xtf</groupId>
8-
<version>0.36</version>
8+
<version>0.37-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>test-helpers</artifactId>

0 commit comments

Comments
 (0)