This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch rel/0.7
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/rel/0.7 by this push:
     new 1496390  - Re-applied all changes after rolling back
1496390 is described below

commit 1496390c747a9a9c17be6b25fc014452f632f68b
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Fri May 15 13:34:37 2020 +0200

    - Re-applied all changes after rolling back
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e7d00f8..9dd4860 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
 
     <plc4x-code-generation.version>1.2.0</plc4x-code-generation.version>
 
-    <antlr.version>4.7.2</antlr.version>
+    <antlr.version>4.8</antlr.version>
     <apiguardian.version>1.1.0</apiguardian.version>
     <asm.version>5.0.4</asm.version>
     <assertj.version>3.11.1</assertj.version>
@@ -1239,6 +1239,8 @@
             -->
             <detectLinks>false</detectLinks>
             <validateLinks>false</validateLinks>
+            <failOnWarnings>true</failOnWarnings>
+            <failOnError>true</failOnError>
           </configuration>
         </plugin>
 
@@ -1285,7 +1287,9 @@
             <!-- Tell the plugin to always release all modules using the same 
version -->
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <!-- Set the line separator to the unix style separator (Needed 
for reproducible builds -->
-            <arguments>-Papache-release -Dline.separator='\n' 
${arguments}</arguments>
+            <!-- TODO: try to find out why antlr doesn't like the 
line.separator setting -->
+            <!--arguments>-Papache-release -Dline.separator='\n' 
${arguments}</arguments-->
+            <arguments>-Papache-release ${arguments}</arguments>
           </configuration>
         </plugin>
       </plugins>

Reply via email to