diff --git a/.gitignore b/.gitignore index f95c9fe..c0804bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.classpath +effective.pom *.class target # Mobile Tools for Java (J2ME) diff --git a/pom.xml b/pom.xml index c80b9f0..112b24b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ LibrarySystem libsys jar - 1.0-SNAPSHOT + 1.0 LibrarySystem http://maven.apache.org @@ -25,6 +25,15 @@ libsys.Main + + org.apache.maven.plugins + maven-compiler-plugin + 3.5 + + 1.9 + 1.9 + +