When I was installing the latest version of JTrac (2.3.2), I noticed in the version file (WEB-INF/classes/jtrac-version.properties), it has the incorrect version number
version=2.3.3
timestamp=2024-01-17 16:10 UTC
I'm pretty sure it would not affect the functionality of the application, however, it breaks my script for upgrading JTrac.
Thanks for you time
Thanks,
David Wu
I also noticed the incorrect version number in the following files
/META-INF/maven/info.jtrac/jtrac/pom.properties
version=2.3.3
/META-INF/maven/info.jtrac/jtrac/pom.xml
<version>2.3.3</version>
Thanks for reporting that. You're right that it doesn't affect the behavior, as it's just for informational purposes. But rather than fix the existing binary I'll push out the real version 2.3.3 soon.
The recently released JTrac 2.3.3 includes the correct version number.