diff --git a/.gitignore b/.gitignore index 2b08a1b..afc3d8a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target /out /.idea -CodingUtils.iml \ No newline at end of file +CodingUtils.iml +/src/main/java/CodingUtils/App.java diff --git a/pom.xml b/pom.xml index 4b76605..521952e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,20 @@ + + 4.0.0 CodingUtils CodingUtils - 1.0-SNAPSHOT + 1.0 jar CodingUtils