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 2019/10/28 21:33:32 UTC

[plc4x] branch rel/0.5 updated: - Fixed a wrong version

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

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


The following commit(s) were added to refs/heads/rel/0.5 by this push:
     new bb47811  - Fixed a wrong version
bb47811 is described below

commit bb47811445587d1d6656a3c7a313d3e0da109585
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Oct 28 22:33:25 2019 +0100

    - Fixed a wrong version
---
 plc4j/karaf-features/karaf-itest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/karaf-features/karaf-itest/pom.xml b/plc4j/karaf-features/karaf-itest/pom.xml
index 04a3d3f..1f66bb6 100644
--- a/plc4j/karaf-features/karaf-itest/pom.xml
+++ b/plc4j/karaf-features/karaf-itest/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x</groupId>
     <artifactId>karaf-features</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>karaf-itest</artifactId>