mirror of
https://github.com/uwol/proleap-vb6-parser.git
synced 2025-12-18 20:44:35 +03:00
renamed artifact
This commit is contained in:
@@ -202,7 +202,7 @@ $ mvn clean install
|
|||||||
```
|
```
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.github.uwol</groupId>
|
<groupId>io.github.uwol</groupId>
|
||||||
<artifactId>vb6grammar</artifactId>
|
<artifactId>vb6parser</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@@ -2,10 +2,10 @@
|
|||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<name>vb6grammar</name>
|
<name>vb6parser</name>
|
||||||
<description>An approximate grammar for Visual Basic 6.0</description>
|
<description>An approximate grammar for Visual Basic 6.0</description>
|
||||||
<groupId>io.github.uwol</groupId>
|
<groupId>io.github.uwol</groupId>
|
||||||
<artifactId>vb6grammar</artifactId>
|
<artifactId>vb6parser</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user