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/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9c862aaf11 fix: Bump remaining snapshot versions to 0.99 (#3902)
9c862aaf11 is described below

commit 9c862aaf11d234130ae8482656d48cc66a8fc72e
Author: Dominik Riemer <[email protected]>
AuthorDate: Tue Nov 11 15:27:07 2025 +0100

    fix: Bump remaining snapshot versions to 0.99 (#3902)
---
 .../src/main/resources/archetype-resources/pom.xml                  | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                  | 2 +-
 .../src/main/resources/archetype-resources/pom.xml                  | 2 +-
 installer/cli/.env                                                  | 2 +-
 installer/cli/README.md                                             | 2 +-
 installer/compose/.env                                              | 2 +-
 installer/compose/README.md                                         | 2 +-
 installer/k8s/Chart.yaml                                            | 2 +-
 installer/k8s/README.md                                             | 4 ++--
 installer/k8s/values.yaml                                           | 2 +-
 streampipes-extensions-api/pom.xml                                  | 2 +-
 .../streampipes-pipeline-elements-experimental-flink/pom.xml        | 6 +++---
 ui/package-lock.json                                                | 4 ++--
 ui/package.json                                                     | 2 +-
 14 files changed, 18 insertions(+), 18 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 0969c68adf..1357063ec7 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
@@ -24,7 +24,7 @@
     <version>${version}</version>
 
     <properties>
-        <sp.version>0.98.0-SNAPSHOT</sp.version>
+        <sp.version>0.99.0-SNAPSHOT</sp.version>
         <junit-jupiter.version>5.9.1</junit-jupiter.version>
     </properties>
 
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 f12fb19856..e2314a6c0e 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.98.0-SNAPSHOT</sp.version>
+        <sp.version>0.99.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 9010b66a99..dfdf4f8405 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.98.0-SNAPSHOT</sp.version>
+        <sp.version>0.99.0-SNAPSHOT</sp.version>
     </properties>
 
     <dependencies>
diff --git a/installer/cli/.env b/installer/cli/.env
index 149e8230cd..b685f49393 100644
--- a/installer/cli/.env
+++ b/installer/cli/.env
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 SP_DOCKER_REGISTRY=apachestreampipes
-SP_VERSION=0.98.0-SNAPSHOT
+SP_VERSION=0.99.0-SNAPSHOT
 COMPOSE_PROJECT_NAME=streampipes
 
 # -------------------------------------------------------------
diff --git a/installer/cli/README.md b/installer/cli/README.md
index e9b3b6d66d..49a493c0df 100644
--- a/installer/cli/README.md
+++ b/installer/cli/README.md
@@ -23,7 +23,7 @@ The StreamPipes command-line interface (CLI) is focused on 
developers in order t
 * new core features for **backend** and **ui**.
 
 <!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
-**Current version:** 0.98.0-SNAPSHOT
+**Current version:** 0.99.0-SNAPSHOT
 <!-- END do not edit -->
 
 ## TL;DR
diff --git a/installer/compose/.env b/installer/compose/.env
index 9cf2ad1f71..776696464b 100644
--- a/installer/compose/.env
+++ b/installer/compose/.env
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-SP_VERSION=0.98.0-SNAPSHOT
+SP_VERSION=0.99.0-SNAPSHOT
 SP_DOCKER_REGISTRY=apachestreampipes
 COMPOSE_PROJECT_NAME=streampipes
 
diff --git a/installer/compose/README.md b/installer/compose/README.md
index 8e0292f9d8..906b71463e 100644
--- a/installer/compose/README.md
+++ b/installer/compose/README.md
@@ -19,7 +19,7 @@
 StreamPipes Compose is a simple collection of user-friendly `docker-compose` 
files that easily lets gain first-hand experience with Apache StreamPipes.
 
 <!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
-**Current version:** 0.98.0-SNAPSHOT
+**Current version:** 0.99.0-SNAPSHOT
 <!-- END do not edit -->
 
 > **NOTE**: We recommend StreamPipes Compose to only use for initial try-out 
 > and testing. If you are a developer and want to develop new pipeline 
 > elements or core feature, use the [StreamPipes CLI](../cli).
diff --git a/installer/k8s/Chart.yaml b/installer/k8s/Chart.yaml
index 3a16626009..5c70418214 100644
--- a/installer/k8s/Chart.yaml
+++ b/installer/k8s/Chart.yaml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 apiVersion: v1
-appVersion: "0.98.0-SNAPSHOT"
+appVersion: "0.99.0-SNAPSHOT"
 description: Self-Service Data Analytics for the Industrial IoT
 name: streampipes-helm-chart
 home: https://streampipes.apache.org
diff --git a/installer/k8s/README.md b/installer/k8s/README.md
index 7693cd2667..af7e8b6aa1 100644
--- a/installer/k8s/README.md
+++ b/installer/k8s/README.md
@@ -21,7 +21,7 @@
 StreamPipes k8s is a helm chart to deploy StreamPipes on Kubernetes.
 
 <!-- BEGIN do not edit: set via ../upgrade_versions.sh -->
-**Current version:** 0.98.0-SNAPSHOT
+**Current version:** 0.99.0-SNAPSHOT
 <!-- END do not edit -->
 
 We provide two helm chart templates to get you going:
@@ -118,7 +118,7 @@ rm -rf ${HOME}/streampipes-k8s
 
 | Parameter Name                                | Description                  
                           | Value                                    |
 
|-----------------------------------------------|---------------------------------------------------------|------------------------------------------|
-| streampipes.version                           | StreamPipes version          
                           | "0.98.0-SNAPSHOT"                        |
+| streampipes.version                           | StreamPipes version          
                           | "0.99.0-SNAPSHOT"                        |
 | streampipes.registry                          | StreamPipes registry URL     
                           | "apachestreampipes"                      |
 | streampipes.auth.secretName                   | The secret name for storing 
secrets                     | "sp-secrets"                             |
 | streampipes.auth.users.admin.user             | The initial admin user       
                           | "[email protected]"           |
diff --git a/installer/k8s/values.yaml b/installer/k8s/values.yaml
index e6601bf64d..8d1e34113c 100644
--- a/installer/k8s/values.yaml
+++ b/installer/k8s/values.yaml
@@ -27,7 +27,7 @@ failureThreshold: 30
 hostPath: ""
 
 streampipes:
-  version: "0.98.0-SNAPSHOT"
+  version: "0.99.0-SNAPSHOT"
   registry: "apachestreampipes"
   auth:
     secretName: "sp-secrets"
diff --git a/streampipes-extensions-api/pom.xml 
b/streampipes-extensions-api/pom.xml
index c0893d94ed..89dda803fe 100644
--- a/streampipes-extensions-api/pom.xml
+++ b/streampipes-extensions-api/pom.xml
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.streampipes</groupId>
             <artifactId>streampipes-commons</artifactId>
-            <version>0.98.0-SNAPSHOT</version>
+            <version>0.99.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streampipes</groupId>
diff --git 
a/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
 
b/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
index 7b68e43b9a..fa07339259 100644
--- 
a/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
+++ 
b/streampipes-extensions/streampipes-pipeline-elements-experimental-flink/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>streampipes-extensions</artifactId>
         <groupId>org.apache.streampipes</groupId>
-        <version>0.98.0-SNAPSHOT</version>
+        <version>0.99.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -35,12 +35,12 @@
         <dependency>
             <groupId>org.apache.streampipes</groupId>
             <artifactId>streampipes-sdk-bundle</artifactId>
-            <version>0.98.0-SNAPSHOT</version>
+            <version>0.99.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streampipes</groupId>
             <artifactId>streampipes-wrapper-flink</artifactId>
-            <version>0.98.0-SNAPSHOT</version>
+            <version>0.99.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
diff --git a/ui/package-lock.json b/ui/package-lock.json
index 9acafc2894..712dbb314a 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "apache-streampipes",
-  "version": "0.98.0-SNAPSHOT",
+  "version": "0.99.0-SNAPSHOT",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "apache-streampipes",
-      "version": "0.98.0-SNAPSHOT",
+      "version": "0.99.0-SNAPSHOT",
       "dependencies": {
         "@ali-hm/angular-tree-component": "^19.2.5",
         "@angular/animations": "^19.2.13",
diff --git a/ui/package.json b/ui/package.json
index 0a5468d68e..a7fca186b3 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-streampipes",
-  "version": "0.98.0-SNAPSHOT",
+  "version": "0.99.0-SNAPSHOT",
   "description": "Apache StreamPipes user interface",
   "homepage": "http://streampipes.apache.org";,
   "repository": {

Reply via email to