From 31794b54dc021e1a2eaa46fd667a64ebfe3ff41e Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Thu, 27 Dec 2018 15:18:25 -0700 Subject: [PATCH 1/3] 1.1.0-SNAPSHOT --- .gitignore | 1 + antlr4-formatter-standalone/pom.xml | 2 +- antlr4-formatter/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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/antlr4-formatter-standalone/pom.xml b/antlr4-formatter-standalone/pom.xml index d47b16e..1637316 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.0-SNAPSHOT antlr4-formatter-standalone diff --git a/antlr4-formatter/pom.xml b/antlr4-formatter/pom.xml index 6ec2509..148637b 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.0-SNAPSHOT antlr4-formatter diff --git a/pom.xml b/pom.xml index 56a81f0..4077423 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom From 372bb7d7a0e407f2545cb4821e982b95d70f50b5 Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Thu, 27 Dec 2018 15:25:34 -0700 Subject: [PATCH 2/3] 1.1.0 release --- README.md | 15 +++++++++++++-- antlr4-formatter-standalone/pom.xml | 2 +- antlr4-formatter/pom.xml | 2 +- pom.xml | 6 +++++- 4 files changed, 20 insertions(+), 5 deletions(-) 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 1637316..71e59cf 100644 --- a/antlr4-formatter-standalone/pom.xml +++ b/antlr4-formatter-standalone/pom.xml @@ -5,7 +5,7 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.1.0-SNAPSHOT + 1.1.0 antlr4-formatter-standalone diff --git a/antlr4-formatter/pom.xml b/antlr4-formatter/pom.xml index 148637b..94e660b 100644 --- a/antlr4-formatter/pom.xml +++ b/antlr4-formatter/pom.xml @@ -5,7 +5,7 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.1.0-SNAPSHOT + 1.1.0 antlr4-formatter diff --git a/pom.xml b/pom.xml index 4077423..57b8e89 100644 --- a/pom.xml +++ b/pom.xml @@ -3,9 +3,13 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.1.0-SNAPSHOT + 1.1.0 pom + khubla.com Antlr4Formatter + Code formatter for Antlr4 Grammars + https://github.com/teverett/Antlr4Formatter + antlr4-formatter antlr4-formatter-standalone From 73615a497369fc6e3327443aa57565c6d3df5895 Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Thu, 27 Dec 2018 15:25:55 -0700 Subject: [PATCH 3/3] 1.1.1-SNAPSHOT --- antlr4-formatter-standalone/pom.xml | 2 +- antlr4-formatter/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antlr4-formatter-standalone/pom.xml b/antlr4-formatter-standalone/pom.xml index 71e59cf..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.1.0 + 1.1.1-SNAPSHOT antlr4-formatter-standalone diff --git a/antlr4-formatter/pom.xml b/antlr4-formatter/pom.xml index 94e660b..2c2f06b 100644 --- a/antlr4-formatter/pom.xml +++ b/antlr4-formatter/pom.xml @@ -5,7 +5,7 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.1.0 + 1.1.1-SNAPSHOT antlr4-formatter diff --git a/pom.xml b/pom.xml index 57b8e89..b9280c2 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.khubla.antlr4formatter antlr4-formatter-parent - 1.1.0 + 1.1.1-SNAPSHOT pom khubla.com Antlr4Formatter