2026-01-22 22:14:49 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2026-02-22 14:48:37 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2026-01-22 22:14:49 +01:00
|
|
|
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>
|
|
|
|
|
|
2026-02-08 11:46:10 +01:00
|
|
|
<groupId>org.openautonomousconnection</groupId>
|
2026-02-08 10:58:15 +00:00
|
|
|
<artifactId>OACSwing</artifactId>
|
2026-02-22 14:48:37 +01:00
|
|
|
<version>0.0.0-STABLE.1.3</version>
|
2026-02-08 11:46:10 +01:00
|
|
|
<organization>
|
|
|
|
|
<name>Open Autonomous Connection</name>
|
|
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
|
|
|
|
</organization>
|
|
|
|
|
<url>https://open-autonomous-connection.org/</url>
|
|
|
|
|
<description>Some swing defaults</description>
|
2026-01-22 22:14:49 +01:00
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<maven.compiler.source>23</maven.compiler.source>
|
|
|
|
|
<maven.compiler.target>23</maven.compiler.target>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
|
</properties>
|
2026-02-08 11:46:10 +01:00
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>UnlegitDqrk</name>
|
|
|
|
|
<organization>Open Autonomous Connection</organization>
|
|
|
|
|
<organizationUrl>https://open-autonomous-connection.org/</organizationUrl>
|
|
|
|
|
<url>https://unlegitdqrk.dev/</url>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Owner</role>
|
|
|
|
|
<role>Head Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
<developer>
|
|
|
|
|
<name>Maple</name>
|
|
|
|
|
<organization>Open Autonomous Connection</organization>
|
|
|
|
|
<organizationUrl>https://open-autonomous-connection.org/</organizationUrl>
|
|
|
|
|
<url>https://niumaple.carrd.co/</url>
|
|
|
|
|
<roles>
|
|
|
|
|
<role>Owner</role>
|
|
|
|
|
<role>Head Developer</role>
|
|
|
|
|
</roles>
|
|
|
|
|
</developer>
|
|
|
|
|
</developers>
|
|
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
|
<system>Issue Tracker</system>
|
|
|
|
|
<url>https://repo.open-autonomous-connection.org/open-autonomous-connection/OAC-Swing/issues</url>
|
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Open Autonomous Public License (OAPL)</name>
|
|
|
|
|
<url>https://open-autonomous-connection.org/license.html</url>
|
|
|
|
|
</license>
|
2026-02-22 14:48:37 +01:00
|
|
|
<license>
|
|
|
|
|
<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.
|
|
|
|
|
</comments>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>projectlombok</name>
|
|
|
|
|
<url>https://github.com/projectlombok/lombok?tab=License-1-ov-file</url>
|
|
|
|
|
</license>
|
|
|
|
|
<license>
|
|
|
|
|
<name>Eclipse Public License v2.0</name>
|
|
|
|
|
<url>https://www.eclipse.org/legal/epl-2.0/</url>
|
|
|
|
|
</license>
|
2026-02-08 11:46:10 +01:00
|
|
|
</licenses>
|
|
|
|
|
|
2026-01-24 12:04:55 +01:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>1.18.38</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
|
<artifactId>junit-jupiter</artifactId>
|
|
|
|
|
<version>6.0.0</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
2026-01-22 22:14:49 +01:00
|
|
|
|
2026-02-08 11:46:10 +01:00
|
|
|
<repositories>
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
|
<repository>
|
|
|
|
|
<id>oac</id>
|
|
|
|
|
<name>Protocol</name>
|
|
|
|
|
<url>https://repo.open-autonomous-connection.org/api/packages/open-autonomous-connection/maven</url>
|
|
|
|
|
</repository>
|
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|
<plugins>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<version>3.3.0</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-sources</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
|
<version>3.6.3</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
|
<failOnWarnings>false</failOnWarnings>
|
|
|
|
|
<doclint>none</doclint>
|
|
|
|
|
<locale>en_US</locale>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<docencoding>UTF-8</docencoding>
|
|
|
|
|
<charset>UTF-8</charset>
|
|
|
|
|
</configuration>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>jar</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</build>
|
|
|
|
|
|
2026-01-22 22:14:49 +01:00
|
|
|
</project>
|