diff --git a/CHANGELOG.md b/CHANGELOG.md index 453e737..f84de48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +-- Nothing yet + +## [0.5.0] - 2025-09-09 + ### Added - Added async traceroute, stop SHIM, and use 30041 @@ -87,7 +91,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Nothing -[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/netsec-ethz/scion-java-multiping/compare/v0.1.0...v0.2.0 diff --git a/README.md b/README.md index 3498b82..e4b418f 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ MultiPing provides several tools: ## Execution All tools can be run from the executable jar file which is available in -the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.4.0/scion-multiping-0.4.0-executable.jar). +the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.5.0/scion-multiping-0.5.0-executable.jar). It can be executed with: ``` -java -jar scion-multiping-0.4.0-executable.jar [tool-command] +java -jar scion-multiping-0.5.0-executable.jar [tool-command] ``` Some tools require configuration files, see below in the tool description sections. @@ -99,10 +99,10 @@ request to `64-2:0:4c,192.168.0.1`. ## Execution -THe tool can be executed with: +The tool can be executed with: ``` -java -jar scion-multiping-0.4.0-executable.jar ping-repeat +java -jar scion-multiping-0.5.0-executable.jar ping-repeat ``` ## Output @@ -156,5 +156,5 @@ following property ( the example works only for `ethz.ch`): ``` -java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.4.0-executable.jar +java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.5.0-executable.jar ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 93648e3..ea254db 100644 --- a/pom.xml +++ b/pom.xml @@ -6,14 +6,14 @@ org.scion scion-multiping - 0.4.1-SNAPSHOT + 0.5.1-SNAPSHOT UTF-8 - 2.0.9 + 2.0.16 2.23 - 3.3.0 + 3.5.0 SCION Java API Examples @@ -77,7 +77,7 @@ com.google.googlejavaformat google-java-format - 1.24.0 + 1.26.0 @@ -101,7 +101,7 @@ com.google.code.gson gson - 2.11.0 + 2.13.1 @@ -109,7 +109,7 @@ maven-compiler-plugin - 3.11.0 + 3.13.0 1.8 1.8 @@ -118,7 +118,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.0 + 3.6.0 validate @@ -141,7 +141,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.2 org.jacoco