update pom to use jtosca release version instead of snap shot.
Change-Id: I85feb00fbe2ce4e843f61ca4742bba2c6f8adb39
Issue-ID: SDC-1865
Signed-off-by: Michael Lando <michael.lando@intl.att.com>
 <dependency>
   <groupId>org.onap.sdc.sdc-tosca</groupId>
   <artifactId>sdc-tosca</artifactId>
-  <version>1.4.1</version>
+  <version>1.4.6</version>
 </dependency>
 ``` 
 
 ### Features:
 1. **getPropertyLeafValueByPropertyNamePathAndNodeTemplatePath API** The new Tosca Parser API resolves property value by path in the model (including nested nodes with # delimiter) and property name. 
 It resolves value of the property if it is defined as get input.
+
+## 1.4.6
+
+### Bug fix:
+1. **remove use of a snapshot dependency** update jtosca dependency version from snapshot to release.