[DEV] update pom settings
This commit is contained in:
parent
6e8157f48e
commit
fd3a93e7f8
17
pom.xml
17
pom.xml
@ -1,9 +1,22 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>scenarium-logger</groupId>
|
||||
<groupId>io.scenarium.logger</groupId>
|
||||
<artifactId>scenarium-logger</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.1.0</version>
|
||||
<description>Scenarium generic logger</description>
|
||||
<name>Scenarium logger</name>
|
||||
<description>Scenarium generic logger interface to store and inspect in runtime</description>
|
||||
<url>https://scenarium.io</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Mozilla Public License Version 2.0</name>
|
||||
<url>https://www.mozilla.org/en-US/MPL/2.0/</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>https://gitlab.com/scenarium/scenarium-logger</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user