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 2011/04/06 08:58:52 UTC

svn commit: r1089326 - in /uima/sandbox/trunk: BSFAnnotator/pom.xml addons-osgi-runtime/BSFAnnotator-osgi/pom.xml

Author: tommaso
Date: Wed Apr  6 06:58:52 2011
New Revision: 1089326

URL: http://svn.apache.org/viewvc?rev=1089326&view=rev
Log:
[UIMA-2109] - align BSFAnnotator and BSFAnnotator-osgi to latest dependencies' versions

Modified:
    uima/sandbox/trunk/BSFAnnotator/pom.xml
    uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml

Modified: uima/sandbox/trunk/BSFAnnotator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/BSFAnnotator/pom.xml?rev=1089326&r1=1089325&r2=1089326&view=diff
==============================================================================
--- uima/sandbox/trunk/BSFAnnotator/pom.xml (original)
+++ uima/sandbox/trunk/BSFAnnotator/pom.xml Wed Apr  6 06:58:52 2011
@@ -100,7 +100,7 @@
 		<dependency>
 			<groupId>rhino</groupId>
 			<artifactId>js</artifactId>
-			<version>1.6R7</version>
+			<version>1.7R2</version>
 		</dependency>
 		<dependency>
 			<groupId>log4j</groupId>
@@ -112,7 +112,7 @@
 		<dependency>
 			<groupId>commons-logging</groupId>
 			<artifactId>commons-logging-api</artifactId>
-			<version>1.0.4</version>
+			<version>1.1</version>
 		</dependency>
 	</dependencies>
   

Modified: uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml?rev=1089326&r1=1089325&r2=1089326&view=diff
==============================================================================
--- uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml (original)
+++ uima/sandbox/trunk/addons-osgi-runtime/BSFAnnotator-osgi/pom.xml Wed Apr  6 06:58:52 2011
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>rhino</groupId>
       <artifactId>js</artifactId>
-      <version>1.6R7</version>
+      <version>1.7R2</version>
     </dependency>
     <dependency>
       <groupId>log4j</groupId>
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging-api</artifactId>
-      <version>1.0.4</version>
+      <version>1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlbeans</groupId>