How can I tell the version of the PoolParty Thesaurus Server?
How can I tell the version of the PoolParty Thesaurus Server?
You can find the version of the PoolParty Thesaurus Server on the front end, with an API call or in the pom.properties
file. Additionally, on the PoolParty front end, you can also find the overall version of the PoolParty Semantic Suite and the revision number (commit ID).
Find out the Version of the Thesaurus Server on the Front End
Click the umbrella icon in the application header.
Select About.
A dialog box opens. You can find here the overall version of the PoolParty Semantic Suite (for example
PoolParty 2022 R 1
) together with the PoolParty Thesaurus Server version number (for example9.0.1
).To find out the revision number (commit ID), click the copy to clipboard icon.
The version of the PoolParty Semantic Suite and the PoolParty Thesaurus Server as well as the revision number (for example
PoolParty 2024 R1 (9.4.0-SNAPSHOT) - Revision 51638 (0fae8df098089b1d2fd23794f250df2838800f8d)
) are copied to your clipboard.
Hold the pointer over the PoolParty browser tab.
A pop-up box opens. You can see here the version of the PoolParty Semantic Suite (for example
PoolParty 2022 R 1
) together with the version number of the PoolParty Thesaurus Server (for example9.0.1
).
Find out the Version of the PoolParty Thesaurus Server via the API
For more information on how to find out the version of the PoolParty Thesaurus Server via an API call, refer to Web Service Method: Get PoolParty Version.
Find out the Version of the PoolParty Thesaurus Server in the pom.properties File
You can find the version entry in {PP-HOME}/tomcat/webapp/PoolParty/META-INF/maven/at.punkt.poolparty/PoolPartyCaipirinhaMaven/pom.properties
.
For example, you can find there version=9.0.1
.