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/02 20:15:56 UTC

[incubator-streampipes-extensions] branch dev updated: Update parent to 0.68.0-SNAPSHOT

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

zehnder 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 b0af132  Update parent to 0.68.0-SNAPSHOT
b0af132 is described below

commit b0af132e2e5ebfe549df1337b8af2a4694656e30
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Sep 2 22:13:06 2020 +0200

    Update parent to 0.68.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 778b13f..40a3088 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.67.0-SNAPSHOT</version>
+        <version>0.68.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>streampipes-extensions</artifactId>
@@ -61,7 +61,7 @@
     <properties>
         <owasp.check.skip>true</owasp.check.skip>
 
-        <streampipes.version>0.67.0-SNAPSHOT</streampipes.version>
+        <streampipes.version>0.68.0-SNAPSHOT</streampipes.version>
 
         <amqp-client.version>4.1.0</amqp-client.version>
         <animal-sniffer-annotations.version>1.17</animal-sniffer-annotations.version>