Fix GroupId (#7)
* Add GitHub Actions for CI * Remove unused CI and release files * Ignore IntelliJ files * pom: add my parent * pom: remove redundant packaging element * pom: update scm repo * pom: upgrade to Java 1.8 * pom: remove maven-release-plugin * pom: remove opencollab distributionManagement * pom: remove releases profile * pom: add kemitix-maven-tiles: maven-plugins, enforcer, compiler-jdk-8, testing * Update readme * Version set to 1.0.2 * github: test build with JDK 8 * github: remove native-image testing * pom: update groupId
This commit is contained in:
parent
88ff7c47d8
commit
3a0af42f39
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>coza.opencollab.epub</groupId>
|
<groupId>net.kemitix</groupId>
|
||||||
<artifactId>epub-creator</artifactId>
|
<artifactId>epub-creator</artifactId>
|
||||||
<version>1.0.2</version>
|
<version>1.0.2</version>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue