Skip to main content

How do I know the version of PoolParty?

Abstract

How do I know the version of PoolParty?

You can find the version of PoolParty in the front end, with an API call or in the terminal. Additionally, in the PoolParty front end, you can also find the name of the release under which a particular version of PoolParty was marketed and the revision number (commit ID).

Find out the PoolParty Version in the Front End

Procedure. Find out the Version of PoolParty in the Front End –⁠ Option 1
  1. Click the umbrella icon in the application header.

  2. Select About.

    How-do-I-know-the-version-of-PoolParty.png

    A dialogue box opens. You can find the release name (for example PoolParty 2022 R 1) together with the PoolParty version number (for example 9.0.1) there.

  3. To find out the revision number (commit ID), click the copy to clipboard icon.

    How-do-I-know-the-version-of-PoolParty2.png

    The release name, the PoolParty version number and the revision number (for example 46244 (baa22ae708781a6d73b4e580074a3a0d51858be7)) are copied to your clipboard.

Procedure. Find out the Version of PoolParty in the Front End –⁠ Option 2
  • Hold the pointer over the PoolParty browser tab.

    How-do-I-know-the-version-of-PoolParty3.png

    A pop-up box opens. You can see the release name (for example PoolParty 2022 R 1) together with the PoolParty version number (for example 9.0.1) there.

Find out the PoolParty Version via the API

For more information on how to find out the PoolParty version via an API call, refer to Web Service Method: Get PoolParty Version.

Find out the PoolParty Version in the Terminal

When you are interested to find out the version of PoolParty on the terminal level you can check 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.