You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2012/03/11 07:47:52 UTC

svn commit: r1299334 - in /lucene/dev/branches/lucene3795_lsp_spatial_module: dev-tools/maven/modules/spatial/pom.xml.template modules/spatial/lib/spatial4j-0.1.jar modules/spatial/lib/spatial4j-0.2.jar

Author: dsmiley
Date: Sun Mar 11 06:47:52 2012
New Revision: 1299334

URL: http://svn.apache.org/viewvc?rev=1299334&view=rev
Log:
Bump Spatial4J version to 0.2.  Also noticed added missing slf4j dependency in spatial module's pom.

Added:
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/lib/spatial4j-0.2.jar   (with props)
Removed:
    lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/lib/spatial4j-0.1.jar
Modified:
    lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template

Modified: lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template?rev=1299334&r1=1299333&r2=1299334&view=diff
==============================================================================
--- lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template (original)
+++ lucene/dev/branches/lucene3795_lsp_spatial_module/dev-tools/maven/modules/spatial/pom.xml.template Sun Mar 11 06:47:52 2012
@@ -48,7 +48,11 @@
     <dependency>
       <groupId>com.spatial4j</groupId>
       <artifactId>spatial4j</artifactId>
-      <version>0.1</version>
+      <version>0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
     </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>

Added: lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/lib/spatial4j-0.2.jar
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3795_lsp_spatial_module/modules/spatial/lib/spatial4j-0.2.jar?rev=1299334&view=auto
==============================================================================
Binary file - no diff available.