Skip to content

Commit e365156

Browse files
tzaeschkeTilmann Zäschke
andauthored
Release 0.4.0 (#12)
Co-authored-by: Tilmann Zäschke <[email protected]>
1 parent 05474ab commit e365156

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
- Nothing yet
11+
12+
## [0.4.0] - 2025-04-04
13+
1014
### Added
1115
- REPEAT setting in PingAll + some output cleanup
1216
[#9](https://github.com/netsec-ethz/scion-java-multiping/pull/9),

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ MultiPing provides several tools:
1313
## Execution
1414

1515
All tools can be run from the executable jar file which is available in
16-
the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.2.0/scion-multiping-0.2.0-executable.jar).
16+
the [GitHub Releases section](https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.4.0/scion-multiping-0.4.0-executable.jar).
1717
It can be executed with:
18-
https://github.com/netsec-ethz/scion-java-multiping/releases/download/v0.2.0/scion-multiping-0.2.0.jar
18+
1919
```
20-
java -jar scion-multiping-0.2.0-executable.jar [tool-command]
20+
java -jar scion-multiping-0.4.0-executable.jar [tool-command]
2121
```
2222

2323
Some tools require configuration files, see below in the tool description sections.
@@ -102,7 +102,7 @@ request to `64-2:0:4c,192.168.0.1`.
102102
THe tool can be executed with:
103103

104104
```
105-
java -jar scion-multiping-0.2.0-executable.jar ping-repeat
105+
java -jar scion-multiping-0.4.0-executable.jar ping-repeat
106106
```
107107

108108
## Output
@@ -156,5 +156,5 @@ following property (
156156
the example works only for `ethz.ch`):
157157

158158
```
159-
java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.2.0-executable.jar
159+
java -Dorg.scion.dnsSearchDomains=ethz.ch. -jar scion-multiping-0.4.0-executable.jar
160160
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.scion</groupId>
88
<artifactId>scion-multiping</artifactId>
9-
<version>0.3.1-SNAPSHOT</version>
9+
<version>0.4.1-SNAPSHOT</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)