Adds gpg, sonatype, changes groupId
This commit is contained in:
@@ -4,16 +4,19 @@
|
||||
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>
|
||||
|
||||
<artifactId>fxml-compiler-core</artifactId>
|
||||
|
||||
<name>fxml-compiler-core</name>
|
||||
<description>Core module for the fxml-compiler project</description>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.gtache</groupId>
|
||||
<groupId>ch.gtache.fxml-compiler</groupId>
|
||||
<artifactId>fxml-compiler-api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user