-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
Showing
6 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ | |
<artifactId>cucumblan-api</artifactId> | ||
<packaging>jar</packaging> | ||
<name>cucumblan-api</name> | ||
<version>1.4.3</version> | ||
<version>1.4.4-SNAPSHOT</version> | ||
<properties> | ||
<json-schema-validator>4.5.1</json-schema-validator> | ||
<cucumblan-utils.version>1.1.6</cucumblan-utils.version> | ||
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version> | ||
</properties> | ||
<description> | ||
Cucumblan is a test automation framework that supports Behavior Driven Development (BDD), | ||
|
@@ -29,7 +29,7 @@ | |
<connection>scm:git:ssh://[email protected]:virtualansoftware/cucumblan.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/virtualansoftware/cucumblan.git</developerConnection> | ||
<url>https://github.com/virtualansoftware/cucumblan.git</url> | ||
<tag>cucumblan-project-1.4.6</tag> | ||
<tag>cucumblan-project-1.0.6</tag> | ||
</scm> | ||
<developers> | ||
<!-- original author of the project --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
<artifactId>cucumblan-db</artifactId> | ||
<packaging>jar</packaging> | ||
<name>cucumblan-db</name> | ||
<version>1.3.3</version> | ||
<version>1.3.4-SNAPSHOT</version> | ||
<properties> | ||
<cucumblan-utils.version>1.1.6</cucumblan-utils.version> | ||
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version> | ||
</properties> | ||
<description> | ||
Cucumblan-db is a database test automation framework that supports Behavior Driven Development (BDD), | ||
|
@@ -28,7 +28,7 @@ | |
<developerConnection>scm:git:ssh://[email protected]/virtualansoftware/cucumblan.git | ||
</developerConnection> | ||
<url>https://github.com/virtualansoftware/cucumblan.git</url> | ||
<tag>cucumblan-project-1.4.6</tag> | ||
<tag>cucumblan-project-1.0.6</tag> | ||
</scm> | ||
<developers> | ||
<!-- original author of the project --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>io.virtualan</groupId> | ||
<artifactId>cucumblan-message</artifactId> | ||
<version>1.3.3</version> | ||
<version>1.3.4-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<name>cucumblan-message</name> | ||
<properties> | ||
<kafka-clients.version>2.7.0</kafka-clients.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<cucumblan-utils.version>1.1.6</cucumblan-utils.version> | ||
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version> | ||
</properties> | ||
<description> | ||
Cucumblan-message is a cucumber and selenium based test automation framework that supports Behavior Driven | ||
|
@@ -30,7 +30,7 @@ | |
<connection>scm:git:ssh://[email protected]:virtualansoftware/cucumblan.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/virtualansoftware/cucumblan.git</developerConnection> | ||
<url>https://github.com/virtualansoftware/cucumblan.git</url> | ||
<tag>cucumblan-project-1.4.6</tag> | ||
<tag>0.0.1</tag> | ||
</scm> | ||
<developers> | ||
<!-- original author of the project --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>io.virtualan</groupId> | ||
<artifactId>cucumblan-ui</artifactId> | ||
<version>1.3.3</version> | ||
<version>1.3.4-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
<name>cucumblan-ui</name> | ||
<properties> | ||
<cucumblan-utils.version>1.1.6</cucumblan-utils.version> | ||
<cucumblan-utils.version>1.1.7-SNAPSHOT</cucumblan-utils.version> | ||
<selenium.version>4.1.1</selenium.version> | ||
<mapson.version>1.1.12</mapson.version> | ||
<junit.version>5.8.2</junit.version> | ||
|
@@ -32,7 +32,7 @@ | |
<connection>scm:git:ssh://[email protected]:virtualansoftware/cucumblan.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/virtualansoftware/cucumblan.git</developerConnection> | ||
<url>https://github.com/virtualansoftware/cucumblan.git</url> | ||
<tag>cucumblan-project-1.4.6</tag> | ||
<tag>0.0.1</tag> | ||
</scm> | ||
<developers> | ||
<!-- original author of the project --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<artifactId>cucumblan-utils</artifactId> | ||
<packaging>jar</packaging> | ||
<name>cucumblan-utils</name> | ||
<version>1.1.6</version> | ||
<version>1.1.7-SNAPSHOT</version> | ||
<properties> | ||
<mapson.version>1.1.12</mapson.version> | ||
<java.version>1.8</java.version> | ||
|
@@ -29,7 +29,7 @@ | |
<connection>scm:git:ssh://[email protected]:virtualansoftware/cucumblan.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/virtualansoftware/cucumblan.git</developerConnection> | ||
<url>https://github.com/virtualansoftware/cucumblan.git</url> | ||
<tag>cucumblan-project-1.4.6</tag> | ||
<tag>0.0.1</tag> | ||
</scm> | ||
<developers> | ||
<!-- original author of the project --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,13 @@ | |
<artifactId>cucumblan-project</artifactId> | ||
<packaging>pom</packaging> | ||
<name>cucumblan-project</name> | ||
<version>1.4.6</version> | ||
<version>1.4.7-SNAPSHOT</version> | ||
<url>https://virtualan.io</url> | ||
<scm> | ||
<connection>scm:git:ssh://[email protected]/virtualansoftware/cucumblan.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/virtualansoftware/cucumblan.git</developerConnection> | ||
<url>https://github.com/virtualansoftware/cucumblan.git</url> | ||
<tag>cucumblan-project-1.4.6</tag> | ||
<tag>cucumblan-project-1.0.6</tag> | ||
</scm> | ||
<developers> | ||
<developer> | ||
|