This commit is contained in:
Ulrich Wolffgang
2018-03-26 17:55:02 +02:00
parent 5a5c3c21fc
commit bbb7f67a1f
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ and add the dependency
<dependency>
<groupId>io.github.uwol</groupId>
<artifactId>vb6parser</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</dependency>
```

View File

@@ -6,7 +6,7 @@
<description>An ANTLR4-based parser and grammar for Visual Basic 6.0</description>
<groupId>io.github.uwol</groupId>
<artifactId>vb6parser</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>jar</packaging>
<licenses>
<license>