diff --git a/.gitignore b/.gitignore index e136827..af001b3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ test-output *.iml out +*.versionsBackup diff --git a/README.md b/README.md index b72b0c9..4247b15 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Antlr4Formatter -building +Building ==== The project uses [maven wrapper](https://github.com/takari/maven-wrapper), so it's easy to build the project without worring about having the right Maven version installed locally. @@ -13,8 +13,19 @@ To build `antlr4-formatter` and the standalone utility `antlr4-formatter-standal ./mvnw clean package ``` -using the standalone formatter +Using the standalone formatter ==== To format a grammar use the script `formatFile.sh` passing the grammar file as an argument to the script. +Maven Coordinates +==== + +``` +com.khubla.antlr4formatter +antlr4-formatter +1.1.0 +jar +``` + + diff --git a/antlr4-formatter-standalone/pom.xml b/antlr4-formatter-standalone/pom.xml index d47b16e..5c3330d 100644 --- a/antlr4-formatter-standalone/pom.xml +++ b/antlr4-formatter-standalone/pom.xml @@ -5,7 +5,7 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.0.0-SNAPSHOT + 1.1.1-SNAPSHOT antlr4-formatter-standalone diff --git a/antlr4-formatter/pom.xml b/antlr4-formatter/pom.xml index 6ec2509..2c2f06b 100644 --- a/antlr4-formatter/pom.xml +++ b/antlr4-formatter/pom.xml @@ -5,7 +5,7 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.0.0-SNAPSHOT + 1.1.1-SNAPSHOT antlr4-formatter diff --git a/pom.xml b/pom.xml index 56a81f0..b9280c2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,9 +3,13 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.0.0-SNAPSHOT + 1.1.1-SNAPSHOT pom + khubla.com Antlr4Formatter + Code formatter for Antlr4 Grammars + https://github.com/teverett/Antlr4Formatter + antlr4-formatter antlr4-formatter-standalone