Adds gpg, sonatype, changes groupId

This commit is contained in:
Guillaume Tâche
2025-01-03 22:08:50 +01:00
parent c3d9e72e42
commit f59863c628
183 changed files with 860 additions and 779 deletions

View File

@@ -4,7 +4,7 @@
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>
<parent>
<groupId>com.github.gtache</groupId>
<groupId>ch.gtache.fxml-compiler</groupId>
<artifactId>fxml-compiler</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
@@ -12,7 +12,8 @@
<artifactId>fxml-compiler-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>fxml-compiler-maven-plugin Maven Mojo</name>
<name>fxml-compiler-maven-plugin</name>
<description>Maven plugin for the fxml-compiler project</description>
<properties>
<maven.api.version>3.9.9</maven.api.version>
@@ -43,7 +44,7 @@
<dependencies>
<dependency>
<groupId>com.github.gtache</groupId>
<groupId>ch.gtache.fxml-compiler</groupId>
<artifactId>fxml-compiler-xml</artifactId>
</dependency>