Skip to content

Commit 494a561

Browse files
committedMar 29, 2022
[maven-release-plugin] prepare for next development iteration
1 parent 1774a4b commit 494a561

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed
 

‎modules/cucumblan-api/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<artifactId>cucumblan-api</artifactId>
55
<packaging>jar</packaging>
66
<name>cucumblan-api</name>
7-
<version>1.4.3</version>
7+
<version>1.4.4-SNAPSHOT</version>
88
<properties>
99
<json-schema-validator>4.5.1</json-schema-validator>
10-
<cucumblan-utils.version>1.1.6</cucumblan-utils.version>
10+
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version>
1111
</properties>
1212
<description>
1313
Cucumblan is a test automation framework that supports Behavior Driven Development (BDD),
@@ -29,7 +29,7 @@
2929
<connection>scm:git:ssh://git@github.com:virtualansoftware/cucumblan.git</connection>
3030
<developerConnection>scm:git:ssh://git@github.com/virtualansoftware/cucumblan.git</developerConnection>
3131
<url>https://github.com/virtualansoftware/cucumblan.git</url>
32-
<tag>cucumblan-project-1.4.6</tag>
32+
<tag>cucumblan-project-1.0.6</tag>
3333
</scm>
3434
<developers>
3535
<!-- original author of the project -->

‎modules/cucumblan-db/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<artifactId>cucumblan-db</artifactId>
55
<packaging>jar</packaging>
66
<name>cucumblan-db</name>
7-
<version>1.3.3</version>
7+
<version>1.3.4-SNAPSHOT</version>
88
<properties>
9-
<cucumblan-utils.version>1.1.6</cucumblan-utils.version>
9+
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version>
1010
</properties>
1111
<description>
1212
Cucumblan-db is a database test automation framework that supports Behavior Driven Development (BDD),
@@ -28,7 +28,7 @@
2828
<developerConnection>scm:git:ssh://git@github.com/virtualansoftware/cucumblan.git
2929
</developerConnection>
3030
<url>https://github.com/virtualansoftware/cucumblan.git</url>
31-
<tag>cucumblan-project-1.4.6</tag>
31+
<tag>cucumblan-project-1.0.6</tag>
3232
</scm>
3333
<developers>
3434
<!-- original author of the project -->

‎modules/cucumblan-message/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.virtualan</groupId>
44
<artifactId>cucumblan-message</artifactId>
5-
<version>1.3.3</version>
5+
<version>1.3.4-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>cucumblan-message</name>
88
<properties>
99
<kafka-clients.version>2.7.0</kafka-clients.version>
1010
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11-
<cucumblan-utils.version>1.1.6</cucumblan-utils.version>
11+
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version>
1212
</properties>
1313
<description>
1414
Cucumblan-message is a cucumber and selenium based test automation framework that supports Behavior Driven
@@ -30,7 +30,7 @@
3030
<connection>scm:git:ssh://git@github.com:virtualansoftware/cucumblan.git</connection>
3131
<developerConnection>scm:git:ssh://git@github.com/virtualansoftware/cucumblan.git</developerConnection>
3232
<url>https://github.com/virtualansoftware/cucumblan.git</url>
33-
<tag>cucumblan-project-1.4.6</tag>
33+
<tag>0.0.1</tag>
3434
</scm>
3535
<developers>
3636
<!-- original author of the project -->

‎modules/cucumblan-ui/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>io.virtualan</groupId>
44
<artifactId>cucumblan-ui</artifactId>
5-
<version>1.3.3</version>
5+
<version>1.3.4-SNAPSHOT</version>
66
<packaging>jar</packaging>
77
<name>cucumblan-ui</name>
88
<properties>
9-
<cucumblan-utils.version>1.1.6</cucumblan-utils.version>
9+
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version>
1010
<selenium.version>4.1.1</selenium.version>
1111
<mapson.version>1.1.12</mapson.version>
1212
<junit.version>5.8.2</junit.version>
@@ -32,7 +32,7 @@
3232
<connection>scm:git:ssh://git@github.com:virtualansoftware/cucumblan.git</connection>
3333
<developerConnection>scm:git:ssh://git@github.com/virtualansoftware/cucumblan.git</developerConnection>
3434
<url>https://github.com/virtualansoftware/cucumblan.git</url>
35-
<tag>cucumblan-project-1.4.6</tag>
35+
<tag>0.0.1</tag>
3636
</scm>
3737
<developers>
3838
<!-- original author of the project -->

‎modules/cucumblan-utils/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>cucumblan-utils</artifactId>
55
<packaging>jar</packaging>
66
<name>cucumblan-utils</name>
7-
<version>1.1.6</version>
7+
<version>1.1.7-SNAPSHOT</version>
88
<properties>
99
<mapson.version>1.1.12</mapson.version>
1010
<java.version>1.8</java.version>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:ssh://git@github.com:virtualansoftware/cucumblan.git</connection>
3030
<developerConnection>scm:git:ssh://git@github.com/virtualansoftware/cucumblan.git</developerConnection>
3131
<url>https://github.com/virtualansoftware/cucumblan.git</url>
32-
<tag>cucumblan-project-1.4.6</tag>
32+
<tag>0.0.1</tag>
3333
</scm>
3434
<developers>
3535
<!-- original author of the project -->

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
<artifactId>cucumblan-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>cucumblan-project</name>
12-
<version>1.4.6</version>
12+
<version>1.4.7-SNAPSHOT</version>
1313
<url>https://virtualan.io</url>
1414
<scm>
1515
<connection>scm:git:ssh://git@github.com/virtualansoftware/cucumblan.git</connection>
1616
<developerConnection>scm:git:ssh://git@github.com/virtualansoftware/cucumblan.git</developerConnection>
1717
<url>https://github.com/virtualansoftware/cucumblan.git</url>
18-
<tag>cucumblan-project-1.4.6</tag>
18+
<tag>cucumblan-project-1.0.6</tag>
1919
</scm>
2020
<developers>
2121
<developer>

0 commit comments

Comments
 (0)
Please sign in to comment.