From 6247f3f05445ee4d34975fe846624df787a55ed1 Mon Sep 17 00:00:00 2001 From: Karim Goubbaa Date: Tue, 27 Feb 2024 16:09:31 +0100 Subject: [PATCH] chore(): Release 2.7.1-RC (#15) --- CHANGELOG.md | 10 ++++++++++ chutney/action-impl/pom.xml | 2 +- chutney/action-spi/pom.xml | 2 +- chutney/chutney-junit/api/pom.xml | 2 +- chutney/chutney-junit/engine/pom.xml | 2 +- chutney/chutney-junit/pom.xml | 2 +- chutney/engine/pom.xml | 2 +- chutney/environment/pom.xml | 2 +- chutney/glacio-adapter/pom.xml | 2 +- chutney/jira/pom.xml | 2 +- chutney/packaging/local-api-unsecure/pom.xml | 2 +- chutney/packaging/local-dev/pom.xml | 2 +- chutney/packaging/pom.xml | 2 +- chutney/pom.xml | 4 ++-- chutney/server-core/pom.xml | 2 +- chutney/server/pom.xml | 2 +- chutney/tools/pom.xml | 2 +- chutney/ui/pom.xml | 2 +- idea-plugin/gradle.properties | 2 +- kotlin-dsl/gradle.properties | 2 +- 20 files changed, 30 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0d..06d528a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,11 @@ # Changelog +## What's Changed + +## [2.7.1-RC](https://github.com/chutney-testing/chutney/tree/2.7.1-RC) + +### 🐛 Fixed bugs: +* fix(server): remove write numbers as strings in reports by @KarimGl in https://github.com/chutney-testing/chutney/pull/11 +### 🔧 Technical enhancements: +* chore(): Clean transitive dependencies from kotlin-dsl & server packaging jar name by @KarimGl in https://github.com/chutney-testing/chutney/pull/12 + +**[Full Changelog](https://github.com/chutney-testing/chutney/commits/2.7.1-RC)** diff --git a/chutney/action-impl/pom.xml b/chutney/action-impl/pom.xml index 2d5a76fcf..39b266573 100644 --- a/chutney/action-impl/pom.xml +++ b/chutney/action-impl/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC action-impl diff --git a/chutney/action-spi/pom.xml b/chutney/action-spi/pom.xml index 37871912a..11a808c81 100644 --- a/chutney/action-spi/pom.xml +++ b/chutney/action-spi/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC action-spi diff --git a/chutney/chutney-junit/api/pom.xml b/chutney/chutney-junit/api/pom.xml index ef66d9119..23ede548b 100644 --- a/chutney/chutney-junit/api/pom.xml +++ b/chutney/chutney-junit/api/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-junit-parent - 2.7.1-SNAPSHOT + 2.7.1-RC chutney-junit-api diff --git a/chutney/chutney-junit/engine/pom.xml b/chutney/chutney-junit/engine/pom.xml index f30920c7c..7781443e4 100644 --- a/chutney/chutney-junit/engine/pom.xml +++ b/chutney/chutney-junit/engine/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-junit-parent - 2.7.1-SNAPSHOT + 2.7.1-RC chutney-junit-engine diff --git a/chutney/chutney-junit/pom.xml b/chutney/chutney-junit/pom.xml index a43c4599c..86a1d617c 100644 --- a/chutney/chutney-junit/pom.xml +++ b/chutney/chutney-junit/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC chutney-junit-parent diff --git a/chutney/engine/pom.xml b/chutney/engine/pom.xml index 5cbbb0d63..abb23159b 100644 --- a/chutney/engine/pom.xml +++ b/chutney/engine/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC engine diff --git a/chutney/environment/pom.xml b/chutney/environment/pom.xml index 32c780ad0..94332a150 100644 --- a/chutney/environment/pom.xml +++ b/chutney/environment/pom.xml @@ -5,7 +5,7 @@ chutney-parent com.chutneytesting - 2.7.1-SNAPSHOT + 2.7.1-RC 4.0.0 diff --git a/chutney/glacio-adapter/pom.xml b/chutney/glacio-adapter/pom.xml index ce5a68fa7..db4ae8364 100644 --- a/chutney/glacio-adapter/pom.xml +++ b/chutney/glacio-adapter/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC glacio-adapter diff --git a/chutney/jira/pom.xml b/chutney/jira/pom.xml index 27a2ddf10..413f7dd72 100644 --- a/chutney/jira/pom.xml +++ b/chutney/jira/pom.xml @@ -5,7 +5,7 @@ chutney-parent com.chutneytesting - 2.7.1-SNAPSHOT + 2.7.1-RC 4.0.0 diff --git a/chutney/packaging/local-api-unsecure/pom.xml b/chutney/packaging/local-api-unsecure/pom.xml index 04d248e4f..8b2316345 100644 --- a/chutney/packaging/local-api-unsecure/pom.xml +++ b/chutney/packaging/local-api-unsecure/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting packaging - 2.7.1-SNAPSHOT + 2.7.1-RC local-api-unsecure diff --git a/chutney/packaging/local-dev/pom.xml b/chutney/packaging/local-dev/pom.xml index 85f8e31ab..a0ae03079 100644 --- a/chutney/packaging/local-dev/pom.xml +++ b/chutney/packaging/local-dev/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting packaging - 2.7.1-SNAPSHOT + 2.7.1-RC local-dev diff --git a/chutney/packaging/pom.xml b/chutney/packaging/pom.xml index 63ae8f56e..5565a38ae 100644 --- a/chutney/packaging/pom.xml +++ b/chutney/packaging/pom.xml @@ -6,7 +6,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC packaging pom diff --git a/chutney/pom.xml b/chutney/pom.xml index b7c6acdf2..a39989f11 100644 --- a/chutney/pom.xml +++ b/chutney/pom.xml @@ -5,7 +5,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC pom Chutney @@ -48,7 +48,7 @@ https://github.com/chutney-testing/chutney.git scm:git:git@github.com:chutney-testing/chutney.git scm:git:git@github.com:chutney-testing/chutney.git - HEAD + 2.7.1-RC diff --git a/chutney/server-core/pom.xml b/chutney/server-core/pom.xml index 382a31a0b..bb362a5b9 100644 --- a/chutney/server-core/pom.xml +++ b/chutney/server-core/pom.xml @@ -7,7 +7,7 @@ chutney-parent com.chutneytesting - 2.7.1-SNAPSHOT + 2.7.1-RC server-core diff --git a/chutney/server/pom.xml b/chutney/server/pom.xml index 80b328430..74c4fbbbc 100644 --- a/chutney/server/pom.xml +++ b/chutney/server/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC server diff --git a/chutney/tools/pom.xml b/chutney/tools/pom.xml index 094da4bcd..303f6f49b 100644 --- a/chutney/tools/pom.xml +++ b/chutney/tools/pom.xml @@ -7,7 +7,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC tools diff --git a/chutney/ui/pom.xml b/chutney/ui/pom.xml index b92436109..ceccdf22f 100644 --- a/chutney/ui/pom.xml +++ b/chutney/ui/pom.xml @@ -6,7 +6,7 @@ com.chutneytesting chutney-parent - 2.7.1-SNAPSHOT + 2.7.1-RC ui diff --git a/idea-plugin/gradle.properties b/idea-plugin/gradle.properties index 27bd9c07c..5120b0d0c 100755 --- a/idea-plugin/gradle.properties +++ b/idea-plugin/gradle.properties @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx2048M pluginGroup = com.chutneytesting.idea pluginName = chutney-idea-plugin -chutneyVersion = 2.7.1-SNAPSHOT +chutneyVersion = 2.7.1-RC # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. diff --git a/kotlin-dsl/gradle.properties b/kotlin-dsl/gradle.properties index 7be45d0ec..bee83affa 100644 --- a/kotlin-dsl/gradle.properties +++ b/kotlin-dsl/gradle.properties @@ -1 +1 @@ -chutneyVersion = 2.7.1-SNAPSHOT +chutneyVersion = 2.7.1-RC