Set version of maven.compile.plugin 41/7141/1
authorDan Timoney <dtimoney@att.com>
Wed, 9 Aug 2017 21:54:11 +0000 (17:54 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 9 Aug 2017 21:54:11 +0000 (17:54 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index b79e913..40becc4 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
                                <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>