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/16 19:19:36 UTC

[maven-archetype] branch easymock created (now b3921a1)

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

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


      at b3921a1  update to EasyMock 2.0

This branch includes the following new commits:

     new b3921a1  update to EasyMock 2.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-archetype] 01/01: update to EasyMock 2.0

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

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

commit b3921a14703053cf3a44b434f843086c0ac1ec2b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Apr 16 15:19:15 2020 -0400

    update to EasyMock 2.0
---
 maven-archetype-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index 048290a..abf3230 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>1.2_Java1.3</version><!-- with 2.0 compilation failure -->
+      <version>2.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>