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/09/14 08:01:06 UTC

[plc4x] branch develop updated: - Updated to the freshly released build-tools version.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 0fe5340  - Updated to the freshly released build-tools version.
0fe5340 is described below

commit 0fe534094cc5630057a1175fe5cef6425723d5c9
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Sep 14 10:00:59 2020 +0200

    - Updated to the freshly released build-tools version.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fa27bdc..0304957 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <!-- Exclude all generated code -->
     <sonar.exclusions>**/generated-sources</sonar.exclusions>
 
-    <plc4x-code-generation.version>1.3.0-SNAPSHOT</plc4x-code-generation.version>
+    <plc4x-code-generation.version>1.3.0</plc4x-code-generation.version>
 
     <antlr.version>4.8</antlr.version>
     <apiguardian.version>1.1.0</apiguardian.version>