With Petals EE 5.0.0-M1, we get the following results:
> ./petals-cli.sh -c -- version
Petals JBI Container 4.0.0
OpenJDK Runtime Environment 24.79-b02 Oracle Corporation
Linux 3.19.0-30-generic amd64
with 4.0.0 the version of the project org.ow2.petals:petals-microkernel.
As Petals CLI get the version of the Petals container using the JMX API, so from the org.ow2.petals:petals-microkernel, it will be difficult to get version information of the archive embedding org.ow2.petals:petals-microkernel. Moreover the relevant version information for debug purpose are the versions of org.ow2.petals:petals-microkernel, and versions of µKernel extensions and mutable implementations.
So, the command 'version' of Petals CLI should returns something as (Caution to set the right JVM version.):
> ./petals-cli.sh -c -- version
Petals ESB µKernel 4.0.0
Petals ESB Registry Overlay Client 1.0.0
Petals ESB Autoloader 1.0.1
Petals ESB Artifact Repository 1.0.1
Petals ESB WS-API 1.0.1
Petals Registry Overlay 1.0.0
OpenJDK Runtime Environment 1.7.0_79-b14 Oracle Corporation
Linux 3.19.0-30-generic amd64
Version information reviewed