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/12/29 17:02:36 UTC

[maven-shared-resources] branch master updated (4c4892c -> 15ab0e7)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git.


    from 4c4892c  (doc) use 3.x plugin version
     new 170f7a0  (doc) correct link to jira issues
     new 15ab0e7  Update maven-site-plugin and maven-project-info-reports-plugin

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)


[maven-shared-resources] 01/02: (doc) correct link to jira issues

Posted by sl...@apache.org.
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-shared-resources.git

commit 170f7a0bec711a036301ece8991104ff72009a58
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 13:43:50 2020 +0100

    (doc) correct link to jira issues
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a5cca5..2042c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
     <version>34</version>
-    <relativePath>../../pom/maven/maven-shared-components/pom.xml</relativePath>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-shared-resources</artifactId>
@@ -47,7 +47,7 @@
   </scm>
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MSHARED/component/12326448</url>
+    <url>https://issues.apache.org/jira/issues/?jql=project+%3D+MSHARED+AND+component+%3D+maven-shared-resources</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>


[maven-shared-resources] 02/02: Update maven-site-plugin and maven-project-info-reports-plugin

Posted by sl...@apache.org.
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-shared-resources.git

commit 15ab0e705929be51d1cfb9bc85300bf432d1e32b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 29 13:54:38 2020 +0100

    Update maven-site-plugin and maven-project-info-reports-plugin
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2042c28..69e1e74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,16 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.9.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.1</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>