File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
/target
2
2
/out
3
3
/.idea
4
- CodingUtils.iml
4
+ CodingUtils.iml
5
+ /src /main /java /CodingUtils /App.java
Original file line number Diff line number Diff line change
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
+
9
+ .............................................................................................................................-->
10
+
1
11
<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0"
2
12
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
13
<modelVersion >4.0.0</modelVersion >
4
14
5
15
<groupId >CodingUtils</groupId >
6
16
<artifactId >CodingUtils</artifactId >
7
- <version >1.0-SNAPSHOT </version >
17
+ <version >1.0</version >
8
18
<packaging >jar</packaging >
9
19
10
20
<name >CodingUtils</name >
You can’t perform that action at this time.
0 commit comments