Skip to content

Commit 28f43c7

Browse files
committed
Update version + gitignore App :)
1 parent 9bac246 commit 28f43c7

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/target
22
/out
33
/.idea
4-
CodingUtils.iml
4+
CodingUtils.iml
5+
/src/main/java/CodingUtils/App.java

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
1+
<!--..............................................................................................................................
2+
. Copyright (c)
3+
.
4+
. The pom.xml Class was Coded by : Alexandre BOLOT
5+
.
6+
. Last Modified : 16/03/18 09:17
7+
.
8+
. Contact : [email protected]
9+
.............................................................................................................................-->
10+
111
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
212
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
313
<modelVersion>4.0.0</modelVersion>
414

515
<groupId>CodingUtils</groupId>
616
<artifactId>CodingUtils</artifactId>
7-
<version>1.0-SNAPSHOT</version>
17+
<version>1.0</version>
818
<packaging>jar</packaging>
919

1020
<name>CodingUtils</name>

0 commit comments

Comments
 (0)