[maven-release-plugin] prepare release 0.3.7
diff --git a/pom.xml b/pom.xml
index 53d4530..e28e110 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.7-SNAPSHOT</version>
+    <version>0.3.7</version>
     <packaging>bundle</packaging>    
     <name>SCUFL2 to wfdesc</name>
     <description>Convert Scufl2 workflow to wfdesc structure (from Wf4Ever RO ontology)</description>
@@ -19,7 +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>HEAD</tag>
+    <tag>0.3.7</tag>
   </scm>    
     <build>
         <plugins>