You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/05/15 11:28:28 UTC

[plc4x] branch rel/0.7 updated: [maven-release-plugin] rollback the release of release/0.7.0

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 3286679  [maven-release-plugin] rollback the release of release/0.7.0
3286679 is described below

commit 3286679f672b0c32b8b2ea26186ca515d9462cc9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri May 15 13:28:24 2020 +0200

    [maven-release-plugin] rollback the release of release/0.7.0
---
 pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 03a7834..e7d00f8 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.8</antlr.version>
+    <antlr.version>4.7.2</antlr.version>
     <apiguardian.version>1.1.0</apiguardian.version>
     <asm.version>5.0.4</asm.version>
     <assertj.version>3.11.1</assertj.version>
@@ -1239,8 +1239,6 @@
             -->
             <detectLinks>false</detectLinks>
             <validateLinks>false</validateLinks>
-            <failOnWarnings>false</failOnWarnings>
-            <failOnError>false</failOnError>
           </configuration>
         </plugin>
 
@@ -1287,9 +1285,7 @@
             <!-- 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 -->
-            <!-- TODO: Find out why antlr4 plugin doesn't like this -->
-            <!--arguments>-Papache-release -Dline.separator='\n' ${arguments}</arguments-->
-            <arguments>-Papache-release ${arguments}</arguments>
+            <arguments>-Papache-release -Dline.separator='\n' ${arguments}</arguments>
           </configuration>
         </plugin>
       </plugins>