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 2013/07/16 13:56:02 UTC

svn commit: r1503669 - in /manifoldcf/branches/release-1.3-branch: ./ connectors/ connectors/activedirectory/ connectors/alfresco/ connectors/cmis/ connectors/dropbox/ connectors/elasticsearch/ connectors/filesystem/ connectors/generic/ connectors/goog...

Author: kwright
Date: Tue Jul 16 11:56:01 2013
New Revision: 1503669

URL: http://svn.apache.org/r1503669
Log:
Update version info for release branch.

Modified:
    manifoldcf/branches/release-1.3-branch/CHANGES.txt
    manifoldcf/branches/release-1.3-branch/build.xml
    manifoldcf/branches/release-1.3-branch/connectors/activedirectory/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/alfresco/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/cmis/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/dropbox/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/elasticsearch/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/filesystem/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/generic/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/googledrive/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/gts/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/hdfs/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/jcifs/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/jdbc/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/jira/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/ldap/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/nullauthority/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/nulloutput/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/opensearchserver/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/regexpmapper/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/rss/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/sharepoint/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/solr/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/webcrawler/pom.xml
    manifoldcf/branches/release-1.3-branch/connectors/wiki/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/agents/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/api-service/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/api-servlet/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/authority-service/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/authority-servlet/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/combined-service/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/core/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/crawler-ui/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/jetty-runner/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/pull-agent/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/script-engine/pom.xml
    manifoldcf/branches/release-1.3-branch/framework/ui-core/pom.xml
    manifoldcf/branches/release-1.3-branch/pom.xml
    manifoldcf/branches/release-1.3-branch/test-materials/alfresco-4-war/pom.xml
    manifoldcf/branches/release-1.3-branch/test-materials/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/alfresco/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/cmis/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/elasticsearch/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/filesystem/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/rss/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/sharepoint/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/webcrawler/pom.xml
    manifoldcf/branches/release-1.3-branch/tests/wiki/pom.xml

Modified: manifoldcf/branches/release-1.3-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/CHANGES.txt?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.3-branch/CHANGES.txt Tue Jul 16 11:56:01 2013
@@ -1,7 +1,7 @@
 ManifoldCF Change Log
 $Id$
 
-======================= 1.3-dev =====================
+======================= Release 1.3 =====================
 
 CONNECTORS-753: Japanese translations needed for ManifoldCF crawler UI login page and logout link
 (Minoru Osuka, Karl Wright)

Modified: manifoldcf/branches/release-1.3-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/build.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/build.xml (original)
+++ manifoldcf/branches/release-1.3-branch/build.xml Tue Jul 16 11:56:01 2013
@@ -2993,7 +2993,7 @@
     <target name="doc" depends="deliver-site-doc"/>
     
     <target name="set-version">
-      <property name="release-version" value="1.3-dev"/>
+      <property name="release-version" value="1.3"/>
     </target>
     
     <target name="create-source-zip" depends="set-version">

Modified: manifoldcf/branches/release-1.3-branch/connectors/activedirectory/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/activedirectory/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/activedirectory/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/activedirectory/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/alfresco/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/alfresco/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/alfresco/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.3-branch/connectors/cmis/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/cmis/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/cmis/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.3-branch/connectors/dropbox/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/dropbox/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/dropbox/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/dropbox/pom.xml Tue Jul 16 11:56:01 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/elasticsearch/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/elasticsearch/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.3-branch/connectors/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/filesystem/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/filesystem/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/generic/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/generic/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/generic/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/generic/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/googledrive/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/googledrive/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/googledrive/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/googledrive/pom.xml Tue Jul 16 11:56:01 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/gts/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/gts/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/gts/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/gts/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/hdfs/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/hdfs/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/hdfs/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/hdfs/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/jcifs/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/jcifs/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/jcifs/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/jcifs/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/jdbc/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/jdbc/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/jdbc/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/jira/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/jira/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/jira/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/jira/pom.xml Tue Jul 16 11:56:01 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.manifoldcf</groupId>
         <artifactId>mcf-connectors</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/ldap/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/ldap/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/ldap/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/ldap/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/nullauthority/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/nullauthority/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/nullauthority/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/nullauthority/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/nulloutput/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/nulloutput/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/nulloutput/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/nulloutput/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/opensearchserver/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/opensearchserver/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/opensearchserver/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/opensearchserver/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.3-branch/connectors/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-connectors</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
 
   <name>ManifoldCF - Connectors</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.3-branch/connectors/regexpmapper/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/regexpmapper/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/regexpmapper/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/regexpmapper/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/rss/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/rss/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/rss/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/sharepoint/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/sharepoint/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/solr/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/solr/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/solr/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/webcrawler/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/webcrawler/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/webcrawler/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/connectors/wiki/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/connectors/wiki/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/connectors/wiki/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/connectors/wiki/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/agents/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/agents/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/agents/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/agents/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/framework/api-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/api-service/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/api-service/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/api-service/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/api-servlet/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/api-servlet/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/api-servlet/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/api-servlet/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/authority-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/authority-service/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/authority-service/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/authority-service/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/authority-servlet/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/authority-servlet/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/authority-servlet/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/authority-servlet/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/combined-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/combined-service/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/combined-service/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/combined-service/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/core/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/core/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/core/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/crawler-ui/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/crawler-ui/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/crawler-ui/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/jetty-runner/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/jetty-runner/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/jetty-runner/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.manifoldcf</groupId>
 		<artifactId>mcf-framework</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.3</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-framework</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
 
   <name>ManifoldCF - Framework</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.3-branch/framework/pull-agent/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/pull-agent/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/pull-agent/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/pull-agent/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/script-engine/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/script-engine/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/script-engine/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/script-engine/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/framework/ui-core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/framework/ui-core/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/framework/ui-core/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/framework/ui-core/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.3-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/pom.xml Tue Jul 16 11:56:01 2013
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-parent</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.3</version>
 
   <name>ManifoldCF</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.3-branch/test-materials/alfresco-4-war/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/test-materials/alfresco-4-war/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/test-materials/alfresco-4-war/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/test-materials/alfresco-4-war/pom.xml Tue Jul 16 11:56:01 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.3-SNAPSHOT</version>
+    <version>1.3</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.3-SNAPSHOT</version>
+        <version>1.3</version>
     </parent>
     
     <properties>

Modified: manifoldcf/branches/release-1.3-branch/test-materials/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/test-materials/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/test-materials/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/test-materials/pom.xml Tue Jul 16 11:56:01 2013
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mcf-test-materials</artifactId>

Modified: manifoldcf/branches/release-1.3-branch/tests/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/alfresco/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/alfresco/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/alfresco/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/tests/cmis/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/cmis/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/cmis/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/cmis/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/tests/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/elasticsearch/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/elasticsearch/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/tests/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/filesystem/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/filesystem/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/filesystem/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/tests/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mcf-tests</artifactId>

Modified: manifoldcf/branches/release-1.3-branch/tests/rss/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/rss/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/rss/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/rss/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/tests/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/sharepoint/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/sharepoint/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/sharepoint/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/tests/webcrawler/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/webcrawler/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/webcrawler/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/webcrawler/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.3-branch/tests/wiki/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.3-branch/tests/wiki/pom.xml?rev=1503669&r1=1503668&r2=1503669&view=diff
==============================================================================
--- manifoldcf/branches/release-1.3-branch/tests/wiki/pom.xml (original)
+++ manifoldcf/branches/release-1.3-branch/tests/wiki/pom.xml Tue Jul 16 11:56:01 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.3-SNAPSHOT</version>
+    <version>1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>