1
0

Fix parent name in parser/pom.xml

This commit is contained in:
Thibaud Gasser 2018-10-23 20:40:10 +02:00
parent 4bea3f9aeb
commit f47967577d

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>compiler</artifactId>
<artifactId>antlr-compiler</artifactId>
<groupId>org.example</groupId>
<version>1.0-SNAPSHOT</version>
</parent>