cancel
Showing results for 
Search instead for 
Did you mean: 

Is posible to change the increment of version?

gcluis
Champ in-the-making
Champ in-the-making
I´m using CMIS. When I create a document I write:



ContentStream contentStream = ….
….
doc = folder.createDocument(properties, contentStream, VersioningState.MAJOR);
….


and on update



  ContentStream contentStream = ….
….
doc.setContentStream(contentStream, true);
….



On update the version change from 1.0 to 1.1

Is it possible to do that the increase of version is of 1 (from 1 to 2)?

1 REPLY 1