You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2015/09/03 11:49:40 UTC

svn commit: r1700970 - in /james/mailbox/trunk: elasticsearch/pom.xml tika/pom.xml

Author: btellier
Date: Thu Sep  3 09:49:40 2015
New Revision: 1700970

URL: http://svn.apache.org/r1700970
Log:
MAILBOX-247 Fix Tika and ElasticSearch display names - contributed by Matthieu Baechler

Modified:
    james/mailbox/trunk/elasticsearch/pom.xml
    james/mailbox/trunk/tika/pom.xml

Modified: james/mailbox/trunk/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/elasticsearch/pom.xml?rev=1700970&r1=1700969&r2=1700970&view=diff
==============================================================================
--- james/mailbox/trunk/elasticsearch/pom.xml (original)
+++ james/mailbox/trunk/elasticsearch/pom.xml Thu Sep  3 09:49:40 2015
@@ -29,7 +29,7 @@
 
     <artifactId>apache-james-mailbox-elasticsearch</artifactId>
     <description>Apache James Mailbox IMAP search implementation using ElasticSearch</description>
-    <name>Apache James :: Mailbox :: Tika</name>
+    <name>Apache James :: Mailbox :: ElasticSearch</name>
 
     <properties>
         <javax.mail.groupId>javax.mail</javax.mail.groupId>

Modified: james/mailbox/trunk/tika/pom.xml
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/tika/pom.xml?rev=1700970&r1=1700969&r2=1700970&view=diff
==============================================================================
--- james/mailbox/trunk/tika/pom.xml (original)
+++ james/mailbox/trunk/tika/pom.xml Thu Sep  3 09:49:40 2015
@@ -29,7 +29,7 @@
 
     <artifactId>apache-james-mailbox-tika</artifactId>
     <description>Apache James Mailbox project for optional Tika dependency, to extract attachment textual content before indexation</description>
-    <name>Apache James :: Mailbox :: ElasticSearch</name>
+    <name>Apache James :: Mailbox :: Tika</name>
 
     <dependencies>
         <dependency>



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