From 91624eb1700e6630a239d179a694cf90dc2f7f41 Mon Sep 17 00:00:00 2001 From: greg higgins Date: Tue, 3 Dec 2024 14:15:49 +0000 Subject: [PATCH] Release 9.4.1 (#325) * updating poms for 9.3.52-SNAPSHOT development * updating poms for branch'release/9.3.51' with non-snapshot versions * updating develop poms to master versions to avoid merge conflicts * Updating develop poms back to pre merge state * get ready for next release --------- Co-authored-by: runner Co-authored-by: greg --- compiler/pom.xml | 2 +- docs/_config.yml | 20 ++++++++++---------- parent-root/pom.xml | 2 +- pom.xml | 2 +- runtime/pom.xml | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/compiler/pom.xml b/compiler/pom.xml index a6fdf9ab9..f32aebeb6 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -19,7 +19,7 @@ Copyright (C) 2024 gregory higgins (C) 2024 gregory higgins com.fluxtion root-parent-pom - 9.4.0-SNAPSHOT + 9.4.1-SNAPSHOT ../parent-root/pom.xml diff --git a/docs/_config.yml b/docs/_config.yml index 1cb1c0754..5d4a97379 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -25,8 +25,8 @@ title: Fluxtion streaming description: Documentation for Fluxtion event processor remote_theme: pmarsceill/just-the-docs aux_links: - "release 9.3.49": - - "//github.com/v12technology/fluxtion/tree/9.3.49" + "release 9.4.1": + - "//github.com/v12technology/fluxtion/tree/9.4.1" heading_anchors: true # Color scheme supports "light" (default) and "dark" @@ -59,14 +59,14 @@ mermaid_white: classDef color:#022e1f,fill:#fff; mermaid_black: classDef black color:#fff,fill:#000; #source directories -fluxtion_version: 9.3.49 -fluxtion_src: https://github.com/v12technology/fluxtion/blob/9.3.49 -fluxtion_src_runtime: https://github.com/v12technology/fluxtion/blob/9.3.49/runtime/src/main/java/com/fluxtion/runtime -fluxtion_src_compiler: https://github.com/v12technology/fluxtion/blob/9.3.49/compiler/src/main/java/com/fluxtion/compiler -EventProcessor_link: https://github.com/v12technology/fluxtion/blob/9.3.49/runtime/src/main/java/com/fluxtion/runtime/EventProcessor.java -Fluxtion_link: https://github.com/v12technology/fluxtion/blob/9.3.49/compiler/src/main/java/com/fluxtion/compiler/Fluxtion.java -EventProcessorConfig_link: https://github.com/v12technology/fluxtion/blob/9.3.49/compiler/src/main/java/com/fluxtion/compiler/EventProcessorConfig.java -FluxtionCompilerConfig_link: https://github.com/v12technology/fluxtion/blob/9.3.49/compiler/src/main/java/com/fluxtion/compiler/FluxtionCompilerConfig.java +fluxtion_version: 9.4.1 +fluxtion_src: https://github.com/v12technology/fluxtion/blob/9.4.1 +fluxtion_src_runtime: https://github.com/v12technology/fluxtion/blob/9.4.1/runtime/src/main/java/com/fluxtion/runtime +fluxtion_src_compiler: https://github.com/v12technology/fluxtion/blob/9.4.1/compiler/src/main/java/com/fluxtion/compiler +EventProcessor_link: https://github.com/v12technology/fluxtion/blob/9.4.1/runtime/src/main/java/com/fluxtion/runtime/EventProcessor.java +Fluxtion_link: https://github.com/v12technology/fluxtion/blob/9.4.1/compiler/src/main/java/com/fluxtion/compiler/Fluxtion.java +EventProcessorConfig_link: https://github.com/v12technology/fluxtion/blob/9.4.1/compiler/src/main/java/com/fluxtion/compiler/EventProcessorConfig.java +FluxtionCompilerConfig_link: https://github.com/v12technology/fluxtion/blob/9.4.1/compiler/src/main/java/com/fluxtion/compiler/FluxtionCompilerConfig.java cookbook_src: https://github.com/v12technology/fluxtion-examples/tree/main/cookbook/src/main/java/com/fluxtion/example/cookbook reference_examples: https://github.com/v12technology/fluxtion-examples/tree/main/reference-examples/ examples_project: https://github.com/v12technology/fluxtion-examples/tree/main/ diff --git a/parent-root/pom.xml b/parent-root/pom.xml index 964ab2d16..3321d19e9 100644 --- a/parent-root/pom.xml +++ b/parent-root/pom.xml @@ -21,7 +21,7 @@ 4.0.0 com.fluxtion root-parent-pom - 9.4.0-SNAPSHOT + 9.4.1-SNAPSHOT pom fluxtion :: poms :: parent root diff --git a/pom.xml b/pom.xml index e375dfbf2..2df315a17 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ along with this program. If not, see 4.0.0 com.fluxtion fluxtion.master - 9.4.0-SNAPSHOT + 9.4.1-SNAPSHOT pom fluxtion diff --git a/runtime/pom.xml b/runtime/pom.xml index d2abad97f..d2501fc5f 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -20,7 +20,7 @@ Copyright (C) 2024 gregory higgins (C) 2024 gregory higgins com.fluxtion root-parent-pom - 9.4.0-SNAPSHOT + 9.4.1-SNAPSHOT ../parent-root/pom.xml