This is an automated email from the ASF dual-hosted git repository. joerghoh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit 884adf02ffd0542ad1ba48fa17a4025ec0898fb8 Author: Joerg Hoh <j...@adobe.com> AuthorDate: Mon Jun 20 13:32:36 2022 +0200 fix scm section --- jmx-exporter/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/jmx-exporter/pom.xml b/jmx-exporter/pom.xml index 9e9910dc..ee47a2cf 100644 --- a/jmx-exporter/pom.xml +++ b/jmx-exporter/pom.xml @@ -192,7 +192,11 @@ </profile> </profiles> - <scm> - <tag>jmx-exporter-0.2</tag> - </scm> + <scm> + <connection>scm:git:https://github.com/apache/sling-whiteboard.git</connection>: + <developerConnection>scm:git:g...@github.com:apache/sling-whiteboard.git</developerConnection> + <url>https://github.com/apache/sling-whiteboard</url> + <tag>HEAD</tag> + </scm> + </project>