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:23:00 UTC

[maven-archetype] branch easymock updated: update to EasyMock 2.4

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


The following commit(s) were added to refs/heads/easymock by this push:
     new d13d7b0  update to EasyMock 2.4
d13d7b0 is described below

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

    update to EasyMock 2.4
---
 maven-archetype-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-archetype-plugin/pom.xml b/maven-archetype-plugin/pom.xml
index abf3230..3bd2011 100644
--- a/maven-archetype-plugin/pom.xml
+++ b/maven-archetype-plugin/pom.xml
@@ -122,9 +122,9 @@
       <artifactId>maven-artifact-transfer</artifactId>
     </dependency>
     <dependency>
-      <groupId>easymock</groupId>
+      <groupId>org.easymock</groupId>
       <artifactId>easymock</artifactId>
-      <version>2.0</version>
+      <version>2.4</version>
       <scope>test</scope>
     </dependency>
     <dependency>