Change group ID to org.signal.forks
This commit is contained in:
parent
3fffbedb42
commit
7a570218d3
@ -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.
|
||||
|
||||
|
||||
2
pom.xml
2
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">
|
||||
<artifactId>noise-java</artifactId>
|
||||
<groupId>org.signal</groupId>
|
||||
<groupId>org.signal.forks</groupId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user