Commit c8bf6133 authored by Eric Duminil's avatar Eric Duminil
Browse files

Maven artifacts should be lowercase

parent ee1c5dbc
Pipeline #626 failed with stage
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>eu.simstadt</groupId>
<artifactId>RegionChooser</artifactId>
<groupId>eu.simstadt</groupId>
<artifactId>region-chooser</artifactId>
<version>0.2.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment