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:37 UTC

[maven-archetype] 01/01: update to EasyMock 2.0

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>