diff --git a/build.gradle b/build.gradle index 6c1efc90..3fc0b68e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ allprojects { //apply plugin: 'findbugs' version = consensusjVersion // set in gradle.properties - group = 'com.msgilligan' + group = 'org.consensusj' repositories { mavenCentral() diff --git a/jreleaser.toml b/jreleaser.toml index 73fa7ecc..67840284 100644 --- a/jreleaser.toml +++ b/jreleaser.toml @@ -2,7 +2,7 @@ name = "consensusj" [project.languages.java] -groupId = "com.msgilligan" +groupId = "org.consensusj" version = "9" # Only 2 minor modules support Java 9, but that is tecnically our "minimum" [release.github]