Skip to content

Commit

Permalink
RELEASE: v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjhawk committed Mar 19, 2024
1 parent ffce38a commit 3975f23
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- PROJECT NAME -->
<name>Java Maven Starter Project</name>
<!-- PROJECT VERSION -->
<version>0.0.7</version>
<version>0.0.8</version>
<!-- PROJECT GROUP ID (PARENT PACKAGE) -->
<groupId>com.hms_networks.americas.sc</groupId>
<!-- PROJECT ARTIFACT ID (ROOT PACKAGE NAME) -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/example/package.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Example package for Solution Center Java Starter Project. This package includes a basic example
class with sample code to begin with.

@version 0.0.7
@version 0.0.8
@author HMS Networks, MU Americas Solution Center
</BODY>
</HTML>
2 changes: 1 addition & 1 deletion starting-files/jvmrun
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-heapsize 25M -classpath /usr/sc-java-maven-starter-project-0.0.7-full.jar -emain com.example.ExampleMain
-heapsize 25M -classpath /usr/sc-java-maven-starter-project-0.0.8-full.jar -emain com.example.ExampleMain
12 changes: 12 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 0.0.8
### Features
- Updated web documentation to use Docusaurus v3 (3.1.1)
- Updated web documentation font to match HMS communication guidelines recommendations
- Updated web documentation colorization to match HMS communication guidelines recommendations
- Added support for PWA (Progressive Web App) functionality to web documentation
- Added missing metadata required by Open Graph protocol to web documentation
- Added support for SEO keywords to web documentation
### Bug Fixes
- Fixed a bug causing tagged pre-releases to not properly be marked as pre-releases in their GitHub
release metadata

## Version 0.0.7
### Features
- Updated and formatted GitHub Workflows
Expand Down

0 comments on commit 3975f23

Please sign in to comment.