Hi, I have a small problem, if you put a document on the properties I have Alfresco and septum as version 0.1 of the document I have I would be 1.0. The problem is that I need to set the document must be versioned (Utils.createNamedValue ("{} http://www.alfresco.org/model/content/1.0 autoVersion", "true") how do I get as an initial version 1.0 . this is the code I wrote: NamedValue[] contentProps = new NamedValue[8]; contentProps[0] = Utils.createNamedValue(Constants.PROP_NAME, documentName); contentProps[1] = Utils.createNamedValue(Constants.PROP_CONTENT, contentString); // dataCreation= "2005-09-16T17:01:03.456+01:00"; contentProps[2] = Utils.createNamedValue(Constants.PROP_CREATED, it.opera21.migration.Utils.convertToAlfrescoDateFormatFromShare(metadati.getCreation_date()));