You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/24 14:21:06 UTC

[incubator-streampipes-extensions] 02/02: Remove version from connect worker

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

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

commit e1956351eb7b49351b0b684a3676d269a6a6d966
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Sep 24 16:19:48 2020 +0200

    Remove version from connect worker
---
 streampipes-connect-adapters/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/streampipes-connect-adapters/pom.xml b/streampipes-connect-adapters/pom.xml
index 1454880..ca78e1e 100644
--- a/streampipes-connect-adapters/pom.xml
+++ b/streampipes-connect-adapters/pom.xml
@@ -33,7 +33,6 @@
             <dependency>
                 <groupId>org.apache.streampipes</groupId>
                 <artifactId>streampipes-connect-container-worker</artifactId>
-                <version>0.67.0-SNAPSHOT</version>
             </dependency>
 
             <!-- External dependencies -->
@@ -280,4 +279,4 @@
         <finalName>streampipes-connect-adapters</finalName>
     </build>
 
-</project>
\ No newline at end of file
+</project>