You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ro...@apache.org on 2013/06/29 07:30:15 UTC

svn commit: r1497984 - in /oozie/branches/branch-4.0: ./ client/ core/ distro/ docs/ examples/ hadooplibs/ hadooplibs/hadoop-0.23/ hadooplibs/hadoop-1/ hadooplibs/hadoop-2/ hadooplibs/hadoop-3/ hadooplibs/hadoop-distcp-0.23/ hadooplibs/hadoop-distcp-1/...

Author: rohini
Date: Sat Jun 29 05:30:14 2013
New Revision: 1497984

URL: http://svn.apache.org/r1497984
Log:
Update pom version to 4.0.0

Modified:
    oozie/branches/branch-4.0/client/pom.xml
    oozie/branches/branch-4.0/core/pom.xml
    oozie/branches/branch-4.0/distro/pom.xml
    oozie/branches/branch-4.0/docs/pom.xml
    oozie/branches/branch-4.0/examples/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-0.23/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-1/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-2/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-3/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-0.23/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-1/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-2/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-3/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-test-0.23/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-test-1/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-test-2/pom.xml
    oozie/branches/branch-4.0/hadooplibs/hadoop-test-3/pom.xml
    oozie/branches/branch-4.0/hadooplibs/pom.xml
    oozie/branches/branch-4.0/hbaselibs/hbase-0.94/pom.xml
    oozie/branches/branch-4.0/hbaselibs/pom.xml
    oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.5/pom.xml
    oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.6/pom.xml
    oozie/branches/branch-4.0/hcataloglibs/pom.xml
    oozie/branches/branch-4.0/login/pom.xml
    oozie/branches/branch-4.0/minitest/pom.xml
    oozie/branches/branch-4.0/pom.xml
    oozie/branches/branch-4.0/release-log.txt
    oozie/branches/branch-4.0/sharelib/distcp/pom.xml
    oozie/branches/branch-4.0/sharelib/hcatalog/pom.xml
    oozie/branches/branch-4.0/sharelib/hive/pom.xml
    oozie/branches/branch-4.0/sharelib/oozie/pom.xml
    oozie/branches/branch-4.0/sharelib/pig/pom.xml
    oozie/branches/branch-4.0/sharelib/pom.xml
    oozie/branches/branch-4.0/sharelib/sqoop/pom.xml
    oozie/branches/branch-4.0/sharelib/streaming/pom.xml
    oozie/branches/branch-4.0/tools/pom.xml
    oozie/branches/branch-4.0/webapp/pom.xml
    oozie/branches/branch-4.0/workflowgenerator/pom.xml

Modified: oozie/branches/branch-4.0/client/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/client/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/client/pom.xml (original)
+++ oozie/branches/branch-4.0/client/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-client</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Client</description>
     <name>Apache Oozie Client</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/core/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/core/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/core/pom.xml (original)
+++ oozie/branches/branch-4.0/core/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-core</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Core</description>
     <name>Apache Oozie Core</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/distro/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/distro/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/distro/pom.xml (original)
+++ oozie/branches/branch-4.0/distro/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-distro</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Distro</description>
     <name>Apache Oozie Distro</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/docs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/docs/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/docs/pom.xml (original)
+++ oozie/branches/branch-4.0/docs/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-docs</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Docs</description>
     <name>Apache Oozie Docs</name>
     <packaging>war</packaging>

Modified: oozie/branches/branch-4.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/examples/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/examples/pom.xml (original)
+++ oozie/branches/branch-4.0/examples/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-examples</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Examples</description>
     <name>Apache Oozie Examples</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-0.23/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-0.23/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-0.23/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-0.23/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>0.23.5.oozie-4.1.0-SNAPSHOT</version>
+    <version>0.23.5.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-1/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-1/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-1/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>1.1.1.oozie-4.1.0-SNAPSHOT</version>
+    <version>1.1.1.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-2/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-2/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-2/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-2/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>2.2.0-SNAPSHOT.oozie-4.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-3/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-3/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-3/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>3.0.0-SNAPSHOT.oozie-4.1.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-0.23/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-0.23/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-0.23/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-0.23/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>0.23.5.oozie-4.1.0-SNAPSHOT</version>
+    <version>0.23.5.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-1/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-1/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-1/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>1.1.1.oozie-4.1.0-SNAPSHOT</version>
+    <version>1.1.1.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-2/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-2/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-2/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-2/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>2.2.0-SNAPSHOT.oozie-4.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-3/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-3/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-distcp-3/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>3.0.0-SNAPSHOT.oozie-4.1.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-test-0.23/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-test-0.23/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-test-0.23/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-test-0.23/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>0.23.5.oozie-4.1.0-SNAPSHOT</version>
+    <version>0.23.5.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-test-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-test-1/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-test-1/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-test-1/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>1.1.1.oozie-4.1.0-SNAPSHOT</version>
+    <version>1.1.1.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-test-2/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-test-2/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-test-2/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-test-2/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>2.2.0-SNAPSHOT.oozie-4.1.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/hadoop-test-3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/hadoop-test-3/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/hadoop-test-3/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/hadoop-test-3/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>3.0.0-SNAPSHOT.oozie-4.1.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT.oozie-4.0.0</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hadooplibs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hadooplibs/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hadooplibs/pom.xml (original)
+++ oozie/branches/branch-4.0/hadooplibs/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadooplibs</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Hadoop Libs</description>
     <name>Apache Oozie Hadoop Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-4.0/hbaselibs/hbase-0.94/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hbaselibs/hbase-0.94/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hbaselibs/hbase-0.94/pom.xml (original)
+++ oozie/branches/branch-4.0/hbaselibs/hbase-0.94/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hbase</artifactId>
-    <version>0.94.2.oozie-4.1.0-SNAPSHOT</version>
+    <version>0.94.2.oozie-4.0.0</version>
     <description>Apache Oozie Hbase ${project.version}</description>
     <name>Apache Oozie Hbase ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hbaselibs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hbaselibs/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hbaselibs/pom.xml (original)
+++ oozie/branches/branch-4.0/hbaselibs/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hbaselibs</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Hbase Libs</description>
     <name>Apache Oozie Hbase Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.5/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.5/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.5/pom.xml (original)
+++ oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.5/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hcatalog</artifactId>
-    <version>0.5.0.oozie-4.1.0-SNAPSHOT</version>
+    <version>0.5.0.oozie-4.0.0</version>
     <description>Apache Oozie HCatalog ${project.version}</description>
     <name>Apache Oozie HCatalog ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.6/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.6/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.6/pom.xml (original)
+++ oozie/branches/branch-4.0/hcataloglibs/hcatalog-0.6/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hcatalog</artifactId>
-    <version>0.6.0.oozie-4.1.0-SNAPSHOT</version>
+    <version>0.6.0.oozie-4.0.0</version>
     <description>Apache Oozie HCatalog ${project.version}</description>
     <name>Apache Oozie HCatalog ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/hcataloglibs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/hcataloglibs/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/hcataloglibs/pom.xml (original)
+++ oozie/branches/branch-4.0/hcataloglibs/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hcataloglibs</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie HCatalog Libs</description>
     <name>Apache Oozie HCatalog Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-4.0/login/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/login/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/login/pom.xml (original)
+++ oozie/branches/branch-4.0/login/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-login</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Login</description>
     <name>Apache Oozie Login</name>
     <packaging>war</packaging>

Modified: oozie/branches/branch-4.0/minitest/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/minitest/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/minitest/pom.xml (original)
+++ oozie/branches/branch-4.0/minitest/pom.xml Sat Jun 29 05:30:14 2013
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
 
     <groupId>org.apache.oozie.test</groupId>
     <artifactId>oozie-mini</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie MiniOozie</description>
     <name>Apache Oozie MiniOozie</name>
 

Modified: oozie/branches/branch-4.0/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/pom.xml (original)
+++ oozie/branches/branch-4.0/pom.xml Sat Jun 29 05:30:14 2013
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Main</description>
     <name>Apache Oozie Main</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-4.0/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Sat Jun 29 05:30:14 2013
@@ -1,4 +1,4 @@
--- Oozie 4.1.0 release (trunk - unreleased)
+-- Oozie 4.0.0 release
 
 OOZIE-1439 Job materialization happening even after coordinator is supposed to be killed (virag)
 OOZIE-1438 parentID is null in job event message of subworkflow action (ryota)
@@ -94,9 +94,6 @@ OOZIE-1264 The "parent" property of a su
 OOZIE-1245 Add ability to automatically suspend workflow at specified actions (rkanter)
 OOZIE-894 support for hive in Oozie CLI (bowenzhangusa via tucu)
 OOZIE-1239 Bump up trunk to 4.1.0-SNAPSHOT (virag)
-
--- Oozie 4.0.0 (unreleased)
-
 OOZIE-1392 Add commons-io-*.jar to addtowar for hadoop-2.0 (virag)
 OOZIE-1303 CLI API for Bulk Monitoring (mona)
 OOZIE-1350 Improve client debug output information (rkanter)

Modified: oozie/branches/branch-4.0/sharelib/distcp/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/distcp/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/distcp/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/distcp/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-distcp</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib Distcp</description>
     <name>Apache Oozie Share Lib Distcp</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/sharelib/hcatalog/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/hcatalog/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/hcatalog/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/hcatalog/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hcatalog</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib HCatalog</description>
     <name>Apache Oozie Share Lib HCatalog</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/sharelib/hive/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/hive/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/hive/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/hive/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hive</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib Hive</description>
     <name>Apache Oozie Share Lib Hive</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/sharelib/oozie/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/oozie/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/oozie/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/oozie/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-oozie</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib Oozie</description>
     <name>Apache Oozie Share Lib Oozie</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/sharelib/pig/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/pig/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/pig/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/pig/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-pig</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib Pig</description>
     <name>Apache Oozie Share Lib Pig</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/sharelib/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib</description>
     <name>Apache Oozie Share Lib</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-4.0/sharelib/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/sqoop/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/sqoop/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/sqoop/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-sqoop</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib Sqoop</description>
     <name>Apache Oozie Share Lib Sqoop</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/sharelib/streaming/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/sharelib/streaming/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/sharelib/streaming/pom.xml (original)
+++ oozie/branches/branch-4.0/sharelib/streaming/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-streaming</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Share Lib Streaming</description>
     <name>Apache Oozie Share Lib Streaming</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/tools/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/tools/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/tools/pom.xml (original)
+++ oozie/branches/branch-4.0/tools/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tools</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie Tools</description>
     <name>Apache Oozie Tools</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-4.0/webapp/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/webapp/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/webapp/pom.xml (original)
+++ oozie/branches/branch-4.0/webapp/pom.xml Sat Jun 29 05:30:14 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>4.1.0-SNAPSHOT</version>
+        <version>4.0.0</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-webapp</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
     <description>Apache Oozie WebApp</description>
     <name>Apache Oozie WebApp</name>
     <packaging>war</packaging>

Modified: oozie/branches/branch-4.0/workflowgenerator/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-4.0/workflowgenerator/pom.xml?rev=1497984&r1=1497983&r2=1497984&view=diff
==============================================================================
--- oozie/branches/branch-4.0/workflowgenerator/pom.xml (original)
+++ oozie/branches/branch-4.0/workflowgenerator/pom.xml Sat Jun 29 05:30:14 2013
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>4.1.0-SNAPSHOT</version>
+    <version>4.0.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.oozie</groupId>
   <artifactId>oozie-workflowgenerator</artifactId>
-  <version>4.1.0-SNAPSHOT</version>
+  <version>4.0.0</version>
   <packaging>war</packaging>
   <description>Apache Oozie WorkflowGenerator</description>
   <name>Apache Oozie WorkflowGenerator</name>