Fix SNAPSHOT version string

Change-Id: I090c1998e5a117c10263b7a6abbffc624beb4074
diff --git a/protocols/restconf/pom.xml b/protocols/restconf/pom.xml
index 3ef3946..81ba5e7 100644
--- a/protocols/restconf/pom.xml
+++ b/protocols/restconf/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.onosproject</groupId>
     <artifactId>onos-protocols</artifactId>
-    <version>1.11-SNAPSHOT</version>
+    <version>1.11.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>onos-restconf</artifactId>