Skip to content

Commit

Permalink
Update version + gitignore App :)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBolot committed Mar 16, 2018
1 parent 9bac246 commit 28f43c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
/out
/.idea
CodingUtils.iml
CodingUtils.iml
/src/main/java/CodingUtils/App.java
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
<!--..............................................................................................................................
. Copyright (c)
.
. The pom.xml Class was Coded by : Alexandre BOLOT
.
. Last Modified : 16/03/18 09:17
.
. Contact : bolotalex06@gmail.com
.............................................................................................................................-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>CodingUtils</groupId>
<artifactId>CodingUtils</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>

<name>CodingUtils</name>
Expand Down

0 comments on commit 28f43c7

Please sign in to comment.