diff options
author | Dan Timoney <dtimoney@att.com> | 2017-08-09 17:54:11 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-08-09 17:54:11 -0400 |
commit | 8bef1c5397dfbad0ece62d54d7402e0d22989d20 (patch) | |
tree | b2db18b996c29569c2eb2c81f70c1ef06a128da1 | |
parent | 6b8a4f650ad96dfe7e1db6decc1f96bbba6d3e89 (diff) |
Set version of maven.compile.plugin
Replace reference to unset property with correct version (2.5.1) of maven.compile.plugin
Change-Id: I0ad87cb71dde2eaa9f92b2628b1224fd760de321
Issue-ID: CCSDK-57
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -146,7 +146,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>${maven.compile.plugin.version}</version> + <version>2.5.1</version> <configuration> <source>${java.version.source}</source> <target>${java.version.target}</target> |