From 02cc49fdad6bdd89b06d81ee03ea3a4f7f9e4757 Mon Sep 17 00:00:00 2001 From: Christoph Pirkl <4711730+kaklakariada@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:34:47 +0200 Subject: [PATCH] Increment version (#12) Co-authored-by: kaklakariada --- doc/changes/changes_2.0.2.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/changes/changes_2.0.2.md b/doc/changes/changes_2.0.2.md index 31da7f5..8bd3557 100644 --- a/doc/changes/changes_2.0.2.md +++ b/doc/changes/changes_2.0.2.md @@ -4,7 +4,7 @@ Codename: Update dependencies on top of 2.0.1 ## Summary -In version 2.0.1 we updated dependencies and plugins and updated to Hamcrest 3.0. We also added tests using Java 17 and 21. +In version 2.0.2 we updated dependencies and plugins and updated to Hamcrest 3.0. We also added tests using Java 17 and 21. ## Changes diff --git a/pom.xml b/pom.xml index 81972db..125029e 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.itsallcode hamcrest-mutliline-text-matcher - 2.0.1 + 2.0.2 Hamcrest multi-line text matcher This project provides a Hamcrest matcher that gives you better diagnostics for multi-line text in case of mismatches.