From 2c6c5b34e9892d4feb3a9c64f94f4c10253458d7 Mon Sep 17 00:00:00 2001 From: Maximilian Pilz Date: Fri, 23 Feb 2024 12:13:55 +0100 Subject: [PATCH] Bump t2iapi version to 4.1.0 (#140) Bump the t2iapi version to 4.1.0 # Checklist The following aspects have been respected by the author of this pull request, confirmed by both pull request assignee **and** reviewer: * Adherence to coding conventions * [x] Pull Request Assignee * [x] Reviewer * Adherence to javadoc conventions * [x] Pull Request Assignee * [x] Reviewer * Changelog update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * README update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * config update (necessity checked and entry added or not added respectively) * [x] Pull Request Assignee * [x] Reviewer * SDCcc executable ran against a test device (if necessary) * [x] Pull Request Assignee * [x] Reviewer --- CHANGELOG.md | 4 ++++ README.md | 2 +- pom.xml | 2 +- sdccc/pom.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90657606..0988b5f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - a command line parameter to change the log level threshold of the log file +### Changed + +- t2iapi version to 4.1.0 + ### Fixed - a performance issue with xml unmarshalling due to finding an interface implementation for TransformerFactory diff --git a/README.md b/README.md index c709fd12..14ab4ad0 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Enable=true will make all devices match during discovery. ### Manipulation API -The test tool uses *T2IAPI* version `3.0.0`. The *T2IAPI* is required for some test cases to put the DUT in a certain +The test tool uses *T2IAPI* version `4.1.0`. The *T2IAPI* is required for some test cases to put the DUT in a certain state, or to trigger a certain behavior. When using SDCcc with automated manipulations, it must be ensured that the same version of *T2IAPI* is used for the test execution by both parties. It must also be ensured that the device's manipulations are implemented according to the descriptions in the T2IAPI sources. Further information can be found diff --git a/pom.xml b/pom.xml index 430c8d54..af7894db 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ - 8.1.0 + 9.0.0 -SNAPSHOT UTF-8 3.1.0 diff --git a/sdccc/pom.xml b/sdccc/pom.xml index 1a1d9a93..210f1fa8 100644 --- a/sdccc/pom.xml +++ b/sdccc/pom.xml @@ -172,7 +172,7 @@ com.draeger.medical t2iapi - 3.0.0 + 4.1.0