From 28f43c7e90e9a312cd38e8938fa31368963d13b0 Mon Sep 17 00:00:00 2001 From: Alexandre Bolot Date: Fri, 16 Mar 2018 09:18:48 +0100 Subject: [PATCH] Update version + gitignore App :) --- .gitignore | 3 ++- pom.xml | 12 +++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) 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