You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Rowe (JIRA)" <ji...@apache.org> on 2011/01/19 03:54:43 UTC

[jira] Commented: (SOLR-2319) Upgrade the noggit jar on branch_3x to the same version as on trunk

    [ https://issues.apache.org/jira/browse/SOLR-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983511#action_12983511 ] 

Steven Rowe commented on SOLR-2319:
-----------------------------------

All tests pass with the newer revision of the noggit jar.

This patch fixes the two mentions of the name of the jar:

{noformat}
Index: solr/build.xml
===================================================================
--- solr/build.xml      (revision 1060657)
+++ solr/build.xml      (working copy)
@@ -868,7 +868,7 @@
       <!-- ========== SOLR ARTIFACTS ========== -->
 
       <m2-deploy  pom.xml="lib/apache-solr-noggit-pom.xml.template"
-                 jar.file="lib/apache-solr-noggit-r730138.jar" />
+                 jar.file="lib/apache-solr-noggit-r944541.jar" />
 
       <m2-deploy pom.xml="contrib/dataimporthandler/solr-dataimporthandler-pom.xml.template"
                  jar.file="${dist}/apache-solr-dataimporthandler-${version}.jar">
Index: dev-tools/eclipse/dot.classpath
===================================================================
--- dev-tools/eclipse/dot.classpath     (revision 1060657)
+++ dev-tools/eclipse/dot.classpath     (working copy)
@@ -89,7 +89,7 @@
        <classpathentry kind="lib" path="lucene/contrib/icu/lib/icu4j-4_6.jar"/>
        <classpathentry kind="lib" path="lucene/contrib/lucli/lib/jline.jar"/>
        <classpathentry kind="lib" path="lucene/contrib/queries/lib/jakarta-regexp-1.4.jar"/>
-       <classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r730138.jar"/>
+       <classpathentry kind="lib" path="solr/lib/apache-solr-noggit-r944541.jar"/>
        <classpathentry kind="lib" path="solr/lib/commons-beanutils-1.7.0.jar"/>
        <classpathentry kind="lib" path="solr/lib/commons-codec-1.4.jar"/>
        <classpathentry kind="lib" path="solr/lib/commons-collections-3.2.1.jar"/>
{noformat}

Committing shortly.

> Upgrade the noggit jar on branch_3x to the same version as on trunk
> -------------------------------------------------------------------
>
>                 Key: SOLR-2319
>                 URL: https://issues.apache.org/jira/browse/SOLR-2319
>             Project: Solr
>          Issue Type: Task
>          Components: Response Writers
>    Affects Versions: 3.1
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>            Priority: Minor
>             Fix For: 3.1
>
>
> branch_3x includes {{solr/lib/apache-solr-noggit-r730138.jar}}, while trunk has {{solr/lib/apache-solr-noggit-r944541.jar}}.  branch_3x should use the same version as trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org