This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch rel/0.95.0 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 15bf679b93db9f0d8975528901a94322d00127e2 Author: bossenti <[email protected]> AuthorDate: Sun Jun 2 16:24:08 2024 +0200 update versions in archetypes --- 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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/archetypes/streampipes-archetype-extensions-jvm/pom.xml b/archetypes/streampipes-archetype-extensions-jvm/pom.xml index 8ce6bace1a..2936bcd217 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.95.0</version> + <version>0.95.0-SNAPSHOT</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 0a1cec555b..3506ef30fa 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.95.0</version> + <version>0.95.0-SNAPSHOT</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 393d508d7a..ebf7f306fc 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.95.0</version> + <version>0.95.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>streampipes-archetype-pe-sinks-flink</artifactId>
