From 7a570218d321711d0a0cf10e521f84a034d5f9b0 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Wed, 3 Aug 2022 12:18:09 -0400 Subject: [PATCH] Change group ID to `org.signal.forks` --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 40b4d99..fb37aa8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ this fork is to make Noise-Java available via common artifact repositories like as pull requests upstream wherever possible. To avoid namespace collisions, the group identifier in this project's POM has -been changed to `org.signal`, though package names within the artifact have not -changed. +been changed to `org.signal.forks`, though package names within the artifact +have not changed. The original README continues below. diff --git a/pom.xml b/pom.xml index 8801a05..b37136c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> noise-java - org.signal + org.signal.forks 0.1-SNAPSHOT 4.0.0