Small fixes
This commit is contained in:
15
pom.xml
15
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>org.openautonomousconnection</groupId>
|
||||
<artifactId>LuaScript</artifactId>
|
||||
<version>0.0.0-STABLE.1.4</version>
|
||||
<version>0.0.0-STABLE.1.5</version>
|
||||
|
||||
<organization>
|
||||
<name>Open Autonomous Connection</name>
|
||||
@@ -16,8 +16,8 @@
|
||||
<description>The default DNS-Server</description>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>23</maven.compiler.source>
|
||||
<maven.compiler.target>23</maven.compiler.target>
|
||||
<maven.compiler.source>25</maven.compiler.source>
|
||||
<maven.compiler.target>25</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
@@ -66,16 +66,9 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>unlegitdqrk</id>
|
||||
<id>repounlegitdqrk</id>
|
||||
<url>https://repo.unlegitdqrk.dev/api/packages/UnlegitDqrk/maven</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>oac</id>
|
||||
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user