Skip to content

Commit

Permalink
move next release version to 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-higgins committed Jan 12, 2025
1 parent 2261d76 commit 43d5dd1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 18 deletions.
5 changes: 3 additions & 2 deletions compiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
~ along with this program. If not, see
~ <http://www.mongodb.com/licensing/server-side-public-license>.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fluxtion</groupId>
<artifactId>root-parent-pom</artifactId>
<version>9.5.3-SNAPSHOT</version>
<version>9.6.0-SNAPSHOT</version>
<relativePath>../parent-root/pom.xml</relativePath>
</parent>

Expand Down
20 changes: 10 additions & 10 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ title: Fluxtion streaming
description: Documentation for Fluxtion event processor
remote_theme: pmarsceill/just-the-docs
aux_links:
"release 9.5.0":
- "//github.com/v12technology/fluxtion/tree/9.5.0"
"release 9.6.0":
- "//github.com/v12technology/fluxtion/tree/9.6.0"
heading_anchors: true

# Color scheme supports "light" (default) and "dark"
Expand Down Expand Up @@ -59,14 +59,14 @@ mermaid_white: classDef color:#022e1f,fill:#fff;
mermaid_black: classDef black color:#fff,fill:#000;

#source directories
fluxtion_version: 9.5.0
fluxtion_src: https://github.com/v12technology/fluxtion/blob/9.5.0
fluxtion_src_runtime: https://github.com/v12technology/fluxtion/blob/9.5.0/runtime/src/main/java/com/fluxtion/runtime
fluxtion_src_compiler: https://github.com/v12technology/fluxtion/blob/9.5.0/compiler/src/main/java/com/fluxtion/compiler
EventProcessor_link: https://github.com/v12technology/fluxtion/blob/9.5.0/runtime/src/main/java/com/fluxtion/runtime/EventProcessor.java
Fluxtion_link: https://github.com/v12technology/fluxtion/blob/9.5.0/compiler/src/main/java/com/fluxtion/compiler/Fluxtion.java
EventProcessorConfig_link: https://github.com/v12technology/fluxtion/blob/9.5.0/compiler/src/main/java/com/fluxtion/compiler/EventProcessorConfig.java
FluxtionCompilerConfig_link: https://github.com/v12technology/fluxtion/blob/9.5.0/compiler/src/main/java/com/fluxtion/compiler/FluxtionCompilerConfig.java
fluxtion_version: 9.6.0
fluxtion_src: https://github.com/v12technology/fluxtion/blob/9.6.0
fluxtion_src_runtime: https://github.com/v12technology/fluxtion/blob/9.6.0/runtime/src/main/java/com/fluxtion/runtime
fluxtion_src_compiler: https://github.com/v12technology/fluxtion/blob/9.6.0/compiler/src/main/java/com/fluxtion/compiler
EventProcessor_link: https://github.com/v12technology/fluxtion/blob/9.6.0/runtime/src/main/java/com/fluxtion/runtime/EventProcessor.java
Fluxtion_link: https://github.com/v12technology/fluxtion/blob/9.6.0/compiler/src/main/java/com/fluxtion/compiler/Fluxtion.java
EventProcessorConfig_link: https://github.com/v12technology/fluxtion/blob/9.6.0/compiler/src/main/java/com/fluxtion/compiler/EventProcessorConfig.java
FluxtionCompilerConfig_link: https://github.com/v12technology/fluxtion/blob/9.6.0/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/
Expand Down
5 changes: 3 additions & 2 deletions parent-root/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@
~ <http://www.mongodb.com/licensing/server-side-public-license>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.fluxtion</groupId>
<artifactId>root-parent-pom</artifactId>
<version>9.5.3-SNAPSHOT</version>
<version>9.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>fluxtion :: poms :: parent root</name>

Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
~ along with this program. If not, see
~ <http://www.mongodb.com/licensing/server-side-public-license>.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.fluxtion</groupId>
<artifactId>fluxtion.master</artifactId>
<version>9.5.3-SNAPSHOT</version>
<version>9.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>fluxtion</name>

Expand Down
5 changes: 3 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
~ <http://www.mongodb.com/licensing/server-side-public-license>.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.fluxtion</groupId>
<artifactId>root-parent-pom</artifactId>
<version>9.5.3-SNAPSHOT</version>
<version>9.6.0-SNAPSHOT</version>
<relativePath>../parent-root/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 43d5dd1

Please sign in to comment.