diff options
author | edepaul <paul.p.dennehy@est.tech> | 2019-08-08 15:26:24 +0000 |
---|---|---|
committer | edepaul <paul.p.dennehy@est.tech> | 2019-08-08 15:26:24 +0000 |
commit | 2e0f4f0a4673cf8dd08f28b7125113b7aedbdb1d (patch) | |
tree | ececfc46cb8a188af972f645c712c661efa22a7e /pom.xml | |
parent | 0645ccf674f388cc989ef43d2ce24f359915e453 (diff) |
Updating POM and fixing unit test
Issue-ID: DMAAP-1195
Change-Id: I9d55c1cf17436d3616827d123d49aeffc35c515f
Signed-off-by: edepaul <paul.p.dennehy@est.tech>
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.0-SNAPSHOT</revision> + <revision>2.1.1-SNAPSHOT</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> |