[DMAAP-DR] Bump version to 2.1.7

Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: I79ee7dbba43d001b4432f4a071875a446a4fcecb
Issue-ID: DMAAP-1492
diff --git a/pom.xml b/pom.xml
index 60dee01..9846d27 100755
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
     </parent>
     <properties>
         <!--revision must also be set in the version.properties file at project root-->
-        <revision>2.1.6-SNAPSHOT</revision>
+        <revision>2.1.7-SNAPSHOT</revision>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
diff --git a/version.properties b/version.properties
index acd4824..1ac7a41 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
 

 major=2

 minor=1

-patch=6

+patch=7

 

 base_version=${major}.${minor}.${patch}