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/02/10 00:15:00 UTC

[maven-changes-plugin] branch ssl updated (b10d922 -> 3f095ac)

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

slachiewicz pushed a change to branch ssl
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git.


 discard b10d922  and http-client
 discard 45eb464  WIP ssl1
     add fe9e73d  Upgrade http-client to 3.1 (https.protocols=TLSv1.2)
     new 513b14d  WIP ssl1
     new 3f095ac  Update wagon to 2.4

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   (b10d922)
            \
             N -- N -- N   refs/heads/ssl (3f095ac)

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 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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[maven-changes-plugin] 01/02: WIP ssl1

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

slachiewicz pushed a commit to branch ssl
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 513b14ddfc958a1bc2208ff4bd83d03150931fae
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Feb 10 00:55:55 2020 +0100

    WIP ssl1
    
    
    and http-client
---
 pom.xml                                                            | 7 ++++---
 .../org/apache/maven/plugins/changes/AbstractChangesReport.java    | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 043b320..7b7a718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,9 +74,10 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <javaVersion>7</javaVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <doxiaSitetoolsVersion>1.4</doxiaSitetoolsVersion>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.0.5</mavenVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
     <wagonVersion>1.0-beta-6</wagonVersion>
   </properties>
@@ -139,7 +140,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>0.9.0</version>
+      <version>0.12.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -407,7 +408,7 @@ under the License.
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-connector-wagon</artifactId>
-      <version>1.7</version>
+      <version>1.13.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/src/main/java/org/apache/maven/plugins/changes/AbstractChangesReport.java b/src/main/java/org/apache/maven/plugins/changes/AbstractChangesReport.java
index 37dc15f..cb2d3ee 100644
--- a/src/main/java/org/apache/maven/plugins/changes/AbstractChangesReport.java
+++ b/src/main/java/org/apache/maven/plugins/changes/AbstractChangesReport.java
@@ -37,9 +37,9 @@ import org.apache.maven.project.MavenProject;
 import org.apache.maven.project.ProjectBuildingRequest;
 import org.apache.maven.reporting.AbstractMavenReport;
 import org.apache.maven.reporting.MavenReportException;
-import org.apache.maven.shared.artifact.DefaultArtifactCoordinate;
-import org.apache.maven.shared.artifact.resolve.ArtifactResolver;
-import org.apache.maven.shared.artifact.resolve.ArtifactResolverException;
+import org.apache.maven.shared.transfer.artifact.DefaultArtifactCoordinate;
+import org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolver;
+import org.apache.maven.shared.transfer.artifact.resolve.ArtifactResolverException;
 import org.codehaus.plexus.i18n.I18N;
 import org.codehaus.plexus.util.ReaderFactory;
 


[maven-changes-plugin] 02/02: Update wagon to 2.4

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

slachiewicz pushed a commit to branch ssl
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git

commit 3f095ac5e1116555a50640b77a43ff23ad758831
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Feb 10 01:11:59 2020 +0100

    Update wagon to 2.4
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b7a718..55104c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ under the License.
     <doxiaSitetoolsVersion>1.4</doxiaSitetoolsVersion>
     <mavenVersion>3.0.5</mavenVersion>
     <sitePluginVersion>3.3</sitePluginVersion>
-    <wagonVersion>1.0-beta-6</wagonVersion>
+    <wagonVersion>2.4</wagonVersion>
   </properties>
 
   <dependencies>
@@ -365,12 +365,12 @@ under the License.
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpcore</artifactId>
-      <version>4.1.2</version>
+      <version>4.2.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
-      <version>4.1.2</version>
+      <version>4.2.3</version>
     </dependency>
 
     <!-- for rss feed generation -->