Skip to content

Commit

Permalink
Merge pull request #26 from CDOT-CV/q3-release/version-change-and-rel…
Browse files Browse the repository at this point in the history
…ease-notes

Version Change & Release Notes (2024 Q3 Release)
  • Loading branch information
drewjj authored Sep 6, 2024
2 parents beabe6d + 50d4d95 commit 058cb39
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ RUN mvn clean package -DskipTests
FROM eclipse-temurin:21-jre-alpine

WORKDIR /home
COPY --from=builder /home/target/jpo-sdw-depositor-1.7.0-SNAPSHOT.jar /home
COPY --from=builder /home/target/jpo-sdw-depositor-1.8.0-SNAPSHOT.jar /home

ENTRYPOINT ["java", \
"-jar", \
"/home/jpo-sdw-depositor-1.7.0-SNAPSHOT.jar"]
"/home/jpo-sdw-depositor-1.8.0-SNAPSHOT.jar"]
10 changes: 10 additions & 0 deletions docs/Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
jpo-sdw-depositor Release Notes
----------------------------

Version 1.8.0, released September 2024
----------------------------------------
### **Summary**
The changes for the jpo-sdw-depositor 1.8.0 release include a fix for the SDW_SUBSCRIPTION_TOPIC environment variable not getting used instead of the default if provided, as well as the addition of a GitHub action to publish Java artifacts to GitHub's hosted Maven Central.

Enhancements in this release:
- CDOT PR 24: Fixed SDW_SUBSCRIPTION_TOPIC environment variable not getting used instead of default if provided
- CDOT PR 25: Added a GiHub action to opublish java artifacts to GitHub's hosted Maven Central


Version 1.7.0, released June 2024
----------------------------------------
### **Summary**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-sdw-depositor</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jpo-sdw-depositor</name>

Expand Down

0 comments on commit 058cb39

Please sign in to comment.