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:09:13 UTC

svn commit: r1665053 - in /manifoldcf/integration/solr-5.x/branches/release-2.0-branch: ./ pom.xml

Author: kwright
Date: Sun Mar  8 17:09:12 2015
New Revision: 1665053

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

Modified:
    manifoldcf/integration/solr-5.x/branches/release-2.0-branch/   (props changed)
    manifoldcf/integration/solr-5.x/branches/release-2.0-branch/pom.xml

Propchange: manifoldcf/integration/solr-5.x/branches/release-2.0-branch/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Mar  8 17:09:12 2015
@@ -9,3 +9,4 @@
 /lucene/dev/branches/realtime_search:953476-1097796
 /lucene/dev/branches/solr2452:1087601-1144716
 /manifoldcf/integration/solr-4.x/branches/CONNECTORS-914:1583544-1583849
+/manifoldcf/integration/solr-5.x/trunk:1665052

Modified: manifoldcf/integration/solr-5.x/branches/release-2.0-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-5.x/branches/release-2.0-branch/pom.xml?rev=1665053&r1=1665052&r2=1665053&view=diff
==============================================================================
--- manifoldcf/integration/solr-5.x/branches/release-2.0-branch/pom.xml (original)
+++ manifoldcf/integration/solr-5.x/branches/release-2.0-branch/pom.xml Sun Mar  8 17:09:12 2015
@@ -21,7 +21,7 @@
   <groupId>org.apache.manifoldcf.solr</groupId>
 
   <name>ManifoldCF Solr 5.x Plugin</name>
-  <artifactId>apache-manifoldcf-solr5x-plugin</artifactId>
+  <artifactId>apache-manifoldcf-solr-5.x-plugin</artifactId>
   <version>2.0</version>
   <packaging>jar</packaging>
   <description>ManifoldCF Plugin for Apache Solr 5.x</description>