File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
7
- <groupId >fr.medialo.api </groupId >
7
+ <groupId >com.github.medialo </groupId >
8
8
<artifactId >PbmYaml</artifactId >
9
- <version >0.1.0-SNAPSHOT </version >
9
+ <version >0.1.0</version >
10
10
11
+ <properties >
12
+ <maven .compiler.target>1.8</maven .compiler.target>
13
+ <maven .compiler.source>1.8</maven .compiler.source>
14
+ </properties >
11
15
12
16
13
17
14
18
<repositories >
15
19
16
-
17
20
</repositories >
18
21
19
22
<dependencies >
20
-
21
23
<dependency >
22
24
<groupId >org.yaml</groupId >
23
25
<artifactId >snakeyaml</artifactId >
29
31
<version >2.6</version >
30
32
</dependency >
31
33
</dependencies >
32
-
33
34
</project >
You can’t perform that action at this time.
0 commit comments