Skip to content

Commit

Permalink
chore: Release 2.9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrouand committed Jun 11, 2024
1 parent a9d3376 commit c5b98b4
Show file tree
Hide file tree
Showing 20 changed files with 27 additions and 20 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.9.0.1](https://github.com/chutney-testing/chutney/tree/2.9.0.1)

### 🐛 Fixed bugs:
* Scenarios list refresh must be unsubscribed by @boddissattva in https://github.com/chutney-testing/chutney/pull/113

**Full Changelog**: https://github.com/chutney-testing/chutney/compare/2.9.0...2.9.0.1

## [2.9.0](https://github.com/chutney-testing/chutney/tree/2.9.0)

### 🚀 Implemented enhancements:
Expand Down
2 changes: 1 addition & 1 deletion chutney/action-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>action-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/action-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>action-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/chutney-junit/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>chutney-junit-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/chutney-junit/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>chutney-junit-engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/chutney-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>chutney-junit-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/environment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion chutney/glacio-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>glacio-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/jira/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/local-api-unsecure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>packaging</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>local-api-unsecure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/local-dev/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>packaging</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>local-dev</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>
<artifactId>packaging</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions chutney/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
<packaging>pom</packaging>

<name>Chutney</name>
Expand Down Expand Up @@ -48,7 +48,7 @@
<url>https://github.com/chutney-testing/chutney.git</url>
<connection>scm:git:[email protected]:chutney-testing/chutney.git</connection>
<developerConnection>scm:git:[email protected]:chutney-testing/chutney.git</developerConnection>
<tag>HEAD</tag>
<tag>2.9.0.1</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion chutney/server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>chutney-parent</artifactId>
<groupId>com.chutneytesting</groupId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>server-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>tools</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chutney/ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-parent</artifactId>
<version>2.9.1-SNAPSHOT</version>
<version>2.9.0.1</version>
</parent>

<artifactId>ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2048M

pluginGroup = com.chutneytesting.idea
pluginName = chutney-idea-plugin
chutneyVersion = 2.9.1-SNAPSHOT
chutneyVersion = 2.9.0.1

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down
2 changes: 1 addition & 1 deletion kotlin-dsl/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
chutneyVersion = 2.9.1-SNAPSHOT
chutneyVersion = 2.9.0.1

0 comments on commit c5b98b4

Please sign in to comment.