Skip to content

Commit

Permalink
config: bump antlr4 to 4.7.1 with minor output extension for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
romani authored and timurt committed Dec 19, 2017
1 parent 30aff20 commit 7ca1adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/travis/travis.sh
Expand Up @@ -25,6 +25,7 @@ versions)
grep -B 7 -A 7 "<nextVersion>" target/dependency-updates-report.xml | cat
echo "New plugin versions:"
grep -B 4 -A 7 "<nextVersion>" target/plugin-updates-report.xml | cat
echo "Verification is failed."
sleep 5s
false
else
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -211,7 +211,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<projectVersion>${project.version}</projectVersion>
<antlr4.version>4.7</antlr4.version>
<antlr4.version>4.7.1</antlr4.version>
<maven.site.plugin.version>3.6</maven.site.plugin.version>
<maven.findbugs.plugin.version>3.0.5</maven.findbugs.plugin.version>
<maven.spotbugs.plugin.version>3.0.6</maven.spotbugs.plugin.version>
Expand Down

0 comments on commit 7ca1adc

Please sign in to comment.