You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/07 07:22:05 UTC

[incubator-streampipes-extensions] 01/02: [hotfix] use correct connect version

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

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 16d686c0a83662d826c51fcb9cf8cfdbd6191c0d
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Sep 7 09:21:14 2020 +0200

    [hotfix] use correct connect version
---
 streampipes-connect-adapters/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-connect-adapters/pom.xml b/streampipes-connect-adapters/pom.xml
index 0ef3234..c26e51f 100644
--- a/streampipes-connect-adapters/pom.xml
+++ b/streampipes-connect-adapters/pom.xml
@@ -33,7 +33,7 @@
             <dependency>
                 <groupId>org.apache.streampipes</groupId>
                 <artifactId>streampipes-connect-container-worker</artifactId>
-                <version>0.67.0-SNAPSHOT</version>
+                <version>0.68.0-SNAPSHOT</version>
             </dependency>
 
             <!-- External dependencies -->