You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by to...@apache.org on 2012/11/24 15:19:40 UTC

svn commit: r1413190 - /uima/sandbox/trunk/uima-bsp/pom.xml

Author: tommaso
Date: Sat Nov 24 14:19:39 2012
New Revision: 1413190

URL: http://svn.apache.org/viewvc?rev=1413190&view=rev
Log:
[UIMA-2502] - switched to use Hama 0.5.0 release

Modified:
    uima/sandbox/trunk/uima-bsp/pom.xml

Modified: uima/sandbox/trunk/uima-bsp/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/uima-bsp/pom.xml?rev=1413190&r1=1413189&r2=1413190&view=diff
==============================================================================
--- uima/sandbox/trunk/uima-bsp/pom.xml (original)
+++ uima/sandbox/trunk/uima-bsp/pom.xml Sat Nov 24 14:19:39 2012
@@ -45,12 +45,12 @@
     <dependency>
       <groupId>org.apache.hama</groupId>
       <artifactId>hama-core</artifactId>
-      <version>0.5.0-incubating-SNAPSHOT</version>
+      <version>0.5.0-incubating</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hama</groupId>
       <artifactId>hama-examples</artifactId>
-      <version>0.5.0-incubating-SNAPSHOT</version>
+      <version>0.5.0-incubating</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>