Skip to content

Commit 718a3f4

Browse files
tzaeschkeTilmann Zäschke
andauthored
pom fix (#4)
Co-authored-by: Tilmann Zäschke <[email protected]>
1 parent bb1207b commit 718a3f4

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

CHANGELOG.md

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

1111
- Changed JPAN dependency to 0.3.0.
1212
[#3](https://github.com/netsec-ethz/scion-java-multiping/pull/3)
13+
- Regression: fixed pom.xml
14+
[#4](https://github.com/netsec-ethz/scion-java-multiping/pull/4)
1315

1416
## [0.2.0] - 2024-09-30
1517

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,8 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313

1414
<scion.slf4j.version>2.0.9</scion.slf4j.version>
15-
<!-- <scion.bnd-maven-plugin.version>6.4.0</scion.bnd-maven-plugin.version>-->
16-
<!-- <scion.build-helper-maven-plugin.version>3.3.0</scion.build-helper-maven-plugin.version>-->
17-
<!-- <scion.fmt-maven.version>2.23</scion.fmt-maven.version>-->
18-
<!-- <scion.maven-clean-plugin.version>3.2.0</scion.maven-clean-plugin.version>-->
19-
<!-- <scion.maven-compiler-plugin.version>3.11.0</scion.maven-compiler-plugin.version>-->
15+
<scion.fmt-maven.version>2.23</scion.fmt-maven.version>
2016
<scion.maven-enforcer-plugin.version>3.3.0</scion.maven-enforcer-plugin.version>
21-
<!-- <scion.maven-install-plugin.version>3.1.1</scion.maven-install-plugin.version>-->
22-
<!-- <scion.maven-javadoc-plugin.version>3.5.0</scion.maven-javadoc-plugin.version>-->
23-
<!-- <scion.maven-plugin-plugin.version>3.8.2</scion.maven-plugin-plugin.version>-->
24-
<!-- <scion.maven-resources-plugin.version>3.3.1</scion.maven-resources-plugin.version>-->
25-
<!-- <scion.maven-source-plugin.version>3.2.1</scion.maven-source-plugin.version>-->
26-
<scion.maven-surefire-plugin.version>3.0.0</scion.maven-surefire-plugin.version>
2717
</properties>
2818

2919
<name>SCION Java API Examples</name>

0 commit comments

Comments
 (0)