All I have is a Gogo Shell connection to a Liferay server.
From that shell, is there any way to know the version of the com.liferay.portal.kernel package used by that server?
For instance, if I want to know the version of the com.liferay.util.taglib package I would type lb | grep Taglib | grep Util
and see that the version is 2.9.0
, but the same method does not seem to work for the kernel package.