Skip to content

Commit e0887da

Browse files
committed
Fixed a few version numbers
1 parent 798f668 commit e0887da

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

.idea/workspace.xml

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ project does not currently use `$NCSA_DEV_OUTPUT`.
5353
5454
# Rolling a release
5555

56-
The critical part is to replace the SNAPSHOT tag (e.g. 6.x-SNAPSHOT)
56+
The critical part is to replace the SNAPSHOT tag (e.g. 6.2.1)
5757
globally with your preferred version. Note that this tag will also be found in
5858
java files (so the system is aware of the current release version), so this
5959
change does not merely affect the pom.xml files. You should also be sure before
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#maven.buildNumber.plugin properties file
2-
#Tue Sep 09 10:11:47 CDT 2025
3-
buildNumber\\d*=1853
2+
#Tue Sep 09 16:07:51 CDT 2025
3+
buildNumber\\d*=1856

0 commit comments

Comments
 (0)