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 2009/09/07 09:49:58 UTC

svn commit: r812024 - /incubator/uima/sandbox/trunk/SimpleServer/pom.xml

Author: tommaso
Date: Mon Sep  7 07:49:57 2009
New Revision: 812024

URL: http://svn.apache.org/viewvc?rev=812024&view=rev
Log:
[UIMA-1462] SimpleUimaAsService has checked in SimpleServer libraries as binaries

Modified:
    incubator/uima/sandbox/trunk/SimpleServer/pom.xml

Modified: incubator/uima/sandbox/trunk/SimpleServer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SimpleServer/pom.xml?rev=812024&r1=812023&r2=812024&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/SimpleServer/pom.xml (original)
+++ incubator/uima/sandbox/trunk/SimpleServer/pom.xml Mon Sep  7 07:49:57 2009
@@ -77,9 +77,9 @@
 			<version>4.0-alpha2</version>
 		</dependency>
 		<dependency>
-			<groupId>xmlbeans</groupId>
-			<artifactId>xbean</artifactId>
-			<version>2.2.0</version>
+			<groupId>org.apache.xmlbeans</groupId>
+			<artifactId>xmlbeans</artifactId>
+			<version>2.3.0</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.xml.bind</groupId>