how to fix not upating version in liferay? -


i using liferay framwork, message showing "not updating demo *** because version 6.2.5 newer version 6.2.0.1" when try deploy.plz me.how fix , update version?

you have add line: module-version=6.2.0.5 under module-incremental-version=1 in liferay-plugin-package.properties file. , work. thing bothered me long time too, looked source code , works charm. can experiment module-version number. example liferay-plugin-package.properties:

name=demo module-group-id=liferay module-incremental-version=1 module-version=6.2.0.5 tags= short-description= long-description= change-log= page-url=http://www.liferay.com author=liferay, inc. licenses=lgpl liferay-versions=6.2.0+ portal-dependency-jars=\     groovy.jar,\     asm.jar,\     antlr3-runtime.jar,\     antlr2.jar,\     antlr3.jar 

Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -