renamed artifact

This commit is contained in:
uwol
2016-11-28 22:49:42 +01:00
parent 3c1b7ce38f
commit 1390daed26
2 changed files with 3 additions and 3 deletions

View File

@@ -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>
``` ```

View File

@@ -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>