From 18ee19ba399087d56f9140331846bb494948dbe4 Mon Sep 17 00:00:00 2001 From: Drew Johnston Date: Tue, 21 Oct 2025 16:11:38 -0600 Subject: [PATCH 1/8] Update the jpo-utils submodule to usdot master 2.2.0 --- .gitmodules | 2 +- jpo-utils | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 038e716b4..0660c2d63 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,7 +15,7 @@ url = https://github.com/usdot-jpo-ode/ode-output-validator-library.git [submodule "jpo-utils"] path = jpo-utils - url = https://github.com/CDOT-CV/jpo-utils.git + url = https://github.com/usdot-jpo-ode/jpo-utils.git [submodule "jpo-asn-pojos"] path = jpo-asn-pojos url = https://github.com/CDOT-CV/jpo-asn-pojos.git diff --git a/jpo-utils b/jpo-utils index 49e53d66c..d9298120d 160000 --- a/jpo-utils +++ b/jpo-utils @@ -1 +1 @@ -Subproject commit 49e53d66c17e85cb87085821d4df0a7a397d247e +Subproject commit d9298120d603b9ff9ce3a5520ce885c8bd7ec23d From e988df4a9027e31aa5d71eb335795fbeed24c5d2 Mon Sep 17 00:00:00 2001 From: Drew Johnston Date: Tue, 21 Oct 2025 16:13:09 -0600 Subject: [PATCH 2/8] Update jpo-ode version number to 5.1.0 --- docs/Release_notes.md | 2 +- jpo-ode-common/pom.xml | 2 +- jpo-ode-core/pom.xml | 6 +++--- jpo-ode-plugins/pom.xml | 4 ++-- jpo-ode-svcs/pom.xml | 6 +++--- pom.xml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index db79f58e4..6e9ad8d88 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,7 +1,7 @@ JPO-ODE Release Notes ---------------------------- -Version 5.0.2, released October 2025 +Version 5.1.0, released October 2025 ---------------------------------------- ### **Summary** This release introduces expanded support for the latest J2735 2024 message standards through a breaking rework of the POJO data models, impacting all message types and associated pipelines. This release includes major updates to the BSM, SPaT, MAP, SRM, SSM, PSM, and TIM pipelines, along with new pipelines for RTCM, RSM, and SDSM messages. It also refines CI/CD workflows, enhances release validation procedures, and updates dependencies for improved stability and compatibility. These changes modernize the codebase, improve system reliability, and improve ongoing development and deployment efforts. diff --git a/jpo-ode-common/pom.xml b/jpo-ode-common/pom.xml index b8692cd81..c01fb219c 100644 --- a/jpo-ode-common/pom.xml +++ b/jpo-ode-common/pom.xml @@ -5,7 +5,7 @@ usdot.jpo.ode jpo-ode - 5.0.2 + 5.1.0 jpo-ode-common diff --git a/jpo-ode-core/pom.xml b/jpo-ode-core/pom.xml index 139dac023..414c9b1f8 100644 --- a/jpo-ode-core/pom.xml +++ b/jpo-ode-core/pom.xml @@ -7,7 +7,7 @@ usdot.jpo.ode jpo-ode - 5.0.2 + 5.1.0 jpo-ode-core @@ -25,12 +25,12 @@ usdot.jpo.ode jpo-ode-common - 5.0.2 + 5.1.0 usdot.jpo.ode jpo-ode-plugins - 5.0.2 + 5.1.0 org.apache.httpcomponents diff --git a/jpo-ode-plugins/pom.xml b/jpo-ode-plugins/pom.xml index c59f5865c..6b1324f33 100644 --- a/jpo-ode-plugins/pom.xml +++ b/jpo-ode-plugins/pom.xml @@ -11,7 +11,7 @@ usdot.jpo.ode jpo-ode - 5.0.2 + 5.1.0 @@ -27,7 +27,7 @@ usdot.jpo.ode jpo-ode-common - 5.0.2 + 5.1.0