From c8e32c9f818bedbbd8baf3d99aa5d2057d098c7a Mon Sep 17 00:00:00 2001 From: Tom Kimsey Date: Tue, 31 Oct 2023 10:30:26 -0400 Subject: [PATCH] RELEASE: v0.0.3 Co-authored-by: Alex J Hawk (HMS) --- pom.xml | 2 +- src/main/java/com/example/package.html | 2 +- starting-files/jvmrun | 2 +- web-docs/docs/02-CHANGELOG.mdx | 16 ++++++++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index cf30f80..17f3447 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ Java Maven Starter Project - 0.0.1 + 0.0.3 com.hms_networks.americas.sc diff --git a/src/main/java/com/example/package.html b/src/main/java/com/example/package.html index f968820..861021b 100644 --- a/src/main/java/com/example/package.html +++ b/src/main/java/com/example/package.html @@ -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 \ No newline at end of file diff --git a/starting-files/jvmrun b/starting-files/jvmrun index 172fbd3..1534d48 100644 --- a/starting-files/jvmrun +++ b/starting-files/jvmrun @@ -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 diff --git a/web-docs/docs/02-CHANGELOG.mdx b/web-docs/docs/02-CHANGELOG.mdx index 6439066..bf6afd1 100644 --- a/web-docs/docs/02-CHANGELOG.mdx +++ b/web-docs/docs/02-CHANGELOG.mdx @@ -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