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 2022/02/25 20:18:59 UTC

[incubator-streampipes] 01/02: [release] Update version in archetypes and ui

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

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

commit cf5c5d55c074c8d4f444f5657c075fe534604817
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Feb 25 18:04:50 2022 +0100

    [release] Update version in archetypes and ui
---
 archetypes/streampipes-archetype-extensions-jvm/pom.xml      | 2 +-
 archetypes/streampipes-archetype-pe-processors-flink/pom.xml | 2 +-
 archetypes/streampipes-archetype-pe-sinks-flink/pom.xml      | 2 +-
 archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml        | 2 +-
 archetypes/streampipes-archetype-pe-sources/pom.xml          | 2 +-
 ui/package.json                                              | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/archetypes/streampipes-archetype-extensions-jvm/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
index a1fded4..ac1ae8f 100644
--- a/archetypes/streampipes-archetype-extensions-jvm/pom.xml
+++ b/archetypes/streampipes-archetype-extensions-jvm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.69.0-SNAPSHOT</version>
+        <version>0.69.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-extensions-jvm</artifactId>
diff --git a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
index b57ffe1..cbaccee 100644
--- a/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-processors-flink/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.69.0-SNAPSHOT</version>
+        <version>0.69.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-pe-processors-flink</artifactId>
diff --git a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
index 68c9f7b..37bc056 100644
--- a/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-flink/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.69.0-SNAPSHOT</version>
+        <version>0.69.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-pe-sinks-flink</artifactId>
diff --git a/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml b/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml
index 455b37f..eca4716 100644
--- a/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sinks-jvm/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.69.0-SNAPSHOT</version>
+        <version>0.69.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-pe-sinks-jvm</artifactId>
diff --git a/archetypes/streampipes-archetype-pe-sources/pom.xml b/archetypes/streampipes-archetype-pe-sources/pom.xml
index 8793b31..a707bd3 100644
--- a/archetypes/streampipes-archetype-pe-sources/pom.xml
+++ b/archetypes/streampipes-archetype-pe-sources/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.streampipes</groupId>
         <artifactId>streampipes-parent</artifactId>
-        <version>0.69.0-SNAPSHOT</version>
+        <version>0.69.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>streampipes-archetype-pe-sources</artifactId>
diff --git a/ui/package.json b/ui/package.json
index 157ffd6..51e6126 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-streampipes",
-  "version": "0.69.0-SNAPSHOT",
+  "version": "0.69.0",
   "description": "Apache StreamPipes (incubating) user interface",
   "homepage": "http://streampipes.apache.org",
   "repository": {