From 055c090262c322d59c9c3698a85e73032ba06660 Mon Sep 17 00:00:00 2001 From: Hanno Klein Date: Mon, 15 Jan 2024 16:38:42 +0100 Subject: [PATCH] Update Maven dependencies in README --- repository-util/README.md | 16 ++++++++-------- repository/README.md | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/repository-util/README.md b/repository-util/README.md index 48893d4..1b0bbff 100644 --- a/repository-util/README.md +++ b/repository-util/README.md @@ -35,14 +35,14 @@ RepositoryCompressor extracts a subset of an existing Orchestra file. Command line arguments: ``` -usage: RepositoryCompressor --?,--help display usage --c,--category select messages by category --f,--flow select messages by flow +usage: RepositoryCompressor +-?,--help display usage +-c,--category select messages by category +-f,--flow select messages by flow -i,--input path of input file --n,--notcategory select messages except category +-n,--notcategory select messages except category -o,--output path of output file --s,--section select messages by section +-s,--section select messages by section -x,--notsection select messages except section ``` @@ -56,12 +56,12 @@ For use with Java 11 or later, the name of the produced Java module is `orchestr ### Maven dependency -This Maven module may be included as a dependency in a project as follows (substitute current verion as needed): +This Maven module may be included as a dependency in a project as follows (substitute current version as needed): ```xml io.fixprotocol.orchestra repository-util - 1.7.4 + 1.8.0 ``` diff --git a/repository/README.md b/repository/README.md index e63dfe1..9b1bd12 100644 --- a/repository/README.md +++ b/repository/README.md @@ -20,12 +20,12 @@ For use with Java 11 or later, the name of the produced Java module is `orchestr ### Maven dependency -This Maven module may be included as a dependency in a project as follows (substitute current verion as needed): +This Maven module may be included as a dependency in a project as follows (substitute current version as needed): ```xml io.fixprotocol.orchestra repository - 1.7.3 + 1.8.0 ```