You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/06/16 21:30:10 UTC

[maven-project-info-reports-plugin] branch MPIR-363 updated (9597adc -> 4da673e)

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

michaelo pushed a change to branch MPIR-363
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


 discard 9597adc  [MPIR-363] Upgrade dependencies to latest versions
     add 0967586  [MNGSITE-328] use sha1 checksum instead of md5
     add 8b5dc3a  [MPIR-362] Dependency Management report doesn't exclude system scoped dependencies
     new 4da673e  [MPIR-363] Upgrade dependencies to latest versions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9597adc)
            \
             N -- N -- N   refs/heads/MPIR-363 (4da673e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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                                            | 12 ++++----
 src/it/{MPIR-242 => MPIR-362}/pom.xml              | 32 +++++++++++-----------
 src/it/{MPIR-242 => MPIR-362}/src/site/site.xml    |  0
 src/it/{MPIR-251 => MPIR-362}/verify.groovy        |  2 +-
 .../renderer/DependencyManagementRenderer.java     |  4 +--
 src/site/xdoc/download.xml.vm                      |  2 +-
 6 files changed, 26 insertions(+), 26 deletions(-)
 copy src/it/{MPIR-242 => MPIR-362}/pom.xml (76%)
 copy src/it/{MPIR-242 => MPIR-362}/src/site/site.xml (100%)
 copy src/it/{MPIR-251 => MPIR-362}/verify.groovy (88%)

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.

[maven-project-info-reports-plugin] 01/01: [MPIR-363] Upgrade dependencies to latest versions

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MPIR-363
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit 4da673ef7e2fd3ef453251714fa1cceb257405b1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue May 1 00:47:18 2018 +0200

    [MPIR-363] Upgrade dependencies to latest versions
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4a9e126..4e2b03f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@ under the License.
     <doxiaVersion>1.8</doxiaVersion>
     <doxia-sitetoolsVersion>1.8.1</doxia-sitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
-    <scmVersion>1.9.5</scmVersion>
+    <scmVersion>1.10.0</scmVersion>
     <sitePluginVersion>3.7</sitePluginVersion>
     <surefire.version>2.21.0</surefire.version>
     <javaVersion>7</javaVersion>
@@ -324,19 +324,19 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.24</version>
+      <version>1.25</version>
     </dependency>
 
     <!-- Test -->
     <dependency>
       <groupId>httpunit</groupId>
       <artifactId>httpunit</artifactId>
-      <version>1.6</version>
+      <version>1.6.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -354,7 +354,7 @@ under the License.
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>2.12.0</version>
+      <version>2.19.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -378,7 +378,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>
-      <version>2.10</version>
+      <version>3.1.0</version>
       <scope>runtime</scope>
     </dependency>
 
@@ -386,7 +386,7 @@ under the License.
     <dependency>
       <groupId>commons-validator</groupId>
       <artifactId>commons-validator</artifactId>
-      <version>1.5.1</version>
+      <version>1.6</version>
     </dependency>
   </dependencies>
 
@@ -396,7 +396,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jarsigner-plugin</artifactId>
-          <version>1.3.2</version>
+          <version>1.4</version>
           <configuration>
             <keystore>${basedir}/target/jetty.jks</keystore>
             <keypass>apache</keypass>
@@ -525,7 +525,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.11</version>
+            <version>2.12.1</version>
             <configuration>
               <!-- For JIRA report -->
               <columnNames>Type,Key,Summary,Assignee</columnNames>

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.