You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/08/21 09:31:00 UTC

[sling-maven-plugin] branch master updated: releng: fix URL for page editing

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ab05de  releng: fix URL for page editing
7ab05de is described below

commit 7ab05def0bfcc05f7c969a085b72addc2ac4266a
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Sun Aug 21 11:30:55 2022 +0200

    releng: fix URL for page editing
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0bd7c20..f7cb59d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@
     <scm>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-plugin.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-maven-plugin.git</developerConnection>
-        <url>https://github.com/apache/sling-maven-plugin</url>
+        <url>https://github.com/apache/sling-maven-plugin/tree/${project.scm.tag}</url>
         <tag>HEAD</tag>
     </scm>