From 3fffbedb426c1a088e3fb5bdf32179ace8605576 Mon Sep 17 00:00:00 2001 From: Jon Chambers Date: Wed, 21 Jul 2021 10:54:54 -0400 Subject: [PATCH] Update artifact coordinates and README --- README.md | 14 +++++++++++++- pom.xml | 4 ++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f927e58..40b4d99 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ +This project is a fork of https://github.com/rweather/noise-java. The goal of +this fork is to make Noise-Java available via common artifact repositories like +[Maven Central](https://search.maven.org/). Substantive changes will be offered +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. + +The original README continues below. + +---- Noise-Java Library ================== @@ -28,7 +40,7 @@ If you have better implementations of the cryptographic primitives available, you can modify the createDH(), createCipher(), and createHash() functions in the "Noise" class to integrate your versions. -The [package documentation](http://rweather.github.io/noise-java/index.html) +The [package documentation](https://rweather.github.io/noise-java/index.html) contains more information on the classes in the Noise-Java library. For more information on this library, to report bugs, to contribute, diff --git a/pom.xml b/pom.xml index 5832297..8801a05 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ 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 - com.southerstorm - 1.0-SNAPSHOT + org.signal + 0.1-SNAPSHOT 4.0.0