Skip to content

Commit

Permalink
RELEASE: v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKimsey committed Nov 28, 2023
1 parent 2fc0564 commit ee8ac22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.5</version>
<version>0.0.6</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.5
@version 0.0.6
@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.5-full.jar -emain com.example.ExampleMain
-heapsize 25M -classpath /usr/sc-java-maven-starter-project-0.0.6-full.jar -emain com.example.ExampleMain
2 changes: 1 addition & 1 deletion web-docs/docs/02-CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Change Log
toc_max_heading_level: 2
---

## Version X.Y.Z
## Version 0.0.6
### Features
- Updated documentation to pull from common documentation repository
- Added commonDocRepoTargetBranchOrTag to ScDocusaurusConfig.js
Expand Down

0 comments on commit ee8ac22

Please sign in to comment.