[maven-release-plugin] prepare release ode-console-0.1.0
diff --git a/pom.xml b/pom.xml
index e49d7b2..c718744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,8 +17,7 @@
 specific language governing permissions and limitations
 under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -30,7 +29,7 @@
     <packaging>jar</packaging>
     <groupId>org.apache.ode</groupId>
     <artifactId>ode-console</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <name>ODE Web Console</name>
     <description>ODE Process Management Admin Console</description>
     <url>ode.apache.org</url>
@@ -38,7 +37,8 @@
     <scm>
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/ode-console.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/ode-console.git</developerConnection>
-    </scm>
+      <tag>ode-console-0.1.0</tag>
+  </scm>
 
     <issueManagement>
         <system>jira</system>
@@ -161,9 +161,9 @@
                         <configuration>
                             <target>
                                 <copy todir="${destDir}">
-                                    <fileset dir="dist/"/>
+                                    <fileset dir="dist/" />
                                 </copy>
-                                <copy todir="${destDir}" file="src/index.html"/>
+                                <copy todir="${destDir}" file="src/index.html" />
                             </target>
                         </configuration>
                     </execution>