Finished
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -1,12 +1,12 @@
|
||||
<?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>org.openautonomousconnection</groupId>
|
||||
<artifactId>INSServer</artifactId>
|
||||
<version>1.0.0-BETA.1.8</version>
|
||||
<version>1.0.0-BETA.1.0</version>
|
||||
<organization>
|
||||
<name>Open Autonomous Connection</name>
|
||||
<url>https://open-autonomous-connection.org/</url>
|
||||
@@ -57,7 +57,8 @@
|
||||
<name>GNU General Public License v3.0</name>
|
||||
<url>https://www.gnu.org/licenses/gpl-3.0.html</url>
|
||||
<comments>
|
||||
Default license: Applies to all users and projects unless an explicit alternative license has been granted.
|
||||
Default license: Applies to all users and projects unless an explicit alternative license has been
|
||||
granted.
|
||||
</comments>
|
||||
</license>
|
||||
<license>
|
||||
@@ -90,7 +91,8 @@
|
||||
</license>
|
||||
<license>
|
||||
<name>mariadb</name>
|
||||
<url>https://mariadb.com/docs/general-resources/community/community/faq/licensing-questions/licensing-faq</url>
|
||||
<url>https://mariadb.com/docs/general-resources/community/community/faq/licensing-questions/licensing-faq
|
||||
</url>
|
||||
</license>
|
||||
</licenses>
|
||||
|
||||
@@ -108,7 +110,7 @@
|
||||
<dependency>
|
||||
<groupId>org.openautonomousconnection</groupId>
|
||||
<artifactId>Protocol</artifactId>
|
||||
<version>1.0.0-BETA.7.7</version>
|
||||
<version>1.0.0-BETA.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
@@ -137,7 +139,8 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<transformers>
|
||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
||||
<transformer
|
||||
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
||||
<mainClass>org.openautonomousconnection.insserver.Main</mainClass>
|
||||
</transformer>
|
||||
</transformers>
|
||||
|
||||
Reference in New Issue
Block a user