Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This library is available on Maven Central. Use the following information to inc
<dependency>
<groupId>com.riscure</groupId>
<artifactId>trsfile</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>
</dependency>

#### Basic
Expand Down
15 changes: 8 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@

<groupId>com.riscure</groupId>
<artifactId>trsfile</artifactId>
<version>2.2.6-SNAPSHOT</version>
<version>2.2.6</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
<description>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.
</description>
<url>https://github.com/Riscure/java-trsfile</url>
<url>https://github.com/Keysight/java-trsfile</url>
<licenses>
<license>
<name>BSD 3-Clause Clear License</name>
Expand All @@ -23,9 +24,9 @@
</licenses>
<developers>
<developer>
<name>Riscure Team</name>
<organization>Riscure</organization>
<organizationUrl>https://www.riscure.com</organizationUrl>
<name>Riscure Security Solutions</name>
<organization>Keysight Technologies</organization>
<organizationUrl>https://www.keysight.com</organizationUrl>
</developer>
</developers>
<scm>
Expand Down
Loading