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 2020/04/25 12:36:45 UTC

[incubator-streampipes-extensions] branch dev updated: Update streampipes core dependencies to next dev version 0.67.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 7ce7d61  Update streampipes core dependencies to next dev version 0.67.0-SNAPSHOT
7ce7d61 is described below

commit 7ce7d61c7b1964c0227edd1a1070607cc8a36c9a
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat Apr 25 14:36:30 2020 +0200

    Update streampipes core dependencies to next dev version 0.67.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 965ac8b..8c770c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.66.0-SNAPSHOT</version>
+        <version>0.67.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>streampipes-extensions</artifactId>
@@ -61,7 +61,7 @@
     <properties>
         <owasp.check.skip>true</owasp.check.skip>
 
-        <streampipes.version>0.66.0-SNAPSHOT</streampipes.version>
+        <streampipes.version>0.67.0-SNAPSHOT</streampipes.version>
 
         <amqp-client.version>4.1.0</amqp-client.version>
         <boofcv.version>0.33</boofcv.version>