You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2021/06/24 11:41:07 UTC

[incubator-streampipes-extensions] branch rel/0.68.0 updated: [hotfix] Remove dependency version from mqtt module

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

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


The following commit(s) were added to refs/heads/rel/0.68.0 by this push:
     new d824f80  [hotfix] Remove dependency version from mqtt module
d824f80 is described below

commit d824f80f4c36166494409aac2efbbc58f66d7ef4
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Thu Jun 24 13:40:51 2021 +0200

    [hotfix] Remove dependency version from mqtt module
---
 streampipes-processors-text-mining-jvm/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/streampipes-processors-text-mining-jvm/pom.xml b/streampipes-processors-text-mining-jvm/pom.xml
index b813056..c9bb61e 100644
--- a/streampipes-processors-text-mining-jvm/pom.xml
+++ b/streampipes-processors-text-mining-jvm/pom.xml
@@ -78,7 +78,6 @@
         <dependency>
             <groupId>org.apache.streampipes</groupId>
             <artifactId>streampipes-messaging-mqtt</artifactId>
-            <version>0.68.0-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>
@@ -114,4 +113,4 @@
         </plugins>
         <finalName>streampipes-processors-text-mining-jvm</finalName>
     </build>
-</project>
\ No newline at end of file
+</project>