summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-09 17:54:11 -0400
committerDan Timoney <dtimoney@att.com>2017-08-09 17:54:11 -0400
commit8bef1c5397dfbad0ece62d54d7402e0d22989d20 (patch)
treeb2db18b996c29569c2eb2c81f70c1ef06a128da1 /pom.xml
parent6b8a4f650ad96dfe7e1db6decc1f96bbba6d3e89 (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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b79e9139..40becc49 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>