]> jfr.im git - irc/rizon/acid.git/commitdiff
Add version to maven-compiler-plugin
authorDwarf <redacted>
Thu, 28 Dec 2017 19:02:28 +0000 (20:02 +0100)
committerDwarf <redacted>
Thu, 28 Dec 2017 19:02:28 +0000 (20:02 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index c4e66182617f234cbe481866f968639dd2e1c63d..18ed2091dd70dd603abe9ff766d2f104c7040d02 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-compiler-plugin</artifactId>
+                               <version>3.7.0</version>
                                <configuration>
                                        <source>1.8</source>
                                        <target>1.8</target>