Skip to content

Commit

Permalink
release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Jan 14, 2025
1 parent d7f19ad commit 3add5f1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.6

* [#25](../../issues/25) Prevent duplication from repeated test inputs to Stats (RunStats, TagStats)
* [#26](../../issues/26) Enhancement: SimpleGenerator tag centric filters

## 1.0.5

* [#16](../../issues/16) Add support for including TestNG DataProvider parameters
Expand Down
2 changes: 1 addition & 1 deletion core/chaintest-core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aventstack</groupId>
<artifactId>chaintest-core</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<url>https://github.com/anshooarora/chaintest</url>
<name>${artifactId}</name>
<description>Core Java client library for ChainTest framework</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/chaintest-cucumber-jvm-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.example</groupId>
<artifactId>chaintest-cucumber-jvm-example</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion examples/chaintest-junit5-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.example</groupId>
<artifactId>chaintest-junit5-example</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion examples/chaintest-testng-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aventstack</groupId>
<artifactId>chaintest-testng-example</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion plugins/chaintest-cucumber-jvm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aventstack</groupId>
<artifactId>chaintest-cucumber-jvm</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<url>https://github.com/anshooarora/chaintest</url>
<name>${artifactId}</name>
<description>ChainTest plugin for CucumberJVM</description>
Expand Down
2 changes: 1 addition & 1 deletion plugins/chaintest-junit5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aventstack</groupId>
<artifactId>chaintest-junit5</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<url>https://github.com/anshooarora/chaintest</url>
<name>${artifactId}</name>
<description>ChainTest plugin for JUnit-5</description>
Expand Down
2 changes: 1 addition & 1 deletion plugins/chaintest-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.aventstack</groupId>
<artifactId>chaintest-testng</artifactId>
<version>1.0.6-SNAPSHOT</version>
<version>1.0.6</version>
<url>https://github.com/anshooarora/chaintest</url>
<name>${artifactId}</name>
<description>ChainTest plugin for TestNG Framework</description>
Expand Down

0 comments on commit 3add5f1

Please sign in to comment.