Change group ID to org.signal.forks

This commit is contained in:
Jon Chambers 2022-08-03 12:18:09 -04:00
parent 3fffbedb42
commit 7a570218d3
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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">
<artifactId>noise-java</artifactId>
<groupId>org.signal</groupId>
<groupId>org.signal.forks</groupId>
<version>0.1-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>