Message Boards

wrong version number in export package after changing an app and rebuild

thumbnail
Mehdi norouzi, modified 3 Years ago.

wrong version number in export package after changing an app and rebuild

New Member Posts: 20 Join Date: 7/18/06 Recent Posts
I need to rebuild some of the apps in modules folder but when I build the app by using blade gw deploy the jar file was created successfully but the Import-Package version inside Manifest is not compatible with the existing module version, I made a baseline change task disable to prohibit automated version changing. when I deploy this module I got this error "Unresolved requirement: Import-Package: com.liferay.portal.kernel.model; version="[5.2.0,6.0.0)"  "
the reason was this version does not exist in OSGi container, How could I control this version number during the build process? Where have these numbers for version come from?
Thanks