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 2016/05/10 13:34:27 UTC

svn commit: r1743178 - in /manifoldcf/integration/solr-6.x/branches/release-2.2-branch: CHANGES.txt pom.xml

Author: kwright
Date: Tue May 10 13:34:27 2016
New Revision: 1743178

URL: http://svn.apache.org/viewvc?rev=1743178&view=rev
Log:
Get version right for release

Modified:
    manifoldcf/integration/solr-6.x/branches/release-2.2-branch/CHANGES.txt
    manifoldcf/integration/solr-6.x/branches/release-2.2-branch/pom.xml

Modified: manifoldcf/integration/solr-6.x/branches/release-2.2-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/branches/release-2.2-branch/CHANGES.txt?rev=1743178&r1=1743177&r2=1743178&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/branches/release-2.2-branch/CHANGES.txt (original)
+++ manifoldcf/integration/solr-6.x/branches/release-2.2-branch/CHANGES.txt Tue May 10 13:34:27 2016
@@ -1,8 +1,6 @@
 Apache ManifoldCF Plugin for Apache Solr 6.x change Log
 $Id$
 
-======================= 2.3-dev ======================
-
 ======================= Release 2.2 =====================
 
 Initial commit.

Modified: manifoldcf/integration/solr-6.x/branches/release-2.2-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/solr-6.x/branches/release-2.2-branch/pom.xml?rev=1743178&r1=1743177&r2=1743178&view=diff
==============================================================================
--- manifoldcf/integration/solr-6.x/branches/release-2.2-branch/pom.xml (original)
+++ manifoldcf/integration/solr-6.x/branches/release-2.2-branch/pom.xml Tue May 10 13:34:27 2016
@@ -22,7 +22,7 @@
 
   <name>ManifoldCF Solr 6.x Plugin</name>
   <artifactId>apache-manifoldcf-solr-6.x-plugin</artifactId>
-  <version>2.3-SNAPSHOT</version>
+  <version>2.2</version>
   <packaging>jar</packaging>
   <description>ManifoldCF Plugin for Apache Solr 6.x</description>
   <inceptionYear>2016</inceptionYear>