You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/07/18 11:10:17 UTC

[maven-script-interpreter] branch master updated: (doc) pom.xml fix

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git


The following commit(s) were added to refs/heads/master by this push:
     new 8188c09  (doc) pom.xml fix
8188c09 is described below

commit 8188c09fc1f89e93ea4b6632ebbad4bd67cf101d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jul 18 13:10:00 2020 +0200

    (doc) pom.xml fix
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24c1243..563884d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>34</version>
-    <relativePath></relativePath>
+    <relativePath />
   </parent>
 
   <artifactId>maven-script-interpreter</artifactId>
@@ -40,7 +40,7 @@
   </scm>
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MSHARED/component/12326451</url>
+    <url>https://issues.apache.org/jira/browse/MSHARED</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>