Skip to content

Commit 953014d

Browse files
authored
Merge pull request Keysight#70 from Keysight/mergeback
Merge change on master back to develop
2 parents bddf9c0 + 52bea2b commit 953014d

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This library is available on Maven Central. Use the following information to inc
1212
<dependency>
1313
<groupId>com.riscure</groupId>
1414
<artifactId>trsfile</artifactId>
15-
<version>2.2.5</version>
15+
<version>2.2.6</version>
1616
</dependency>
1717

1818
#### Basic

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111

1212
<name>${project.groupId}:${project.artifactId}</name>
1313
<description>Inspector Trace Set `.trs` file support for Java.
14-
Riscure Inspector uses the `.trs` file format to save and read traces from disk. To better assist reading and
15-
writing trace set files from third parties, Riscure published this Java library.
14+
Keysight Inspector uses the `.trs` file format to save and read traces from disk. To better assist reading and
15+
writing trace set files from third parties, Keysight manages this Java library. Note that the library was
16+
originally published by Riscure, which was acquired by Keysight in 2024.
1617
</description>
17-
<url>https://github.com/Riscure/java-trsfile</url>
18+
<url>https://github.com/Keysight/java-trsfile</url>
1819
<licenses>
1920
<license>
2021
<name>BSD 3-Clause Clear License</name>
@@ -23,9 +24,9 @@
2324
</licenses>
2425
<developers>
2526
<developer>
26-
<name>Riscure Team</name>
27-
<organization>Riscure</organization>
28-
<organizationUrl>https://www.riscure.com</organizationUrl>
27+
<name>Riscure Security Solutions</name>
28+
<organization>Keysight Technologies</organization>
29+
<organizationUrl>https://www.keysight.com</organizationUrl>
2930
</developer>
3031
</developers>
3132
<scm>

0 commit comments

Comments
 (0)