You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/07/05 11:34:16 UTC

[karaf] branch master updated: Downgrade to easymock 3.6 (instead of 3.7-SNAPSHOT)

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new b151c21  Downgrade to easymock 3.6 (instead of 3.7-SNAPSHOT)
b151c21 is described below

commit b151c21f7bec397b0717b1b5191745d82b3b2cee
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jul 5 13:34:00 2018 +0200

    Downgrade to easymock 3.6 (instead of 3.7-SNAPSHOT)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9d42419..fbbc8bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -179,7 +179,7 @@
         <geronimo.jpa-spec.version>1.1</geronimo.jpa-spec.version>
         <geronimo.jta-spec.version>1.1.1</geronimo.jta-spec.version>
 
-        <easymock.version>3.7-SNAPSHOT</easymock.version>
+        <easymock.version>3.6</easymock.version>
         <objenesis.version>2.6</objenesis.version>
         <equinox.groupId>org.eclipse.platform</equinox.groupId>
         <equinox.artifactId>org.eclipse.osgi</equinox.artifactId>