From c9c0866ce17f04808d08bad4a6500caac26b54cd Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Mon, 20 Jul 2026 18:10:28 -0700 Subject: [PATCH] build.gradle: set maven groupId to `org.consensusj` (was `com.msgilligan`) --- build.gradle | 2 +- jreleaser.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 6c1efc90b..3fc0b68e2 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 73fa7ecc8..67840284f 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]