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/22 22:06:37 UTC

[maven-parent] branch master updated (f25edb7 -> d3aaa0f)

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-parent.git.


    from f25edb7  Bump maven-pmd-plugin from 3.13.0 to 3.14.0
     new bc67dea  [MPOM-256] Remove unused clirr plugin
     new d3aaa0f  [MPOM-253] Corrected issue management links on the Maven website

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:
 doxia-tools/site-pom.xml             |  2 +-
 maven-plugins/site-pom.xml           |  2 +-
 maven-shared-components/site-pom.xml |  2 +-
 maven-skins/site-pom.xml             |  2 +-
 pom.xml                              | 14 --------------
 site-pom.xml                         |  2 +-
 6 files changed, 5 insertions(+), 19 deletions(-)


[maven-parent] 01/02: [MPOM-256] Remove unused clirr 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-parent.git

commit bc67dea5c4fe68579d393584297bfa3d0cb55765
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 21 12:52:40 2020 +0100

    [MPOM-256] Remove unused clirr plugin
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index f26f3d0..2fa656b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1239,20 +1239,6 @@ under the License.
       </activation>
       <build>
         <plugins>
-          <!--<plugin>
-          Clirr needs to be more flexble before we can force this everywhere. New releases that don't have previous artifacts to compare cause Clirr to blow up. And Clirr needs to be smart enough to only look at the previous release artifact so we can make this work during snapshot builds, otherwise it just blows up when you try to do a release.
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>clirr-maven-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>clirr-check</id>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>-->
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>


[maven-parent] 02/02: [MPOM-253] Corrected issue management links on the Maven website

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-parent.git

commit d3aaa0f4012f3ccc88bc5ffbc26a2a3aa2aeaad9
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Dec 22 23:03:14 2020 +0100

    [MPOM-253] Corrected issue management links on the Maven website
---
 doxia-tools/site-pom.xml             | 2 +-
 maven-plugins/site-pom.xml           | 2 +-
 maven-shared-components/site-pom.xml | 2 +-
 maven-skins/site-pom.xml             | 2 +-
 site-pom.xml                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/doxia-tools/site-pom.xml b/doxia-tools/site-pom.xml
index ba55bbb..0bc7edc 100644
--- a/doxia-tools/site-pom.xml
+++ b/doxia-tools/site-pom.xml
@@ -38,6 +38,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MPOM/component/12328319</url>
+    <url>https://issues.apache.org/jira/projects/MPOM</url>
   </issueManagement>
 </project>
diff --git a/maven-plugins/site-pom.xml b/maven-plugins/site-pom.xml
index 35a4345..20af9e8 100644
--- a/maven-plugins/site-pom.xml
+++ b/maven-plugins/site-pom.xml
@@ -39,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MPOM/component/12314501</url>
+    <url>https://issues.apache.org/jira/projects/MPOM</url>
   </issueManagement>
 </project>
diff --git a/maven-shared-components/site-pom.xml b/maven-shared-components/site-pom.xml
index d64bb03..be2361c 100644
--- a/maven-shared-components/site-pom.xml
+++ b/maven-shared-components/site-pom.xml
@@ -39,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MPOM/component/12314801</url>
+    <url>https://issues.apache.org/jira/projects/MPOM</url>
   </issueManagement>
 </project>
diff --git a/maven-skins/site-pom.xml b/maven-skins/site-pom.xml
index bc46caa..d6c6dee 100644
--- a/maven-skins/site-pom.xml
+++ b/maven-skins/site-pom.xml
@@ -39,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MPOM/component/12317104</url>
+    <url>https://issues.apache.org/jira/projects/MPOM</url>
   </issueManagement>
 </project>
diff --git a/site-pom.xml b/site-pom.xml
index e26b040..34b3181 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -52,7 +52,7 @@ under the License.
   </scm>
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/browse/MPOM/component/12314371</url>
+    <url>https://issues.apache.org/jira/projects/MPOM</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>