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:
Paul Campbell 2020-08-30 19:58:39 +01:00 committed by GitHub
parent 88ff7c47d8
commit 3a0af42f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
<relativePath/>
</parent>
<groupId>coza.opencollab.epub</groupId>
<groupId>net.kemitix</groupId>
<artifactId>epub-creator</artifactId>
<version>1.0.2</version>