Revise SNMPtrap collector to 2.0.5
Change-Id: I0b28b6795c9c81a0244d543bbbfb6b80c50bc101
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2853
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [3.3.3] - 2021-08-03
+         - [DCAEGEN2-2853] SNMPTrap container updated to 2.0.5 - Switched to CBS client lib to 2.2.1
+
 ## [3.3.2] - 2021-08-02
          - [DCAEGEN2-2808](https://jira.onap.org/browse/DCAEGEN2-2808)- PRH container updated to 1.6.1 - Update Spring-Boot to version 2.4.8 (fix vulnerabilities)
 
 
 inputs:
   tag_version:
     type: string
-    default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.4"
+    default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.snmptrap:2.0.5"
   cache:
     type: string
     default:
     type: string
     default:
       "title: Collector for receiving SNMP traps and publishing to DMAAP/MR
-      version: 2.0.3"
+      version: 2.0.5"
   external_port:
     type: string
     description: Kubernetes node port on which collector is exposed
 
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>k8s-bootstrap-container</artifactId>
   <name>dcaegen2-deployments-k8s-bootstrap-container</name>
-  <version>3.3.2-SNAPSHOT</version>
+  <version>3.3.3-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
 
 major=3\r
 minor=3\r
-patch=2\r
+patch=3\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r