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 2014/12/14 19:40:52 UTC

svn commit: r1645492 - in /manifoldcf/branches/dev_1x: ./ connectors/ connectors/activedirectory/ connectors/alfresco-webscript/ connectors/alfresco/ connectors/amazoncloudsearch/ connectors/cmis/ connectors/documentfilter/ connectors/dropbox/ connecto...

Author: kwright
Date: Sun Dec 14 18:40:51 2014
New Revision: 1645492

URL: http://svn.apache.org/r1645492
Log:
Prepare branches/dev_1x for 1.9 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/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/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/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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/CHANGES.txt (original)
+++ manifoldcf/branches/dev_1x/CHANGES.txt Sun Dec 14 18:40:51 2014
@@ -1,6 +1,9 @@
 ManifoldCF Change Log
 $Id$
 
+======================= 1.9-dev =====================
+
+
 ======================= Release 1.8 =====================
 
 CONNECTORS-1121: Plugins have moved in the dist repository, so

Modified: manifoldcf/branches/dev_1x/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/build.xml?rev=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/build.xml (original)
+++ manifoldcf/branches/dev_1x/build.xml Sun Dec 14 18:40:51 2014
@@ -482,7 +482,7 @@
     <target name="doc" depends="deliver-site-doc"/>
     
     <target name="set-version">
-      <property name="release-version" value="1.8"/>
+      <property name="release-version" value="1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/activedirectory/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/activedirectory/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/alfresco-webscript/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/alfresco-webscript/pom.xml Sun Dec 14 18:40:51 2014
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.8</version>
+        <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/alfresco/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/alfresco/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/amazoncloudsearch/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/amazoncloudsearch/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/cmis/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml?rev=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/documentfilter/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/dropbox/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/dropbox/pom.xml Sun Dec 14 18:40:51 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.8</version>
+        <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/elasticsearch/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/email/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/email/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/filesystem/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/forcedmetadata/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/forcedmetadata/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/generic/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/generic/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.8</version>
+        <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/googledrive/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/googledrive/pom.xml Sun Dec 14 18:40:51 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.8</version>
+        <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/gridfs/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/gridfs/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.8</version>
+        <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/gts/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/gts/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/hdfs/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/hdfs/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/jcifs/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/jcifs/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/jdbc/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/jdbc/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/jira/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/jira/pom.xml Sun Dec 14 18:40:51 2014
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.8</version>
+        <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/ldap/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/ldap/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/nullauthority/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/nullauthority/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/nulloutput/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/nulloutput/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/nulltransformation/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/nulltransformation/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/opensearchserver/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/opensearchserver/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.8</version>
+    <version>1.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-connectors</artifactId>
-  <version>1.8</version>
+  <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/regexpmapper/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/regexpmapper/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/rss/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml?rev=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/sharepoint/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/solr/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/tika/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/tika/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/webcrawler/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/connectors/wiki/pom.xml (original)
+++ manifoldcf/branches/dev_1x/connectors/wiki/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/agents/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/agents/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/api-service/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/api-service/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/api-servlet/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/api-servlet/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/authority-service/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/authority-service/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/authority-servlet/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/authority-servlet/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/combined-service/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/combined-service/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/core/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/core/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/crawler-ui/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/jetty-runner/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.manifoldcf</groupId>
 		<artifactId>mcf-framework</artifactId>
-		<version>1.8</version>
+		<version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.8</version>
+    <version>1.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-framework</artifactId>
-  <version>1.8</version>
+  <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/pull-agent/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/pull-agent/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/script-engine/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/script-engine/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/ui-core/pom.xml (original)
+++ manifoldcf/branches/dev_1x/framework/ui-core/pom.xml Sun Dec 14 18:40:51 2014
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.8</version>
+    <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/pom.xml (original)
+++ manifoldcf/branches/dev_1x/pom.xml Sun Dec 14 18:40:51 2014
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-parent</artifactId>
-  <version>1.8</version>
+  <version>1.9-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=1645492&r1=1645491&r2=1645492&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 Sun Dec 14 18:40:51 2014
@@ -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.8</version>
+    <version>1.9-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.8</version>
+        <version>1.9-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=1645492&r1=1645491&r2=1645492&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/test-materials/pom.xml (original)
+++ manifoldcf/branches/dev_1x/test-materials/pom.xml Sun Dec 14 18:40:51 2014
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.8</version>
+    <version>1.9-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mcf-test-materials</artifactId>