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 06:47:53 UTC

[incubator-streampipes-extensions] branch dev updated: [hotfix] Bump sp.version to next development version

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 dcfb43a  [hotfix] Bump sp.version to next development version
dcfb43a is described below

commit dcfb43a37bbf292ace9b28a556a27c03df6a9da9
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Thu Jun 24 08:47:38 2021 +0200

    [hotfix] Bump sp.version to next development version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7bcbdcd..3271254 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <properties>
         <owasp.check.skip>true</owasp.check.skip>
 
-        <streampipes.version>0.68.0-SNAPSHOT</streampipes.version>
+        <streampipes.version>0.69.0-SNAPSHOT</streampipes.version>
 
         <amqp-client.version>4.1.0</amqp-client.version>
         <animal-sniffer-annotations.version>1.17</animal-sniffer-annotations.version>