Author: kwright
Date: Tue Nov 5 06:53:33 2013
New Revision: 1538879
URL: http://svn.apache.org/r1538879
Log:
Increment major version number to signal compatibility change.
Modified:
manifoldcf/integration/elasticsearch/trunk/CHANGES.txt
manifoldcf/integration/elasticsearch/trunk/README.txt
manifoldcf/integration/elasticsearch/trunk/pom.xml
Modified: manifoldcf/integration/elasticsearch/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch/trunk/CHANGES.txt?rev=1538879&r1=1538878&r2=1538879&view=diff
==============================================================================
--- manifoldcf/integration/elasticsearch/trunk/CHANGES.txt (original)
+++ manifoldcf/integration/elasticsearch/trunk/CHANGES.txt Tue Nov 5 06:53:33
2013
@@ -1,7 +1,7 @@
Apache ManifoldCF Plugin for Elastic Search change Log
$Id$
-======================= 0.2-SNAPSHOT =====================
+======================= 1.1-SNAPSHOT =====================
Add functionality making the plugin compatible with multi-domain
features of ManifoldCF. Specifically, create method signatures that
Modified: manifoldcf/integration/elasticsearch/trunk/README.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch/trunk/README.txt?rev=1538879&r1=1538878&r2=1538879&view=diff
==============================================================================
--- manifoldcf/integration/elasticsearch/trunk/README.txt (original)
+++ manifoldcf/integration/elasticsearch/trunk/README.txt Tue Nov 5 06:53:33
2013
@@ -16,17 +16,20 @@
Compatibility
------------
-This version of this component is only compatible with ManifoldCF 1.5 and
above, and cannot be used with earlier releases of ManifoldCF.
+This version of this component is only compatible with ManifoldCF 1.5 and
above,
+and cannot be used with earlier releases of ManifoldCF.
Instructions for Building Apache ManifoldCF Plugin for Elastic Search from
Source
-----------------------------------------------------------------------------
-1. Download the Java SE 6 JDK (Java Development Kit), or greater, from
http://www.oracle.com/technetwork/java/index.html.
+1. Download the Java SE 6 JDK (Java Development Kit), or greater, from
+ http://www.oracle.com/technetwork/java/index.html.
You will need the JDK installed, and the %JAVA_HOME%\bin directory included
on your command path. To test this, issue a "java -version" command from
your
shell and verify that the Java version is 1.6 or greater.
-2. Download and install Maven 2.2.1 or later. Maven installation and
configuration instructions can be found here:
+2. Download and install Maven 2.2.1 or later. Maven installation and
configuration
+ instructions can be found here:
http://maven.apache.org/run-maven/index.html
Modified: manifoldcf/integration/elasticsearch/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/integration/elasticsearch/trunk/pom.xml?rev=1538879&r1=1538878&r2=1538879&view=diff
==============================================================================
--- manifoldcf/integration/elasticsearch/trunk/pom.xml (original)
+++ manifoldcf/integration/elasticsearch/trunk/pom.xml Tue Nov 5 06:53:33 2013
@@ -30,7 +30,7 @@
<name>ManifoldCF ElasticSearch Plugin</name>
<artifactId>elasticsearch-plugin-mcf</artifactId>
- <version>0.2-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<packaging>jar</packaging>
<description>ManifoldCF Plugin for ElasticSearch</description>
<inceptionYear>2013</inceptionYear>