From a34c0fa5caf4703e42c49cf611d2b15669a0adf2 Mon Sep 17 00:00:00 2001 From: Scott Fennell Date: Wed, 20 Jul 2022 16:02:48 -0500 Subject: [PATCH] Update How-To-Make-A-Release.md --- docs/howto_guides/How-To-Make-A-Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/How-To-Make-A-Release.md b/docs/howto_guides/How-To-Make-A-Release.md index 2dc61ab0..bb45c93b 100644 --- a/docs/howto_guides/How-To-Make-A-Release.md +++ b/docs/howto_guides/How-To-Make-A-Release.md @@ -24,7 +24,7 @@ https://github.com/nasa/trick/releases https://github.com/nasa/trick/commit/a317c222748e706e89b7f344f6910d1f39824feb #### Steps * In share/trick/trick_ver.txt change the "current_version" string to match the new version number and remove any postfixes -* In trick_source/java/pom.xml change the tag to the new version and remove any postfixes +* In trick_source/java/pom.xml change the \ tag to the new version and remove any postfixes * In CMakeLists.txt change TRICK_MAJOR TRICK_MINOR TRICK_TINY to match the current version, and set TRICK_PRERELEASE to an empty string ### Create a commit, tag, and push to github.com * `git commit -m "update version numbers for Trick Simulation Environment X.Y.Z"`