Skip to content

Commit

Permalink
Merge pull request #167 from Tobianas/16.4.0
Browse files Browse the repository at this point in the history
Release 16.4.0
  • Loading branch information
ihrasko committed Apr 20, 2023
2 parents 56d86d0 + 105f582 commit 51e3f16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# :cloud_with_lightning: lighty YANG Validator 16.4.0-SNAPSHOT
# :cloud_with_lightning: lighty YANG Validator 16.4.0

This tool validates YANG modules using the YANG-Tools parser. If there are any problems parsing the module, it will show the stacktrace with the problem, linking to the corresponding module.

Expand All @@ -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-16.4.0-SNAPSHOT-bin.zip*
The distribution will be stored in the **"target"** directory, as a file called *lighty-yang-validator-16.4.0-bin.zip*

## Run from Distribution

1. Unzip the distribution:

```
unzip lighty-yang-validator-16.4.0-SNAPSHOT-bin.zip
unzip lighty-yang-validator-16.4.0-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 @@ -18,7 +18,7 @@

<groupId>io.lighty.yang.validator</groupId>
<artifactId>lighty-yang-validator</artifactId>
<version>16.4.0-SNAPSHOT</version>
<version>16.4.0</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} 16.4.0-SNAPSHOT\nContact: sales@pantheon.tech")
.version("Version: ${prog} 16.4.0\nContact: sales@pantheon.tech")
.description("Yangtools based yang module parser");
private final Format formatter;
private final String[] args;
Expand Down

0 comments on commit 51e3f16

Please sign in to comment.