forked from usdot-jpo-ode/jpo-ode
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request usdot-jpo-ode#551 from usdot-jpo-ode/latest-submod…
…ules-references-to--releasetags Latest submodules references to release tags
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule asn1_codec
updated
19 files
+9 −1 | .github/workflows/dockerhub.yml | |
+3 −3 | .gitmodules | |
+1 −1 | Dockerfile | |
+1 −1 | Dockerfile.dev | |
+1 −1 | Dockerfile.standalone | |
+24 −27 | README.md | |
+12 −0 | asn1c_combined/README.md | |
+ − | asn1c_combined/generated-files/2016.tar.gz | |
+ − | asn1c_combined/generated-files/2020.tar.gz | |
+2 −2 | build_local.sh | |
+14 −0 | docs/Release_notes.md | |
+40 −21 | docs/configuration.md | |
+101 −149 | docs/installation.md | |
+4 −5 | docs/interface.md | |
+32 −10 | docs/testing.md | |
+3 −3 | sample.env | |
+3 −0 | src/acm.cpp | |
+4 −4 | src/tests.cpp | |
+0 −0 | usdot-asn1c |
Submodule jpo-s3-deposit
updated
15 files
+23 −21 | .devcontainer/Dockerfile | |
+5 −16 | .devcontainer/devcontainer.json | |
+5 −1 | .github/workflows/dockerhub.yml | |
+2 −31 | .vscode/launch.json | |
+5 −2 | README.md | |
+6 −0 | docker-compose-confluent-cloud.yml | |
+6 −0 | docker-compose.yml | |
+14 −0 | docs/Release_notes.md | |
+7 −1 | pom.xml | |
+2 −0 | resources/google/.gitignore | |
+3 −0 | resources/google/README.md | |
+12 −0 | resources/google/sample_gcp_service_account.json | |
+4 −0 | run.sh | |
+16 −0 | sample.env | |
+53 −11 | src/main/java/us/dot/its/jpo/ode/aws/depositor/AwsDepositor.java |
Submodule jpo-sdw-depositor
updated
9 files
+23 −21 | .devcontainer/Dockerfile | |
+5 −10 | .devcontainer/devcontainer.json | |
+6 −1 | .github/workflows/dockerhub.yml | |
+2 −2 | Dockerfile | |
+67 −46 | README.md | |
+11 −1 | docs/Release_notes.md | |
+1 −1 | pom.xml | |
+3 −3 | sample.env | |
+0 −1 | src/main/resources/application.properties |