Skip to content

Commit

Permalink
Merge pull request usdot-jpo-ode#51 from usdot-jpo-ode/release_q3
Browse files Browse the repository at this point in the history
Merge Q3 release branch into master
  • Loading branch information
dan-du-car authored Nov 29, 2023
2 parents 4566ed1 + 8f13cd8 commit 564e8df
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "master"
- "release/*"
jobs:
jpo-security-svcs:
jpo-s3-deposit:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- "release/*"

jobs:
dockerhub-jpo-ode:
dockerhub-jpo-s3-deposit:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
12 changes: 12 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Jpo-s3-deposit Release Notes
----------------------------

Version 1.3.0, released November 2023
----------------------------------------

### **Summary**
The updates for the jpo-s3-deposit 1.3.0 release consist of fixed GitHub workflow job names and adjustments to the run.sh script to reference the correct JAR file.
- Fixed github workflow job names.
- The run.sh script has been modified to point to the accurate JAR file.

Known Issues:
- No known issues at this time.


Version 1.2.0, released July 5th 2023
----------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ mvn clean package assembly:single
# run
echo "Executing."
java -Dlogback.configurationFile=./src/main/resources/logback.xml \
-jar ./target/jpo-aws-depositor-with-dependencies.jar \
-jar ./target/jpo-aws-depositor-jar-with-dependencies.jar \
--bootstrap-server $DOCKER_HOST_IP:9092 \
-g group1 \
-t $DEPOSIT_TOPIC \
Expand Down

0 comments on commit 564e8df

Please sign in to comment.