Author: virag
Date: Mon Feb 25 21:14:15 2013
New Revision: 1449903

URL: http://svn.apache.org/r1449903
Log:
Bump up trunk to 4.0.0-SNAPSHOT (virag)

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

Modified: oozie/branches/hcat-intre/client/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/client/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/client/pom.xml (original)
+++ oozie/branches/hcat-intre/client/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-client</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Client</description>
     <name>Apache Oozie Client</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/core/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/core/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/core/pom.xml (original)
+++ oozie/branches/hcat-intre/core/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-core</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Core</description>
     <name>Apache Oozie Core</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/distro/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/distro/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/distro/pom.xml (original)
+++ oozie/branches/hcat-intre/distro/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-distro</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Distro</description>
     <name>Apache Oozie Distro</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/docs/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/docs/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/docs/pom.xml (original)
+++ oozie/branches/hcat-intre/docs/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-docs</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Docs</description>
     <name>Apache Oozie Docs</name>
     <packaging>war</packaging>

Modified: oozie/branches/hcat-intre/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/examples/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/examples/pom.xml (original)
+++ oozie/branches/hcat-intre/examples/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-examples</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Examples</description>
     <name>Apache Oozie Examples</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-1/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-1/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-1/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-1/pom.xml Mon Feb 25 21:14:15 
2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>1.1.1.oozie-3.4.0-SNAPSHOT</version>
+    <version>1.1.1.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-2/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-2/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-2/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-2/pom.xml Mon Feb 25 21:14:15 
2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>2.0.2-alpha.oozie-3.4.0-SNAPSHOT</version>
+    <version>2.0.2-alpha.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-3/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-3/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-3/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-3/pom.xml Mon Feb 25 21:14:15 
2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>3.0.0-SNAPSHOT.oozie-3.4.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-1/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-1/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-1/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-1/pom.xml Mon Feb 25 
21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>1.1.1.oozie-3.4.0-SNAPSHOT</version>
+    <version>1.1.1.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-2/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-2/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-2/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-2/pom.xml Mon Feb 25 
21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>2.0.2-alpha.oozie-3.4.0-SNAPSHOT</version>
+    <version>2.0.2-alpha.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-3/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-3/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-3/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-distcp-3/pom.xml Mon Feb 25 
21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>3.0.0-SNAPSHOT.oozie-3.4.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-test-1/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-test-1/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-test-1/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-test-1/pom.xml Mon Feb 25 
21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>1.1.1.oozie-3.4.0-SNAPSHOT</version>
+    <version>1.1.1.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-test-2/pom.xml Mon Feb 25 
21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>2.0.2-alpha.oozie-3.4.0-SNAPSHOT</version>
+    <version>2.0.2-alpha.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/hadoop-test-3/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/hadoop-test-3/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/hadoop-test-3/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/hadoop-test-3/pom.xml Mon Feb 25 
21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>3.0.0-SNAPSHOT.oozie-3.4.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hadooplibs/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hadooplibs/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hadooplibs/pom.xml (original)
+++ oozie/branches/hcat-intre/hadooplibs/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadooplibs</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Libs</description>
     <name>Apache Oozie Hadoop Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/hcat-intre/hbaselibs/hbase-0.94/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hbaselibs/hbase-0.94/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hbaselibs/hbase-0.94/pom.xml (original)
+++ oozie/branches/hcat-intre/hbaselibs/hbase-0.94/pom.xml Mon Feb 25 21:14:15 
2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hbase</artifactId>
-    <version>0.94.2.oozie-3.4.0-SNAPSHOT</version>
+    <version>0.94.2.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hbase ${project.version}</description>
     <name>Apache Oozie Hbase ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hbaselibs/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hbaselibs/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hbaselibs/pom.xml (original)
+++ oozie/branches/hcat-intre/hbaselibs/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hbaselibs</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Hbase Libs</description>
     <name>Apache Oozie Hbase Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6/pom.xml (original)
+++ oozie/branches/hcat-intre/hcataloglibs/hcatalog-0.6/pom.xml Mon Feb 25 
21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hcatalog</artifactId>
-    <version>0.6.0.oozie-3.4.0-SNAPSHOT</version>
+    <version>0.6.0.oozie-4.0.0-SNAPSHOT</version>
     <description>Apache Oozie HCatalog ${project.version}</description>
     <name>Apache Oozie HCatalog ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/hcataloglibs/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/hcataloglibs/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/hcataloglibs/pom.xml (original)
+++ oozie/branches/hcat-intre/hcataloglibs/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hcataloglibs</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie HCatalog Libs</description>
     <name>Apache Oozie HCatalog Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/hcat-intre/login/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/login/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/login/pom.xml (original)
+++ oozie/branches/hcat-intre/login/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-login</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Login</description>
     <name>Apache Oozie Login</name>
     <packaging>war</packaging>

Modified: oozie/branches/hcat-intre/minitest/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/minitest/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/minitest/pom.xml (original)
+++ oozie/branches/hcat-intre/minitest/pom.xml Mon Feb 25 21:14:15 2013
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.oozie.test</groupId>
     <artifactId>oozie-mini</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie MiniOozie</description>
     <name>Apache Oozie MiniOozie</name>
 

Modified: oozie/branches/hcat-intre/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/pom.xml (original)
+++ oozie/branches/hcat-intre/pom.xml Mon Feb 25 21:14:15 2013
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Main</description>
     <name>Apache Oozie Main</name>
     <packaging>pom</packaging>

Modified: oozie/branches/hcat-intre/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/release-log.txt?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/release-log.txt (original)
+++ oozie/branches/hcat-intre/release-log.txt Mon Feb 25 21:14:15 2013
@@ -1,4 +1,5 @@
--- Oozie 3.4.0 release (trunk - unreleased)
+-- Oozie 4.0.0 release (trunk - unreleased)
+OOZIE-1237 Bump up trunk to 4.0.0-SNAPSHOT (virag)
 OOZIE-561 Integrate Oozie with HCatalog
     OOZIE-1181 Dependency cache with configurations for eviction, ttl and max 
elements in memory (rohini via virag)
     OOZIE-1217 Address review comments in OOZIE-1210 (rohini via virag)

Modified: oozie/branches/hcat-intre/sharelib/distcp/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/distcp/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/distcp/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/distcp/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-distcp</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Distcp</description>
     <name>Apache Oozie Share Lib Distcp</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/sharelib/hcatalog/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/hcatalog/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/hcatalog/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/hcatalog/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hcatalog</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib HCatalog</description>
     <name>Apache Oozie Share Lib HCatalog</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/sharelib/hive/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/hive/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/hive/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/hive/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hive</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Hive</description>
     <name>Apache Oozie Share Lib Hive</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/sharelib/oozie/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/oozie/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/oozie/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/oozie/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-oozie</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Oozie</description>
     <name>Apache Oozie Share Lib Oozie</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/sharelib/pig/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/pig/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/pig/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/pig/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-pig</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Pig</description>
     <name>Apache Oozie Share Lib Pig</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/sharelib/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib</description>
     <name>Apache Oozie Share Lib</name>
     <packaging>pom</packaging>

Modified: oozie/branches/hcat-intre/sharelib/sqoop/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/sqoop/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/sqoop/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/sqoop/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-sqoop</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Sqoop</description>
     <name>Apache Oozie Share Lib Sqoop</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/sharelib/streaming/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/sharelib/streaming/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/sharelib/streaming/pom.xml (original)
+++ oozie/branches/hcat-intre/sharelib/streaming/pom.xml Mon Feb 25 21:14:15 
2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-streaming</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Streaming</description>
     <name>Apache Oozie Share Lib Streaming</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/tests/pig/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/tests/pig/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/tests/pig/pom.xml (original)
+++ oozie/branches/hcat-intre/tests/pig/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-tests</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tests-pig</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Tests For Pig</description>
     <name>Apache Oozie Tests For Pig</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/tests/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/tests/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/tests/pom.xml (original)
+++ oozie/branches/hcat-intre/tests/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tests</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Tests</description>
     <name>Apache Oozie Tests</name>
     <packaging>pom</packaging>

Modified: oozie/branches/hcat-intre/tools/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/tools/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/tools/pom.xml (original)
+++ oozie/branches/hcat-intre/tools/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tools</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie Tools</description>
     <name>Apache Oozie Tools</name>
     <packaging>jar</packaging>

Modified: oozie/branches/hcat-intre/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/webapp/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/webapp/pom.xml (original)
+++ oozie/branches/hcat-intre/webapp/pom.xml Mon Feb 25 21:14:15 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>4.0.0-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-webapp</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <description>Apache Oozie WebApp</description>
     <name>Apache Oozie WebApp</name>
     <packaging>war</packaging>

Modified: oozie/branches/hcat-intre/workflowgenerator/pom.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/workflowgenerator/pom.xml?rev=1449903&r1=1449902&r2=1449903&view=diff
==============================================================================
--- oozie/branches/hcat-intre/workflowgenerator/pom.xml (original)
+++ oozie/branches/hcat-intre/workflowgenerator/pom.xml Mon Feb 25 21:14:15 2013
@@ -24,12 +24,12 @@
   <parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.oozie</groupId>
   <artifactId>oozie-workflowgenerator</artifactId>
-  <version>3.4.0-SNAPSHOT</version>
+  <version>4.0.0-SNAPSHOT</version>
   <packaging>war</packaging>
   <description>Apache Oozie WorkflowGenerator</description>
   <name>Apache Oozie WorkflowGenerator</name>


Reply via email to