Fix SNAPSHOT version string

Change-Id: I090c1998e5a117c10263b7a6abbffc624beb4074
diff --git a/protocols/restconf/client/pom.xml b/protocols/restconf/client/pom.xml
index 4c7d046..70532a1 100644
--- a/protocols/restconf/client/pom.xml
+++ b/protocols/restconf/client/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-restconf</artifactId>
-    <version>1.11-SNAPSHOT</version>
+    <version>1.11.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>onos-restconf-client</artifactId>