Skip to content

Commit

Permalink
chore: do not hardcode version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-grgt committed Mar 1, 2024
1 parent b8fe1f5 commit f50ffb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Contains the XML serializer and deserializer.
<dependency>
<groupId>io.jonasg</groupId>
<artifactId>xjx-serdes</artifactId>
<version>0.2.2</version>
<version>${xjx.version}</version>
</dependency>
```

Expand Down

0 comments on commit f50ffb7

Please sign in to comment.