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/04/05 21:53:32 UTC

[maven-wagon] 06/08: [WAGON-510] Upgrade parent to 31

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

michaelo pushed a commit to branch dependency-upgrades
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git

commit be41d094bdcc5b3236c9263f466749c83c85b4e7
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Thu Apr 5 23:41:53 2018 +0200

    [WAGON-510] Upgrade parent to 31
    
    Also resolve issues and todos which came along with version 31.
---
 pom.xml                                                       | 11 ++---------
 .../java/org/apache/maven/wagon/http/HttpWagonTestCase.java   |  4 ++--
 2 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 865d3d2..cd129a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,9 +21,9 @@ under the License.
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>27</version>
+    <artifactId>maven-parent</artifactId>
+    <version>31</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -340,13 +340,6 @@ under the License.
             </systemPropertyVariables>
           </configuration>
         </plugin>
-        <plugin><!-- TODO remove when upgrading maven-parent to 25 -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <configuration>
-            <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/${maven.site.path}</topSiteURL>
-          </configuration>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
diff --git a/wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java b/wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java
index d24f78f..ee30271 100644
--- a/wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java
+++ b/wagon-provider-test/src/main/java/org/apache/maven/wagon/http/HttpWagonTestCase.java
@@ -1979,7 +1979,7 @@ public abstract class HttpWagonTestCase
 
         String transferEncoding;
 
-        public DeployedResource()
+        DeployedResource()
         {
             // no op
         }
@@ -2103,7 +2103,7 @@ public abstract class HttpWagonTestCase
 
         public List<HandlerRequestResponse> handlerRequestResponses = new ArrayList<HandlerRequestResponse>();
 
-        public TestHeaderHandler()
+        TestHeaderHandler()
         {
         }
 

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