https://github.com/antlr/grammars-v4
Raw File
Tip revision: 430770b0fb499a65fbdd0371c281303647db9bd9 authored by dependabot[bot] on 11 April 2022, 20:06:33 UTC
Bump antlr.version from 4.9.3 to 4.10
Tip revision: 430770b
pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<artifactId>logoparent</artifactId>
	<packaging>pom</packaging>
	<name>Logo Grammars</name>

	 <parent>
		<groupId>org.antlr.grammars</groupId>
		<artifactId>grammarsv4</artifactId>
		<version>1.0-SNAPSHOT</version>
    </parent>

	<modules>
		<module>logo</module>
		<module>ucb-logo</module>
	</modules>
</project>
back to top