File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/io/lighty/yang/validator Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ Go to the root directory `/lighty-yang-validator/` and use the command:
1313mvn clean install
1414```
1515
16- The distribution will be stored in the ** "target"** directory, as a file called * lighty-yang-validator-21.1.0-SNAPSHOT- bin.zip*
16+ The distribution will be stored in the ** "target"** directory, as a file called * lighty-yang-validator-21.1.0-bin.zip*
1717
1818## Run from Distribution
1919
20201 . Unzip the distribution:
2121
2222```
23- unzip lighty-yang-validator-21.1.0-SNAPSHOT- bin.zip
23+ unzip lighty-yang-validator-21.1.0-bin.zip
2424```
2525
26262 . Enter the directory, to which the distribution was extracted to.
Original file line number Diff line number Diff line change 1919
2020 <groupId >io.lighty.yang.validator</groupId >
2121 <artifactId >lighty-yang-validator</artifactId >
22- <version >21.1.0-SNAPSHOT </version >
22+ <version >21.1.0</version >
2323 <name >${project.artifactId} </name >
2424 <description >YANG model validator</description >
2525 <packaging >jar</packaging >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public class LyvParameters {
2727
2828 private final ArgumentParser lyvArgumentParser = ArgumentParsers .newFor ("LYV" ).build ()
2929 .defaultHelp (true )
30- .version ("Version: ${prog} 21.1.0-SNAPSHOT \n Contact: sales@pantheon.tech" )
30+ .version ("Version: ${prog} 21.1.0\n Contact: sales@pantheon.tech" )
3131 .description ("Yangtools based yang module parser" );
3232 private final Format formatter ;
3333 private final String [] args ;
You can’t perform that action at this time.
0 commit comments