I manage documents trough DotCMIS and I update properties (Author, description) of document each new version.
So I have two new version each time I want to upload a (new version) document.
I'm trying to set the cm:autoVersionOnUpdateProps to false in order to resolve this problem and I can't find a solution.
I found documentation about this but it was for previous versions and didn't work with mine. (Solution : Modify contentModel.xml. But I can't find this file)
You can set this property cm:autoVersionOnUpdateProps to false in contentModel.xml located at - tomcat\webapps\alfresco\WEB-INF\classes\alfresco\model. I would suggest NOT to modify existing content model.
Or when you update property, you can check if P:cm:versionable aspect is applied on content then set this cm:autoVersionOnUpdateProps to false for that particular content