Description
currently when we use package exports shell, we get package list without version , something like
packages:exports 41
ID Packages
41 org.apache.karaf.shell.config
41 org.apache.karaf.shell.config.completers
But previously we can see the version also
like
ID Packages
41 org.apache.karaf.shell.config; version=2.2.1.SNAPSHOT
41 org.apache.karaf.shell.config.completers; version=2.2.1.SNAPSHOT
we need re-introduce the version as it's very useful when you try to figure out the missing dependency