Skip to content

Commit 128ca31

Browse files
committed
update pom
1 parent a46644d commit 128ca31

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,22 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>fr.medialo.api</groupId>
7+
<groupId>com.github.medialo</groupId>
88
<artifactId>PbmYaml</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010

11+
<properties>
12+
<maven.compiler.target>1.8</maven.compiler.target>
13+
<maven.compiler.source>1.8</maven.compiler.source>
14+
</properties>
1115

1216

1317

1418
<repositories>
1519

16-
1720
</repositories>
1821

1922
<dependencies>
20-
2123
<dependency>
2224
<groupId>org.yaml</groupId>
2325
<artifactId>snakeyaml</artifactId>
@@ -29,5 +31,4 @@
2931
<version>2.6</version>
3032
</dependency>
3133
</dependencies>
32-
3334
</project>

0 commit comments

Comments
 (0)