Skip to content

Commit

Permalink
#patch artifact id to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
WROracer committed May 30, 2023
1 parent 8b43bcb commit 83ffc35
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Expand Up @@ -5,18 +5,17 @@
<modelVersion>4.0.0</modelVersion>

<groupId>de.wroracer</groupId>
<artifactId>UNO-Engine</artifactId>
<artifactId>uno-engine</artifactId>
<version>1.2.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>19</maven.compiler.source>
<maven.compiler.target>19</maven.compiler.target>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/wroracer/uno-engine</url>
</repository>
</distributionManagement>
Expand All @@ -31,7 +30,6 @@
</dependencies>

<build>
<finalName>uno-engine</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 83ffc35

Please sign in to comment.