Author: kwright
Date: Sun Oct 20 21:05:35 2013
New Revision: 1533982
URL: http://svn.apache.org/r1533982
Log:
Set version numbers everywhere
Modified:
manifoldcf/trunk/build.xml
manifoldcf/trunk/connectors/activedirectory/pom.xml
manifoldcf/trunk/connectors/alfresco/pom.xml
manifoldcf/trunk/connectors/cmis/pom.xml
manifoldcf/trunk/connectors/dropbox/pom.xml
manifoldcf/trunk/connectors/elasticsearch/pom.xml
manifoldcf/trunk/connectors/filesystem/pom.xml
manifoldcf/trunk/connectors/generic/pom.xml
manifoldcf/trunk/connectors/googledrive/pom.xml
manifoldcf/trunk/connectors/gts/pom.xml
manifoldcf/trunk/connectors/hdfs/pom.xml
manifoldcf/trunk/connectors/jcifs/pom.xml
manifoldcf/trunk/connectors/jdbc/pom.xml
manifoldcf/trunk/connectors/jira/pom.xml
manifoldcf/trunk/connectors/ldap/pom.xml
manifoldcf/trunk/connectors/nullauthority/pom.xml
manifoldcf/trunk/connectors/nulloutput/pom.xml
manifoldcf/trunk/connectors/opensearchserver/pom.xml
manifoldcf/trunk/connectors/pom.xml
manifoldcf/trunk/connectors/regexpmapper/pom.xml
manifoldcf/trunk/connectors/rss/pom.xml
manifoldcf/trunk/connectors/sharepoint/pom.xml
manifoldcf/trunk/connectors/solr/pom.xml
manifoldcf/trunk/connectors/webcrawler/pom.xml
manifoldcf/trunk/connectors/wiki/pom.xml
manifoldcf/trunk/framework/agents/pom.xml
manifoldcf/trunk/framework/api-service/pom.xml
manifoldcf/trunk/framework/api-servlet/pom.xml
manifoldcf/trunk/framework/authority-service/pom.xml
manifoldcf/trunk/framework/authority-servlet/pom.xml
manifoldcf/trunk/framework/combined-service/pom.xml
manifoldcf/trunk/framework/core/pom.xml
manifoldcf/trunk/framework/crawler-ui/pom.xml
manifoldcf/trunk/framework/jetty-runner/pom.xml
manifoldcf/trunk/framework/pom.xml
manifoldcf/trunk/framework/pull-agent/pom.xml
manifoldcf/trunk/framework/script-engine/pom.xml
manifoldcf/trunk/framework/ui-core/pom.xml
manifoldcf/trunk/pom.xml
manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml
manifoldcf/trunk/test-materials/pom.xml
manifoldcf/trunk/tests/alfresco/pom.xml
manifoldcf/trunk/tests/cmis/pom.xml
manifoldcf/trunk/tests/elasticsearch/pom.xml
manifoldcf/trunk/tests/filesystem/pom.xml
manifoldcf/trunk/tests/pom.xml
manifoldcf/trunk/tests/rss/pom.xml
manifoldcf/trunk/tests/sharepoint/pom.xml
manifoldcf/trunk/tests/webcrawler/pom.xml
manifoldcf/trunk/tests/wiki/pom.xml
Modified: manifoldcf/trunk/build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Sun Oct 20 21:05:35 2013
@@ -2993,7 +2993,7 @@
<target name="doc" depends="deliver-site-doc"/>
<target name="set-version">
- <property name="release-version" value="1.4-dev"/>
+ <property name="release-version" value="1.5-dev"/>
</target>
<target name="create-source-zip" depends="set-version">
Modified: manifoldcf/trunk/connectors/activedirectory/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/activedirectory/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/activedirectory/pom.xml (original)
+++ manifoldcf/trunk/connectors/activedirectory/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/alfresco/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/alfresco/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/alfresco/pom.xml (original)
+++ manifoldcf/trunk/connectors/alfresco/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/cmis/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/cmis/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/cmis/pom.xml (original)
+++ manifoldcf/trunk/connectors/cmis/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/dropbox/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/dropbox/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/dropbox/pom.xml (original)
+++ manifoldcf/trunk/connectors/dropbox/pom.xml Sun Oct 20 21:05:35 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/elasticsearch/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/elasticsearch/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/elasticsearch/pom.xml (original)
+++ manifoldcf/trunk/connectors/elasticsearch/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/filesystem/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/filesystem/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/filesystem/pom.xml (original)
+++ manifoldcf/trunk/connectors/filesystem/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/generic/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/generic/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/generic/pom.xml (original)
+++ manifoldcf/trunk/connectors/generic/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/googledrive/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/googledrive/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/googledrive/pom.xml (original)
+++ manifoldcf/trunk/connectors/googledrive/pom.xml Sun Oct 20 21:05:35 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/gts/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/gts/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/gts/pom.xml (original)
+++ manifoldcf/trunk/connectors/gts/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/hdfs/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/hdfs/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/hdfs/pom.xml (original)
+++ manifoldcf/trunk/connectors/hdfs/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/jcifs/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/jcifs/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/jcifs/pom.xml (original)
+++ manifoldcf/trunk/connectors/jcifs/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/jdbc/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/jdbc/pom.xml (original)
+++ manifoldcf/trunk/connectors/jdbc/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/jira/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/jira/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/jira/pom.xml (original)
+++ manifoldcf/trunk/connectors/jira/pom.xml Sun Oct 20 21:05:35 2013
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/ldap/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/ldap/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/ldap/pom.xml (original)
+++ manifoldcf/trunk/connectors/ldap/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/nullauthority/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/nullauthority/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/nullauthority/pom.xml (original)
+++ manifoldcf/trunk/connectors/nullauthority/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/nulloutput/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/nulloutput/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/nulloutput/pom.xml (original)
+++ manifoldcf/trunk/connectors/nulloutput/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/opensearchserver/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/opensearchserver/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/opensearchserver/pom.xml (original)
+++ manifoldcf/trunk/connectors/opensearchserver/pom.xml Sun Oct 20 21:05:35
2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/pom.xml (original)
+++ manifoldcf/trunk/connectors/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<name>ManifoldCF - Connectors</name>
<packaging>pom</packaging>
Modified: manifoldcf/trunk/connectors/regexpmapper/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/regexpmapper/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/regexpmapper/pom.xml (original)
+++ manifoldcf/trunk/connectors/regexpmapper/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/rss/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/rss/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/rss/pom.xml (original)
+++ manifoldcf/trunk/connectors/rss/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/sharepoint/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/sharepoint/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/trunk/connectors/sharepoint/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/solr/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/solr/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/solr/pom.xml (original)
+++ manifoldcf/trunk/connectors/solr/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/webcrawler/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/webcrawler/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/trunk/connectors/webcrawler/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/connectors/wiki/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/connectors/wiki/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/connectors/wiki/pom.xml (original)
+++ manifoldcf/trunk/connectors/wiki/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-connectors</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/agents/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/agents/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/agents/pom.xml (original)
+++ manifoldcf/trunk/framework/agents/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/api-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/api-service/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/api-service/pom.xml (original)
+++ manifoldcf/trunk/framework/api-service/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/api-servlet/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/api-servlet/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/api-servlet/pom.xml (original)
+++ manifoldcf/trunk/framework/api-servlet/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/authority-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/authority-service/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/authority-service/pom.xml (original)
+++ manifoldcf/trunk/framework/authority-service/pom.xml Sun Oct 20 21:05:35
2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/authority-servlet/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/authority-servlet/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/authority-servlet/pom.xml (original)
+++ manifoldcf/trunk/framework/authority-servlet/pom.xml Sun Oct 20 21:05:35
2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/combined-service/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/combined-service/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/combined-service/pom.xml (original)
+++ manifoldcf/trunk/framework/combined-service/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/core/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/core/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/core/pom.xml (original)
+++ manifoldcf/trunk/framework/core/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/crawler-ui/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/trunk/framework/crawler-ui/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/jetty-runner/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/jetty-runner/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/trunk/framework/jetty-runner/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/pom.xml (original)
+++ manifoldcf/trunk/framework/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,13 +20,13 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<name>ManifoldCF - Framework</name>
<packaging>pom</packaging>
Modified: manifoldcf/trunk/framework/pull-agent/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/pull-agent/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/pull-agent/pom.xml (original)
+++ manifoldcf/trunk/framework/pull-agent/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/script-engine/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/script-engine/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/script-engine/pom.xml (original)
+++ manifoldcf/trunk/framework/script-engine/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/framework/ui-core/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/ui-core/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/framework/ui-core/pom.xml (original)
+++ manifoldcf/trunk/framework/ui-core/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-framework</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/pom.xml (original)
+++ manifoldcf/trunk/pom.xml Sun Oct 20 21:05:35 2013
@@ -29,7 +29,7 @@
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<name>ManifoldCF</name>
<packaging>pom</packaging>
Modified: manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml (original)
+++ manifoldcf/trunk/test-materials/alfresco-4-war/pom.xml Sun Oct 20 21:05:35
2013
@@ -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.4-SNAPSHOT</version>
+ <version>1.5-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.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<properties>
Modified: manifoldcf/trunk/test-materials/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/test-materials/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/test-materials/pom.xml (original)
+++ manifoldcf/trunk/test-materials/pom.xml Sun Oct 20 21:05:35 2013
@@ -18,7 +18,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mcf-test-materials</artifactId>
Modified: manifoldcf/trunk/tests/alfresco/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/alfresco/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/alfresco/pom.xml (original)
+++ manifoldcf/trunk/tests/alfresco/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/tests/cmis/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/cmis/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/cmis/pom.xml (original)
+++ manifoldcf/trunk/tests/cmis/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/tests/elasticsearch/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/elasticsearch/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/elasticsearch/pom.xml (original)
+++ manifoldcf/trunk/tests/elasticsearch/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/tests/filesystem/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/filesystem/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/filesystem/pom.xml (original)
+++ manifoldcf/trunk/tests/filesystem/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/tests/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/pom.xml (original)
+++ manifoldcf/trunk/tests/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-parent</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>mcf-tests</artifactId>
Modified: manifoldcf/trunk/tests/rss/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/rss/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/rss/pom.xml (original)
+++ manifoldcf/trunk/tests/rss/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/tests/sharepoint/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/sharepoint/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/sharepoint/pom.xml (original)
+++ manifoldcf/trunk/tests/sharepoint/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/tests/webcrawler/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/webcrawler/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/webcrawler/pom.xml (original)
+++ manifoldcf/trunk/tests/webcrawler/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: manifoldcf/trunk/tests/wiki/pom.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/tests/wiki/pom.xml?rev=1533982&r1=1533981&r2=1533982&view=diff
==============================================================================
--- manifoldcf/trunk/tests/wiki/pom.xml (original)
+++ manifoldcf/trunk/tests/wiki/pom.xml Sun Oct 20 21:05:35 2013
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.manifoldcf</groupId>
<artifactId>mcf-tests</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>