[maven-release-plugin] prepare release 0.3.5
diff --git a/pom.xml b/pom.xml
index beba6d2..8c3a19e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.purl.wf4ever</groupId>
     <artifactId>scufl2-wfdesc</artifactId>
-    <version>0.3.5-SNAPSHOT</version>
+    <version>0.3.5</version>
     <packaging>bundle</packaging>    
     <name>SCUFL2 to wfdesc</name>
     <description>Convert Scufl2 workflow to wfdesc structure (from Wf4Ever RO ontology)</description>
@@ -19,6 +19,7 @@
 		<connection>scm:git:git://github.com/wf4ever/scufl2-wfdesc.git</connection>
 		<developerConnection>scm:git:ssh://git@github.com/wf4ever/scufl2-wfdesc.git</developerConnection>
 		<url>https://github.com/wf4ever/scufl2-wfdesc/</url>
+    <tag>0.3.5</tag>
   </scm>    
     <build>
         <plugins>