diff --git a/docs/Release_notes.md b/docs/Release_notes.md
index 493ee1881..802f18263 100644
--- a/docs/Release_notes.md
+++ b/docs/Release_notes.md
@@ -1,10 +1,10 @@
JPO-ODE Release Notes
----------------------------
-Version 1.6.0, released February 2024
+Version 2.0.0, released February 2024
----------------------------------------
### **Summary**
-The updates for the jpo-ode 1.6.0 release includes an update for java, switching over to targeting J2735 2020 and some data flow diagram updates.
+The updates for the jpo-ode 2.0.0 release includes an update for java, switching over to targeting J2735 2020 and some data flow diagram updates.
Enhancements in this release:
- CDOT PR 50: Updated Java to version 21.
@@ -15,6 +15,14 @@ Enhancements in this release:
Known Issues:
- No known issues at this time.
+Breaking Changes:
+- Users should note that due to the switch to J2735 2020, some fields in outputted TIMs will be different. Any programs relying on data from the ODE must be modified to accommodate these updated outputs. The TIM changes in J2735 2020 include the following field renamings:
+ - `sspTimRights` -> `notUsed`
+ - `sspLocationRights` -> `notUsed1`
+ - `sspMsgRights1` -> `notUsed2`
+ - `sspMsgRights2` -> `notUsed3`
+ - `duratonTime` -> `durationTime`
+
Version 1.5.1, released November 2023
----------------------------------------
diff --git a/jpo-ode-common/pom.xml b/jpo-ode-common/pom.xml
index 24723b36c..3af52d5c3 100644
--- a/jpo-ode-common/pom.xml
+++ b/jpo-ode-common/pom.xml
@@ -5,7 +5,7 @@
usdot.jpo.ode
jpo-ode
- 1.6.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
jpo-ode-common
diff --git a/jpo-ode-core/pom.xml b/jpo-ode-core/pom.xml
index b22b9acfe..e9e7cde15 100644
--- a/jpo-ode-core/pom.xml
+++ b/jpo-ode-core/pom.xml
@@ -5,7 +5,7 @@
usdot.jpo.ode
jpo-ode
- 1.6.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
jpo-ode-core
@@ -23,12 +23,12 @@
usdot.jpo.ode
jpo-ode-common
- 1.6.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
usdot.jpo.ode
jpo-ode-plugins
- 1.6.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
org.apache.httpcomponents
diff --git a/jpo-ode-plugins/pom.xml b/jpo-ode-plugins/pom.xml
index 92269a26d..7471e970e 100644
--- a/jpo-ode-plugins/pom.xml
+++ b/jpo-ode-plugins/pom.xml
@@ -11,7 +11,7 @@
usdot.jpo.ode
jpo-ode
- 1.6.0-SNAPSHOT
+ 2.0.0-SNAPSHOT
@@ -27,7 +27,7 @@
usdot.jpo.ode
jpo-ode-common
- 1.6.0-SNAPSHOT
+ 2.0.0-SNAPSHOT