Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
WROracer committed Jun 5, 2023
1 parent 831fd31 commit 9637fc8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>de.wroracer</groupId>
<artifactId>uno-engine</artifactId>
<version>0.1.1</version>
<version>0.1.0-dev0</version>

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

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/wroracer/uno-engine</url>
</repository>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/wroracer/uno-engine</url>
</repository>
</distributionManagement>

<dependencies>
Expand Down

0 comments on commit 9637fc8

Please sign in to comment.