You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/11 23:40:13 UTC

[maven-release] branch win2 created (now 0e03daa)

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

elharo pushed a change to branch win2
in repository https://gitbox.apache.org/repos/asf/maven-release.git.


      at 0e03daa  Revert "update plexus-utils (#42)"

This branch includes the following new commits:

     new 0e03daa  Revert "update plexus-utils (#42)"

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-release] 01/01: Revert "update plexus-utils (#42)"

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

elharo pushed a commit to branch win2
in repository https://gitbox.apache.org/repos/asf/maven-release.git

commit 0e03daa6d72a7546382066f1b8f6b29a8626d5fc
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Apr 11 19:39:25 2020 -0400

    Revert "update plexus-utils (#42)"
    
    This reverts commit d844f068063f3386d37e06473a9c70bac337133b.
---
 .../org/apache/maven/shared/release/exec/CommandLineFactoryTest.java    | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-release-manager/src/test/java/org/apache/maven/shared/release/exec/CommandLineFactoryTest.java b/maven-release-manager/src/test/java/org/apache/maven/shared/release/exec/CommandLineFactoryTest.java
index 762eaf4..f041b46 100644
--- a/maven-release-manager/src/test/java/org/apache/maven/shared/release/exec/CommandLineFactoryTest.java
+++ b/maven-release-manager/src/test/java/org/apache/maven/shared/release/exec/CommandLineFactoryTest.java
@@ -46,7 +46,7 @@ public class CommandLineFactoryTest
     {
         Commandline cl = factory.createCommandLine( "exec" );
 
-        assertEquals( "Check executable", "'exec'", cl.getExecutable() );
+        assertEquals( "Check executable", "exec", cl.getExecutable() );
         assertNotNull( "Check environment", cl.getEnvironmentVariables() );
         assertFalse( "Check environment", cl.getEnvironmentVariables().length == 0 );
     }
diff --git a/pom.xml b/pom.xml
index 28ca7fa..a90e0ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.3.0</version>
+        <version>3.0.15</version>
       </dependency>
       <dependency>
         <groupId>org.jdom</groupId>