You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2015/03/08 18:10:18 UTC

svn commit: r1665054 - /manifoldcf/integration/solr-4.x/trunk/pom.xml

Author: kwright
Date: Sun Mar  8 17:10:18 2015
New Revision: 1665054

URL: http://svn.apache.org/r1665054
Log:
Use correct package name

Modified:
    manifoldcf/integration/solr-4.x/trunk/pom.xml

Modified: manifoldcf/integration/solr-4.x/trunk/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-4.x/trunk/pom.xml?rev=1665054&r1=1665053&r2=1665054&view=diff
==============================================================================
--- manifoldcf/integration/solr-4.x/trunk/pom.xml (original)
+++ manifoldcf/integration/solr-4.x/trunk/pom.xml Sun Mar  8 17:10:18 2015
@@ -21,7 +21,7 @@
   <groupId>org.apache.manifoldcf.solr</groupId>
 
   <name>ManifoldCF Solr 4.x Plugin</name>
-  <artifactId>solr4x-plugin-mcf</artifactId>
+  <artifactId>apache-manifoldcf-solr-4.x-plugin</artifactId>
   <version>2.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <description>ManifoldCF Plugin for Apache Solr 4.x</description>