Author: kwright
Date: Wed Sep 17 00:59:33 2014
New Revision: 1625443
URL: http://svn.apache.org/r1625443
Log:
Pull up fix for CONNECTORS-949 from dev_1x branch
Modified:
manifoldcf/branches/release-1.7-branch/ (props changed)
manifoldcf/branches/release-1.7-branch/CHANGES.txt
manifoldcf/branches/release-1.7-branch/build.xml
manifoldcf/branches/release-1.7-branch/connectors/cmis/pom.xml
Propchange: manifoldcf/branches/release-1.7-branch/
------------------------------------------------------------------------------
Merged /manifoldcf/trunk:r1619805-1619806
Modified: manifoldcf/branches/release-1.7-branch/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.7-branch/CHANGES.txt?rev=1625443&r1=1625442&r2=1625443&view=diff
==============================================================================
--- manifoldcf/branches/release-1.7-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.7-branch/CHANGES.txt Wed Sep 17 00:59:33 2014
@@ -8,6 +8,10 @@ CONNECTORS-1031: Fix Zookeeper synchroni
against short tick time settings.
(Karl Wright)
+CONNECTORS-949: Upgrade OpenCMIS to latest version to see if it
+fixes join queries.
+(Karl Wright)
+
CONNECTORS-1013: Handle new kind of XML we see coming back from
SharePoint on getLists metadata field list requests.
(Lalit Jangra, Karl Wright)
Modified: manifoldcf/branches/release-1.7-branch/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.7-branch/build.xml?rev=1625443&r1=1625442&r2=1625443&view=diff
==============================================================================
--- manifoldcf/branches/release-1.7-branch/build.xml (original)
+++ manifoldcf/branches/release-1.7-branch/build.xml Wed Sep 17 00:59:33 2014
@@ -1160,7 +1160,7 @@ Use Apache Forrest version forrest-0.9-d
<target name="download-chemistry">
<mkdir dir="lib"/>
- <property name="chemistry-version" value="0.9.0"/>
+ <property name="chemistry-version" value="0.11.0"/>
<property name="chemistry-package"
value="org/apache/chemistry/opencmis"/>
<antcall target="download-via-maven"><param name="project-path"
value="${chemistry-package}"/><param name="artifact-version"
value="${chemistry-version}"/><param name="target" value="lib"/>
<param name="artifact-name"
value="chemistry-opencmis-client-impl"/>
Modified: manifoldcf/branches/release-1.7-branch/connectors/cmis/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/release-1.7-branch/connectors/cmis/pom.xml?rev=1625443&r1=1625442&r2=1625443&view=diff
==============================================================================
--- manifoldcf/branches/release-1.7-branch/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/release-1.7-branch/connectors/cmis/pom.xml Wed Sep 17
00:59:33 2014
@@ -131,7 +131,7 @@
<artifactItem>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-server-inmemory</artifactId>
- <version>0.9.0</version>
+ <version>0.11.0</version>
<type>war</type>
<overWrite>false</overWrite>
<destFileName>chemistry-opencmis-server-inmemory.war</destFileName>
@@ -217,7 +217,7 @@
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-client-impl</artifactId>
- <version>0.9.0</version>
+ <version>0.11.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
@@ -262,7 +262,7 @@
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-server-inmemory</artifactId>
- <version>0.9.0</version>
+ <version>0.11.0</version>
<type>war</type>
<scope>test</scope>
</dependency>