Author: kwright
Date: Wed Aug 26 07:37:46 2015
New Revision: 1697838
URL: http://svn.apache.org/r1697838
Log:
Prepare branches/dev_1x for 1.11 development
Modified:
manifoldcf/branches/dev_1x/CHANGES.txt
manifoldcf/branches/dev_1x/build.xml
manifoldcf/branches/dev_1x/connectors/activedirectory/pom.xml
manifoldcf/branches/dev_1x/connectors/alfresco-webscript/pom.xml
manifoldcf/branches/dev_1x/connectors/alfresco/pom.xml
manifoldcf/branches/dev_1x/connectors/amazoncloudsearch/pom.xml
manifoldcf/branches/dev_1x/connectors/cmis/pom.xml
manifoldcf/branches/dev_1x/connectors/confluence/pom.xml
manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml
manifoldcf/branches/dev_1x/connectors/dropbox/pom.xml
manifoldcf/branches/dev_1x/connectors/elasticsearch/pom.xml
manifoldcf/branches/dev_1x/connectors/email/pom.xml
manifoldcf/branches/dev_1x/connectors/filesystem/pom.xml
manifoldcf/branches/dev_1x/connectors/forcedmetadata/pom.xml
manifoldcf/branches/dev_1x/connectors/generic/pom.xml
manifoldcf/branches/dev_1x/connectors/googledrive/pom.xml
manifoldcf/branches/dev_1x/connectors/gridfs/pom.xml
manifoldcf/branches/dev_1x/connectors/gts/pom.xml
manifoldcf/branches/dev_1x/connectors/hdfs/pom.xml
manifoldcf/branches/dev_1x/connectors/jcifs/pom.xml
manifoldcf/branches/dev_1x/connectors/jdbc/pom.xml
manifoldcf/branches/dev_1x/connectors/jira/pom.xml
manifoldcf/branches/dev_1x/connectors/ldap/pom.xml
manifoldcf/branches/dev_1x/connectors/nullauthority/pom.xml
manifoldcf/branches/dev_1x/connectors/nulloutput/pom.xml
manifoldcf/branches/dev_1x/connectors/nulltransformation/pom.xml
manifoldcf/branches/dev_1x/connectors/opensearchserver/pom.xml
manifoldcf/branches/dev_1x/connectors/pom.xml
manifoldcf/branches/dev_1x/connectors/regexpmapper/pom.xml
manifoldcf/branches/dev_1x/connectors/rss/pom.xml
manifoldcf/branches/dev_1x/connectors/searchblox/pom.xml
manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml
manifoldcf/branches/dev_1x/connectors/solr/pom.xml
manifoldcf/branches/dev_1x/connectors/tika/pom.xml
manifoldcf/branches/dev_1x/connectors/webcrawler/pom.xml
manifoldcf/branches/dev_1x/connectors/wiki/pom.xml
manifoldcf/branches/dev_1x/framework/agents/pom.xml
manifoldcf/branches/dev_1x/framework/api-service/pom.xml
manifoldcf/branches/dev_1x/framework/api-servlet/pom.xml
manifoldcf/branches/dev_1x/framework/authority-service/pom.xml
manifoldcf/branches/dev_1x/framework/authority-servlet/pom.xml
manifoldcf/branches/dev_1x/framework/combined-service/pom.xml
manifoldcf/branches/dev_1x/framework/connector-common/pom.xml
manifoldcf/branches/dev_1x/framework/core/pom.xml
manifoldcf/branches/dev_1x/framework/crawler-ui/pom.xml
manifoldcf/branches/dev_1x/framework/jetty-runner/pom.xml
manifoldcf/branches/dev_1x/framework/pom.xml
manifoldcf/branches/dev_1x/framework/pull-agent/pom.xml
manifoldcf/branches/dev_1x/framework/script-engine/pom.xml
manifoldcf/branches/dev_1x/framework/ui-core/pom.xml
manifoldcf/branches/dev_1x/pom.xml
manifoldcf/branches/dev_1x/test-materials/alfresco-4-war/pom.xml
manifoldcf/branches/dev_1x/test-materials/pom.xml
Modified: manifoldcf/branches/dev_1x/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/CHANGES.txt?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/CHANGES.txt (original)
+++ manifoldcf/branches/dev_1x/CHANGES.txt Wed Aug 26 07:37:46 2015
@@ -1,6 +1,9 @@
ManifoldCF Change Log
$Id$
+======================= 1.11-dev =====================
+
+
======================= Release 1.10 =====================
CONNECTORS-1229: Fix NPE in metadata adjuster.
Modified: manifoldcf/branches/dev_1x/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/build.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/build.xml (original)
+++ manifoldcf/branches/dev_1x/build.xml Wed Aug 26 07:37:46 2015
@@ -491,7 +491,7 @@
<target name="doc" depends="deliver-site-doc"/>
<target name="set-version">
- <property name="release-version" value="1.10"/>
+ <property name="release-version" value="1.11-dev"/>
</target>
<target name="create-source-zip" depends="set-version">
Modified: manifoldcf/branches/dev_1x/connectors/activedirectory/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/activedirectory/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/activedirectory/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/activedirectory/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/alfresco-webscript/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/alfresco-webscript/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/alfresco-webscript/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/alfresco-webscript/pom.xml Wed Aug 26
07:37:46 2015
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/alfresco/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/alfresco/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/alfresco/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/alfresco/pom.xml Wed Aug 26 07:37:46
2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/amazoncloudsearch/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/amazoncloudsearch/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/amazoncloudsearch/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/amazoncloudsearch/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/cmis/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/cmis/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/cmis/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/confluence/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/confluence/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/confluence/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/confluence/pom.xml Wed Aug 26
07:37:46 2015
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<name>ManifoldCF - Connectors - Confluence Connector</name>
Modified: manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/dropbox/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/dropbox/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/dropbox/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/dropbox/pom.xml Wed Aug 26 07:37:46
2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/elasticsearch/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/elasticsearch/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/elasticsearch/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/email/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/email/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/email/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/email/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/filesystem/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/filesystem/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/filesystem/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/forcedmetadata/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/forcedmetadata/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/forcedmetadata/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/forcedmetadata/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/generic/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/generic/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/generic/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/generic/pom.xml Wed Aug 26 07:37:46
2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/googledrive/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/googledrive/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/googledrive/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/googledrive/pom.xml Wed Aug 26
07:37:46 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/gridfs/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/gridfs/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/gridfs/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/gridfs/pom.xml Wed Aug 26 07:37:46
2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/gts/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/gts/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/gts/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/gts/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/hdfs/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/hdfs/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/hdfs/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/hdfs/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/jcifs/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/jcifs/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/jcifs/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/jcifs/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/jdbc/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/jdbc/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/jdbc/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/jira/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/jira/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/jira/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/jira/pom.xml Wed Aug 26 07:37:46 2015
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/ldap/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/ldap/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/ldap/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/ldap/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/nullauthority/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/nullauthority/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/nullauthority/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/nullauthority/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/nulloutput/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/nulloutput/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/nulloutput/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/nulloutput/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/nulltransformation/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/nulltransformation/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/nulltransformation/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/nulltransformation/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/opensearchserver/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/opensearchserver/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/opensearchserver/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/opensearchserver/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
<name>ManifoldCF - Connectors</name>
<packaging>pom</packaging>
Modified: manifoldcf/branches/dev_1x/connectors/regexpmapper/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/regexpmapper/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/regexpmapper/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/regexpmapper/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/rss/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/rss/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/rss/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/searchblox/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/searchblox/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/searchblox/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/searchblox/pom.xml Wed Aug 26
07:37:46 2015
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<artifactId>mcf-searchblox-connector</artifactId>
Modified: manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/solr/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/solr/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/solr/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/tika/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/tika/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/tika/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/tika/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/webcrawler/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/webcrawler/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/webcrawler/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/connectors/wiki/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/wiki/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/wiki/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/wiki/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/agents/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/agents/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/agents/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/agents/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/api-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/api-service/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/api-service/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/api-service/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/api-servlet/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/api-servlet/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/api-servlet/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/api-servlet/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/authority-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/authority-service/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/authority-service/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/authority-service/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/authority-servlet/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/authority-servlet/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/authority-servlet/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/authority-servlet/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/combined-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/combined-service/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/combined-service/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/combined-service/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/connector-common/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/connector-common/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/connector-common/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/connector-common/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/core/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/core/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/core/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/core/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/crawler-ui/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/crawler-ui/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/crawler-ui/pom.xml Wed Aug 26 07:37:46
2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/jetty-runner/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/jetty-runner/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/jetty-runner/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/pom.xml Wed Aug 26 07:37:46 2015
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
<name>ManifoldCF - Framework</name>
<packaging>pom</packaging>
Modified: manifoldcf/branches/dev_1x/framework/pull-agent/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/pull-agent/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/pull-agent/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/pull-agent/pom.xml Wed Aug 26 07:37:46
2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/script-engine/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/script-engine/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/script-engine/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/script-engine/pom.xml Wed Aug 26
07:37:46 2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/framework/ui-core/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/ui-core/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/ui-core/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/ui-core/pom.xml Wed Aug 26 07:37:46
2015
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/branches/dev_1x/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/pom.xml (original)
+++ manifoldcf/branches/dev_1x/pom.xml Wed Aug 26 07:37:46 2015
@@ -28,7 +28,7 @@
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
<name>ManifoldCF</name>
<packaging>pom</packaging>
Modified: manifoldcf/branches/dev_1x/test-materials/alfresco-4-war/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/test-materials/alfresco-4-war/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/test-materials/alfresco-4-war/pom.xml (original)
+++ manifoldcf/branches/dev_1x/test-materials/alfresco-4-war/pom.xml Wed Aug 26
07:37:46 2015
@@ -14,7 +14,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-4-war</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
<name>ManifoldCF - Test Materials - Alfresco WAR</name>
<description>Alfresco WAR builder</description>
<packaging>war</packaging>
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-test-materials</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<properties>
Modified: manifoldcf/branches/dev_1x/test-materials/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/test-materials/pom.xml?rev=1697838&r1=1697837&r2=1697838&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/test-materials/pom.xml (original)
+++ manifoldcf/branches/dev_1x/test-materials/pom.xml Wed Aug 26 07:37:46 2015
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.10</version>
+ <version>1.11-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mcf-test-materials</artifactId>