From 3e281371dad6505cbf8bd9f72ff789f4f5243d48 Mon Sep 17 00:00:00 2001 From: Matthijs Geers Date: Wed, 4 Dec 2024 17:35:37 +0100 Subject: [PATCH 1/2] Update maintainer info --- pom.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d5a7f11..155fde2 100644 --- a/pom.xml +++ b/pom.xml @@ -11,10 +11,11 @@ ${project.groupId}:${project.artifactId} Inspector Trace Set `.trs` file support for Java. - Riscure Inspector uses the `.trs` file format to save and read traces from disk. To better assist reading and - writing trace set files from third parties, Riscure published this Java library. + Keysight Inspector uses the `.trs` file format to save and read traces from disk. To better assist reading and + writing trace set files from third parties, Keysight manages this Java library. Note that the library was + originally published by Riscure, which was acquired by Keysight in 2024. - https://github.com/Riscure/java-trsfile + https://github.com/Keysight/java-trsfile BSD 3-Clause Clear License @@ -23,9 +24,9 @@ - Riscure Team - Riscure - https://www.riscure.com + Riscure Security Solutions + Keysight Technologies + https://www.keysight.com From 3c58111d9714feb98a253fb9097970b6d39a7748 Mon Sep 17 00:00:00 2001 From: Matthijs Geers Date: Wed, 4 Dec 2024 17:35:52 +0100 Subject: [PATCH 2/2] Bump to release version --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 517b886..e2e2ed1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This library is available on Maven Central. Use the following information to inc com.riscure trsfile - 2.2.5 + 2.2.6 #### Basic diff --git a/pom.xml b/pom.xml index 155fde2..e5de10a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.riscure trsfile - 2.2.6-SNAPSHOT + 2.2.6 jar ${project.groupId}:${project.artifactId}