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/22 10:49:05 UTC

[plc4x] branch develop updated: - Fixed the parent version of the pom

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 e5d95cf  - Fixed the parent version of the pom
e5d95cf is described below

commit e5d95cfa8d8abc1db47bbfc4996fef7baa71ea25
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri May 22 12:48:27 2020 +0200

    - Fixed the parent version of the pom
---
 sandbox/hello-influx-data-collection/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/hello-influx-data-collection/pom.xml b/sandbox/hello-influx-data-collection/pom.xml
index 98bdbb9..9a3df80 100644
--- a/sandbox/hello-influx-data-collection/pom.xml
+++ b/sandbox/hello-influx-data-collection/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.sandbox</groupId>
     <artifactId>plc4x-sandbox</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4j-hello-influx-data-collection</artifactId>