Skip to content

Commit

Permalink
Bump to 19.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Start next development iteration.

Signed-off-by: Ivan Hrasko <[email protected]>
  • Loading branch information
ihrasko committed Oct 6, 2023
1 parent e305f13 commit c05d9b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ Go to the root directory `/lighty-yang-validator/` and use the command:
mvn clean install
```

The distribution will be stored in the **"target"** directory, as a file called *lighty-yang-validator-19.0.0-bin.zip*
The distribution will be stored in the **"target"** directory, as a file called *lighty-yang-validator-19.1.0-SNAPSHOT-bin.zip*

## Run from Distribution

1. Unzip the distribution:

```
unzip lighty-yang-validator-19.0.0-bin.zip
unzip lighty-yang-validator-19.1.0-SNAPSHOT-bin.zip
```

2. Enter the directory, to which the distribution was extracted to.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.lighty.yang.validator</groupId>
<artifactId>lighty-yang-validator</artifactId>
<version>19.0.0</version>
<version>19.1.0-SNAPSHOT</version>
<name>${project.artifactId}</name>
<description>YANG model validator</description>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/lighty/yang/validator/LyvParameters.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class LyvParameters {

private final ArgumentParser lyvArgumentParser = ArgumentParsers.newFor("LYV").build()
.defaultHelp(true)
.version("Version: ${prog} 19.0.0\nContact: [email protected]")
.version("Version: ${prog} 19.1.0-SNAPSHOT\nContact: [email protected]")
.description("Yangtools based yang module parser");
private final Format formatter;
private final String[] args;
Expand Down

0 comments on commit c05d9b7

Please sign in to comment.