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 2018/12/29 14:35:18 UTC

[maven] branch MNG-6543 created (now c016014)

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

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


      at c016014  [MNG-6543] Upgrade Plexus Classworlds to 2.6.0

This branch includes the following new commits:

     new c016014  [MNG-6543] Upgrade Plexus Classworlds to 2.6.0

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.



[maven] 01/01: [MNG-6543] Upgrade Plexus Classworlds to 2.6.0

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

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

commit c016014aa87e90ac84aba4f4a098cd0526cf874d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Dec 29 15:23:17 2018 +0100

    [MNG-6543] Upgrade Plexus Classworlds to 2.6.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d504e02..1891e8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@ under the License.
     <maven.version>3.0.5</maven.version>
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
-    <classWorldsVersion>2.5.2</classWorldsVersion>
+    <classWorldsVersion>2.6.0</classWorldsVersion>
     <commonsCliVersion>1.4</commonsCliVersion>
     <commonsLangVersion>3.8.1</commonsLangVersion>
     <junitVersion>4.12</junitVersion>