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/04/01 19:00:33 UTC

[plc4x] 02/02: - Updated to the released version of the plc4x-code-generation module

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

commit 51b056e153a2777c09ac5c5bd2faacb09a8f2f0a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Apr 1 21:00:21 2020 +0200

    - Updated to the released version of the plc4x-code-generation module
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 775a101..e053029 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.2.0-SNAPSHOT</plc4x-code-generation.version>
+    <plc4x-code-generation.version>1.2.0</plc4x-code-generation.version>
 
     <antlr.version>4.7.2</antlr.version>
     <apiguardian.version>1.1.0</apiguardian.version>