You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rm...@apache.org on 2014/10/14 22:21:06 UTC

svn commit: r1631869 - /commons/proper/jcs/trunk/pom.xml

Author: rmannibucau
Date: Tue Oct 14 20:21:06 2014
New Revision: 1631869

URL: http://svn.apache.org/r1631869
Log:
using released version of jcache api

Modified:
    commons/proper/jcs/trunk/pom.xml

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1631869&r1=1631868&r2=1631869&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Tue Oct 14 20:21:06 2014
@@ -340,7 +340,7 @@
       <dependency>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>geronimo-jcache_1.0_spec</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>1.0-alpha-1</version>
         <scope>provided</scope>
       </dependency>