You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/08/15 15:39:35 UTC

[incubator-streampipes] branch dev updated: update snapshot version

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 8ca526568 update snapshot version
8ca526568 is described below

commit 8ca5265686c4616b18ef90e73faac8aab42cc705
Author: Tim <bo...@posteo.de>
AuthorDate: Mon Aug 15 17:39:28 2022 +0200

    update snapshot version
---
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml
index 365ab5197..5fb4c9cac 100644
--- a/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-extensions-jvm/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
     <version>${version}</version>
 
     <properties>
-        <sp.version>0.70.0-SNAPSHOT</sp.version>
+        <sp.version>0.71.0-SNAPSHOT</sp.version>
     </properties>
 
     <dependencies>
diff --git a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
index e55ddabf6..2a63d0c3c 100644
--- a/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-pe-processors-flink/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
     <version>${version}</version>
 
     <properties>
-        <sp.version>0.70.0-SNAPSHOT</sp.version>
+        <sp.version>0.71.0-SNAPSHOT</sp.version>
     </properties>
 
     <dependencies>
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
index cf27b6f60..540d108e4 100644
--- a/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-flink/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
     <version>${version}</version>
 
     <properties>
-        <sp.version>0.70.0-SNAPSHOT</sp.version>
+        <sp.version>0.71.0-SNAPSHOT</sp.version>
     </properties>
 
     <dependencies>