Here are a few points for your consideration : -Please note that there
are two ways of creating versions in Content Services (a) by using
storeContent API and passing "Version Type parameter as Major or Minor
as you have done. But in addtion to this, you also need to pass Aspect
Versionable. The second last parameter is null here. List
aspectList = new ArrayList(); aspectList.add(0,
"{http://www.alfresco.org/model/content/1.0}versionable"); Passing this
aspect will make sure that versionable nod...