Remove inherited property from POMs
This commit is contained in:
parent
7226597652
commit
121044d3b9
|
@ -81,10 +81,6 @@
|
||||||
-->
|
-->
|
||||||
<url>http://antlr.org</url>
|
<url>http://antlr.org</url>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
|
||||||
This is the brand new, re-written from scratch plugin for ANTLR v4.
|
This is the brand new, re-written from scratch plugin for ANTLR v4.
|
||||||
|
|
|
@ -18,10 +18,6 @@
|
||||||
<name>antlr4-runtime</name>
|
<name>antlr4-runtime</name>
|
||||||
<url>http://www.antlr.org</url>
|
<url>http://www.antlr.org</url>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.antlr</groupId>
|
<groupId>org.antlr</groupId>
|
||||||
|
|
|
@ -17,10 +17,6 @@
|
||||||
<name>antlr4</name>
|
<name>antlr4</name>
|
||||||
<url>http://www.antlr.org</url>
|
<url>http://www.antlr.org</url>
|
||||||
|
|
||||||
<properties>
|
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Reference in New Issue