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 2012/09/21 01:11:24 UTC

svn commit: r1388262 - in /manifoldcf/branches/release-1.0-branch: ./ connectors/ connectors/activedirectory/ connectors/alfresco/ connectors/cmis/ connectors/elasticsearch/ connectors/filesystem/ connectors/gts/ connectors/jcifs/ connectors/jdbc/ conn...

Author: kwright
Date: Thu Sep 20 23:11:22 2012
New Revision: 1388262

URL: http://svn.apache.org/viewvc?rev=1388262&view=rev
Log:
Set version to 1.0

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

Modified: manifoldcf/branches/release-1.0-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/CHANGES.txt?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.0-branch/CHANGES.txt Thu Sep 20 23:11:22 2012
@@ -1,7 +1,7 @@
 ManifoldCF Change Log
 $Id$
 
-======================= 1.0-dev =====================
+======================= 1.0 =====================
 
 CONNECTORS-531: Add Japanese translation for LDAP connector
 documentation.

Modified: manifoldcf/branches/release-1.0-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/build.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/build.xml (original)
+++ manifoldcf/branches/release-1.0-branch/build.xml Thu Sep 20 23:11:22 2012
@@ -2522,7 +2522,7 @@
     <target name="doc" depends="deliver-site-doc"/>
     
     <target name="set-version">
-      <property name="release-version" value="1.0-dev"/>
+      <property name="release-version" value="1.0"/>
     </target>
     
     <target name="create-source-zip" depends="set-version">

Modified: manifoldcf/branches/release-1.0-branch/connectors/activedirectory/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/activedirectory/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/activedirectory/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/activedirectory/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/alfresco/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.0-branch/connectors/cmis/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/cmis/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/cmis/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.0-branch/connectors/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/elasticsearch/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/elasticsearch/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.0-branch/connectors/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/filesystem/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/filesystem/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/gts/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/gts/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/gts/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/gts/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/jcifs/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/jcifs/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/jcifs/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/jcifs/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/jdbc/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/jdbc/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/jdbc/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/nullauthority/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/nullauthority/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/nullauthority/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/nullauthority/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/nulloutput/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/nulloutput/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/nulloutput/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/nulloutput/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/opensearchserver/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/opensearchserver/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/opensearchserver/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/opensearchserver/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.0-branch/connectors/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-connectors</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <name>ManifoldCF - Connectors</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.0-branch/connectors/rss/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/rss/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/rss/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/sharepoint/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/solr/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/solr/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/solr/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/webcrawler/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/webcrawler/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/webcrawler/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/connectors/wiki/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/connectors/wiki/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/connectors/wiki/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/connectors/wiki/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/agents/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/agents/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/agents/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/agents/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/framework/api-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/api-service/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/api-service/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/api-service/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/api-servlet/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/api-servlet/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/api-servlet/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/api-servlet/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/authority-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/authority-service/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/authority-service/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/authority-service/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/authority-servlet/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/authority-servlet/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/authority-servlet/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/authority-servlet/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/core/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/core/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/core/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/crawler-ui/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/crawler-ui/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/crawler-ui/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/jetty-runner/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/jetty-runner/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/jetty-runner/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.manifoldcf</groupId>
 		<artifactId>mcf-framework</artifactId>
-		<version>1.0-SNAPSHOT</version>
+		<version>1.0</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-framework</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <name>ManifoldCF - Framework</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.0-branch/framework/pull-agent/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/pull-agent/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/pull-agent/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/pull-agent/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/script-engine/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/script-engine/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/script-engine/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/script-engine/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/framework/ui-core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/framework/ui-core/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/framework/ui-core/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/framework/ui-core/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.0-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/pom.xml Thu Sep 20 23:11:22 2012
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-parent</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <name>ManifoldCF</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.0-branch/test-materials/alfresco-war/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/test-materials/alfresco-war/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/test-materials/alfresco-war/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/test-materials/alfresco-war/pom.xml Thu Sep 20 23:11:22 2012
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-test-materials</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 	<modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/test-materials/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/test-materials/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/test-materials/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/test-materials/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mcf-test-materials</artifactId>

Modified: manifoldcf/branches/release-1.0-branch/tests/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/alfresco/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/alfresco/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/alfresco/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/tests/cmis/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/cmis/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/cmis/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/cmis/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/tests/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/elasticsearch/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/elasticsearch/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/tests/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/filesystem/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/filesystem/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/filesystem/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/tests/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mcf-tests</artifactId>

Modified: manifoldcf/branches/release-1.0-branch/tests/rss/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/rss/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/rss/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/rss/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/tests/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/sharepoint/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/sharepoint/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/sharepoint/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.0-branch/tests/wiki/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.0-branch/tests/wiki/pom.xml?rev=1388262&r1=1388261&r2=1388262&view=diff
==============================================================================
--- manifoldcf/branches/release-1.0-branch/tests/wiki/pom.xml (original)
+++ manifoldcf/branches/release-1.0-branch/tests/wiki/pom.xml Thu Sep 20 23:11:22 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>