Skip to content

Commit 07ee51c

Browse files
authored
Merge pull request #305 from Tobianas/21.1.0
Release 21.1.0
2 parents 944549f + 738a45a commit 07ee51c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ Go to the root directory `/lighty-yang-validator/` and use the command:
1313
mvn 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

2020
1. 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

2626
2. Enter the directory, to which the distribution was extracted to.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

src/main/java/io/lighty/yang/validator/LyvParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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\nContact: sales@pantheon.tech")
30+
.version("Version: ${prog} 21.1.0\nContact: sales@pantheon.tech")
3131
.description("Yangtools based yang module parser");
3232
private final Format formatter;
3333
private final String[] args;

0 commit comments

Comments
 (0)