diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2021-03-09 16:36:21 +0000 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2021-03-12 12:48:15 +0000 |
commit | a4c361637f3cf19b1c5fd4bdc55e40645e34505b (patch) | |
tree | 6de821ea09e8989edeb560694aeaf18337ab72b6 /pom.xml | |
parent | f8f4d4ce09bb522d6bf341734d5df06aafcdeff8 (diff) |
Sonar test fix
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Change-Id: Icbb108409c24e371eb8f2c90fef0bcce3f2b59cd
Issue-ID: DMAAP-1564
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ </parent> <properties> <!--revision must also be set in the version.properties file at project root--> - <revision>2.1.8-SNAPSHOT</revision> + <revision>2.1.9-SNAPSHOT</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> |