Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[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
6 changes: 3 additions & 3 deletions docker-compose-ode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- all
- deduplicator_full
- geojsonconverter
image: ${DOCKERHUB_HOST:-usdotjpoode}/geojsonconverter:${DOCKERHUB_RELEASE:-2025-q2}
image: ${DOCKERHUB_HOST:-usdotjpoode}/geojsonconverter:${DOCKERHUB_RELEASE:-2025-q3}
restart: ${RESTART_POLICY}
deploy:
resources:
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- all
- deduplicator_full
- ode
image: ${DOCKERHUB_HOST:-usdotjpoode}/jpo-ode:${DOCKERHUB_RELEASE:-2025-q2}
image: ${DOCKERHUB_HOST:-usdotjpoode}/jpo-ode:${DOCKERHUB_RELEASE:-2025-q3}
restart: ${RESTART_POLICY}
deploy:
resources:
Expand Down Expand Up @@ -96,7 +96,7 @@ services:
- all
- deduplicator_full
- adm
image: ${DOCKERHUB_HOST:-usdotjpoode}/asn1_codec:${DOCKERHUB_RELEASE:-2025-q2}
image: ${DOCKERHUB_HOST:-usdotjpoode}/asn1_codec:${DOCKERHUB_RELEASE:-2025-q3}
restart: ${RESTART_POLICY}
deploy:
resources:
Expand Down
4 changes: 2 additions & 2 deletions jpo-deduplicator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<sonar.coverage.jacoco.xmReportPaths>${project.basedir}/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmReportPaths>
<sonar.language>java</sonar.language>
<jpo.ode.version>5.0.2</jpo.ode.version>
<jpo.geojsonconverter.version>3.0.2</jpo.geojsonconverter.version>
<jpo.ode.version>5.1.0</jpo.ode.version>
<jpo.geojsonconverter.version>3.2.0</jpo.geojsonconverter.version>
</properties>
<dependencies>
<!-- Spring Boot Dependencies -->
Expand Down
2 changes: 1 addition & 1 deletion sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MAVEN_GITHUB_ORG=usdot-jpo-ode

# Optional Variables to configure which version
DOCKERHUB_HOST=usdotjpoode
DOCKERHUB_RELEASE=2025-q2
DOCKERHUB_RELEASE=2025-q3

# Docker compose restart policy: https://docs.docker.com/engine/containers/start-containers-automatically/
RESTART_POLICY="on-failure:3"
Expand Down
Loading