Skip to content

Commit

Permalink
RELEASE: v0.0.3
Browse files Browse the repository at this point in the history
Co-authored-by: Alex J Hawk (HMS) <alha@hms.se>
  • Loading branch information
TomKimsey and alexjhawk committed Nov 1, 2023
1 parent 6cee88d commit c8e32c9
Show file tree
Hide file tree
Showing 4 changed files with 19 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.1</version>
<version>0.0.3</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.1
@version 0.0.3
@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.1-full.jar -emain com.example.ExampleMain
-heapsize 25M -classpath /usr/sc-java-maven-starter-project-0.0.3-full.jar -emain com.example.ExampleMain
16 changes: 16 additions & 0 deletions web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version 0.0.3
### Features
- Improved code style and formatting configurations for IntelliJ and Eclipse IDEs
- Added IDE code style configuration information to documentation
- Added a Popover component for web documentation, `popover.js`
- Added a Highlight component for web documentation, `highlight.js`
### Bug Fixes
- Fixed VS Code tasks.json Maven commands
- Standardized newlines in documentation
- Corrected default debugger IP addresses in IDE configuration files to match the default in
the `flexy.properties` file
- Fixed missing Jar file in artifacts from `release-build-outputs.yml` GitHub Actions workflow
### Other
- Updated IntelliJ IDE configuration files to latest formats
- Organized Eclipse IDE configuration files under `.eclipse` directory

## Version 0.0.2
### Features
- Added example configuration file
Expand Down

0 comments on commit c8e32c9

Please sign in to comment.