I have a doubt regarding osgi bundles version in felix console after uninstalling the package in aem. The build plan is that the packages are installed incremently with the build version like 1.13.1 then 1.13.2 and so on.
If there is a package package-1.13.4.zip
installed; which has a bundle bundle-1.13.4.jar
After uninstalling the package-1.13.4.zip
; as per my understanding; the bundle-1.13.4.jar
should be removed from apps/myproject/install
as well as from the felix console; the bundle that should be installed in felix console should be bundle-1.13.3.jar
; since it was the version which was installed prior to 1.13.4
But when I uninstall package-1.13.4.zip
; neither the bundle-1.13.4.jar
gets removed from apps/myproject/install
nor the bundle-1.13.4.jar
gets removed from the felix console. Is there something wrong with my understanding?