Adds gpg, sonatype, changes groupId
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user