From cd96f49c18559b4746c5246960f2cea38f1ee9ef Mon Sep 17 00:00:00 2001 From: Laird Nelson Date: Mon, 18 Dec 2023 11:55:26 -0800 Subject: [PATCH] Adds distribution management to pom.xml and corrects scm URL (#9) Signed-off-by: Laird Nelson --- README.md | 2 +- pom.xml | 19 ++++++++++++++++--- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1704a19..5370b59 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Maven dependency: org.microbean microbean-interceptor - 0.2.0 + 0.2.1 ``` diff --git a/pom.xml b/pom.xml index cba0be0..80c2af6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.microbean microbean-interceptor - 0.2.0-SNAPSHOT + 0.2.1-SNAPSHOT org.microbean @@ -19,12 +19,25 @@ https://microbean.github.io/microbean-interceptor - scm:git:git@github.com:microbean/microbean-interceptor.git - scm:git:git@github.com:microbean/microbean-interceptor.git + ${scm.url} + ${scm.url} https://github.com/microbean/microbean-interceptor/ HEAD + + + sonatype-oss-repository-hosting + + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + Github Pages + microBean™ Interceptor Site + https://microbean.github.io/microbean-interceptor/ + + +