Author: ssmiweve
Date: 2009-02-20 00:31:35 +0100 (Fri, 20 Feb 2009)
New Revision: 7204

Modified:
   branches/2.18/generic.sesam/query-evaluation/pom.xml
   branches/2.18/generic.sesam/search-command-control/default/pom.xml
   branches/2.18/pom.xml
   branches/2.18/war/pom.xml
Log:
upgrade to the stable release of solrj-1.3.0 (coming from ibiblio)


Modified: branches/2.18/generic.sesam/query-evaluation/pom.xml
===================================================================
--- branches/2.18/generic.sesam/query-evaluation/pom.xml        2009-02-12 
18:04:04 UTC (rev 7203)
+++ branches/2.18/generic.sesam/query-evaluation/pom.xml        2009-02-19 
23:31:35 UTC (rev 7204)
@@ -33,8 +33,8 @@
             <version>2.18-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.lucene.solr</groupId>
-            <artifactId>solrj</artifactId>
+            <groupId>org.apache.solr</groupId>
+            <artifactId>solr-solrj</artifactId>
         </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Modified: branches/2.18/generic.sesam/search-command-control/default/pom.xml
===================================================================
--- branches/2.18/generic.sesam/search-command-control/default/pom.xml  
2009-02-12 18:04:04 UTC (rev 7203)
+++ branches/2.18/generic.sesam/search-command-control/default/pom.xml  
2009-02-19 23:31:35 UTC (rev 7204)
@@ -113,8 +113,8 @@
             <type>jar</type>
         </dependency>
         <dependency>
-            <groupId>org.apache.lucene.solr</groupId>
-            <artifactId>solrj</artifactId>
+            <groupId>org.apache.solr</groupId>
+            <artifactId>solr-solrj</artifactId>
         </dependency>
         
         <!-- testin -->

Modified: branches/2.18/pom.xml
===================================================================
--- branches/2.18/pom.xml       2009-02-12 18:04:04 UTC (rev 7203)
+++ branches/2.18/pom.xml       2009-02-19 23:31:35 UTC (rev 7204)
@@ -985,9 +985,9 @@
                 <type>jar</type>
             </dependency>
             <dependency>
-                <groupId>org.apache.lucene.solr</groupId>
-                <artifactId>solrj</artifactId>
-                <version>1.3-SNAPSHOT</version>
+                <groupId>org.apache.solr</groupId>
+                <artifactId>solr-solrj</artifactId>
+                <version>1.3.0</version>
             </dependency>
             <dependency>
                 <groupId>net.sf.json-lib</groupId>
@@ -1045,8 +1045,8 @@
     </distributionManagement>
 
     <repositories>
-        <!-- Need to duplicate this to make it initially possible to get 
commons-main's pom.xml -->
         <repository>
+            <!-- Need to duplicate this to make it initially possible to get 
commons-main's pom.xml -->
             <id>Sesat</id>
             <name>Sesat Repository</name>
             <url>http://sesat.no/maven2</url>
@@ -1054,5 +1054,11 @@
                 <enabled>true</enabled>
             </snapshots>
         </repository>
+        <repository>
+            <!-- Troublesome repository! Comment out locally if it hangs as it 
often does -->
+            <id>ibiblio</id>
+            <name>Ibiblio</name>
+            <url>http://mirrors.ibiblio.org/pub/mirrors/maven2</url>
+        </repository>
     </repositories>
 </project>

Modified: branches/2.18/war/pom.xml
===================================================================
--- branches/2.18/war/pom.xml   2009-02-12 18:04:04 UTC (rev 7203)
+++ branches/2.18/war/pom.xml   2009-02-19 23:31:35 UTC (rev 7204)
@@ -236,10 +236,10 @@
         <type>jar</type>
         <version>3.1.0</version>
       </dependency>
-        <dependency>
-            <groupId>org.apache.lucene.solr</groupId>
-            <artifactId>solrj</artifactId>
-        </dependency>
+      <dependency>
+        <groupId>org.apache.solr</groupId>
+        <artifactId>solr-solrj</artifactId>
+      </dependency>
       <!-- Reference implementation provided in 
no.sesat.search.http.dwr.DataModelWrapper.java
       <dependency>
         <groupId>dwr</groupId>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to