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/04/29 02:09:27 UTC

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

Author: kwright
Date: Mon Apr 29 00:09:26 2013
New Revision: 1476870

URL: http://svn.apache.org/r1476870
Log:
Set the release version in ant and maven builds

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

Modified: manifoldcf/branches/release-1.2-branch/CHANGES.txt
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/CHANGES.txt?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/CHANGES.txt (original)
+++ manifoldcf/branches/release-1.2-branch/CHANGES.txt Mon Apr 29 00:09:26 2013
@@ -1,7 +1,7 @@
 ManifoldCF Change Log
 $Id$
 
-======================= 1.2-dev =====================
+=======================  Release 1.2 =====================
 
 CONNECTORS-678: Add missing noteModification() method calls, so
 that jobqueue is reanalyzed more frequently.

Modified: manifoldcf/branches/release-1.2-branch/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/build.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/build.xml (original)
+++ manifoldcf/branches/release-1.2-branch/build.xml Mon Apr 29 00:09:26 2013
@@ -2555,7 +2555,7 @@
     <target name="doc" depends="deliver-site-doc"/>
     
     <target name="set-version">
-      <property name="release-version" value="1.2-dev"/>
+      <property name="release-version" value="1.2"/>
     </target>
     
     <target name="create-source-zip" depends="set-version">

Modified: manifoldcf/branches/release-1.2-branch/connectors/activedirectory/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/activedirectory/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/activedirectory/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/activedirectory/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/alfresco/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/alfresco/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/alfresco/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.2-branch/connectors/cmis/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/cmis/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/cmis/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/cmis/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.2-branch/connectors/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/elasticsearch/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/elasticsearch/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.2-branch/connectors/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/filesystem/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/filesystem/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/filesystem/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/gts/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/gts/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/gts/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/gts/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/jcifs/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/jcifs/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/jcifs/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/jcifs/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/jdbc/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/jdbc/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/jdbc/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/ldap/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/ldap/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/ldap/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/ldap/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/nullauthority/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/nullauthority/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/nullauthority/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/nullauthority/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/nulloutput/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/nulloutput/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/nulloutput/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/nulloutput/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/opensearchserver/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/opensearchserver/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/opensearchserver/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/opensearchserver/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   

Modified: manifoldcf/branches/release-1.2-branch/connectors/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-connectors</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
 
   <name>ManifoldCF - Connectors</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.2-branch/connectors/rss/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/rss/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/rss/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/rss/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/sharepoint/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/sharepoint/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/sharepoint/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/solr/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/solr/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/solr/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/solr/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/webcrawler/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/webcrawler/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/webcrawler/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/webcrawler/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/connectors/wiki/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/connectors/wiki/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/connectors/wiki/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/connectors/wiki/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-connectors</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/agents/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/agents/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/agents/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/agents/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/framework/api-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/api-service/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/api-service/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/api-service/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/api-servlet/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/api-servlet/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/api-servlet/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/api-servlet/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/authority-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/authority-service/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/authority-service/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/authority-service/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/authority-servlet/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/authority-servlet/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/authority-servlet/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/authority-servlet/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/combined-service/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/combined-service/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/combined-service/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/combined-service/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/core/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/core/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/core/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/crawler-ui/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/crawler-ui/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/crawler-ui/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/crawler-ui/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/jetty-runner/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/jetty-runner/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/jetty-runner/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/jetty-runner/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.apache.manifoldcf</groupId>
 		<artifactId>mcf-framework</artifactId>
-		<version>1.2-SNAPSHOT</version>
+		<version>1.2</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,13 +20,13 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-framework</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
 
   <name>ManifoldCF - Framework</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.2-branch/framework/pull-agent/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/pull-agent/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/pull-agent/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/pull-agent/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/script-engine/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/script-engine/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/script-engine/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/script-engine/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/framework/ui-core/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/framework/ui-core/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/framework/ui-core/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/framework/ui-core/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-framework</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

Modified: manifoldcf/branches/release-1.2-branch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/pom.xml Mon Apr 29 00:09:26 2013
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.manifoldcf</groupId>
   <artifactId>mcf-parent</artifactId>
-  <version>1.2-SNAPSHOT</version>
+  <version>1.2</version>
 
   <name>ManifoldCF</name>
   <packaging>pom</packaging>

Modified: manifoldcf/branches/release-1.2-branch/test-materials/alfresco-war/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/test-materials/alfresco-war/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/test-materials/alfresco-war/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/test-materials/alfresco-war/pom.xml Mon Apr 29 00:09:26 2013
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-test-materials</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 	<modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/test-materials/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/test-materials/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/test-materials/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/test-materials/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mcf-test-materials</artifactId>

Modified: manifoldcf/branches/release-1.2-branch/tests/alfresco/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/alfresco/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/alfresco/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/alfresco/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/tests/cmis/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/cmis/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/cmis/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/cmis/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/tests/elasticsearch/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/elasticsearch/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/elasticsearch/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/elasticsearch/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/tests/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/filesystem/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/filesystem/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/filesystem/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/tests/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mcf-tests</artifactId>

Modified: manifoldcf/branches/release-1.2-branch/tests/rss/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/rss/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/rss/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/rss/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/tests/sharepoint/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/sharepoint/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/sharepoint/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/sharepoint/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/tests/webcrawler/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/webcrawler/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/webcrawler/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/webcrawler/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: manifoldcf/branches/release-1.2-branch/tests/wiki/pom.xml
URL: http://svn.apache.org/viewvc/manifoldcf/branches/release-1.2-branch/tests/wiki/pom.xml?rev=1476870&r1=1476869&r2=1476870&view=diff
==============================================================================
--- manifoldcf/branches/release-1.2-branch/tests/wiki/pom.xml (original)
+++ manifoldcf/branches/release-1.2-branch/tests/wiki/pom.xml Mon Apr 29 00:09:26 2013
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.manifoldcf</groupId>
     <artifactId>mcf-tests</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.2</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>