You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2013/03/01 20:32:22 UTC

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

Author: rkanter
Date: Fri Mar  1 19:32:21 2013
New Revision: 1451694

URL: http://svn.apache.org/r1451694
Log:
setting version to 3.3.2-SNAPSHOT

Removed:
    oozie/branches/branch-3.3/release-log.txt.orig
Modified:
    oozie/branches/branch-3.3/client/pom.xml
    oozie/branches/branch-3.3/core/pom.xml
    oozie/branches/branch-3.3/distro/pom.xml
    oozie/branches/branch-3.3/docs/pom.xml
    oozie/branches/branch-3.3/examples/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-2/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-3/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-2/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-3/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-test-2/pom.xml
    oozie/branches/branch-3.3/hadooplibs/hadoop-test-3/pom.xml
    oozie/branches/branch-3.3/hadooplibs/pom.xml
    oozie/branches/branch-3.3/hbaselibs/hbase-0.94/pom.xml
    oozie/branches/branch-3.3/hbaselibs/pom.xml
    oozie/branches/branch-3.3/login/pom.xml
    oozie/branches/branch-3.3/minitest/pom.xml
    oozie/branches/branch-3.3/pom.xml
    oozie/branches/branch-3.3/sharelib/distcp/pom.xml
    oozie/branches/branch-3.3/sharelib/hive/pom.xml
    oozie/branches/branch-3.3/sharelib/oozie/pom.xml
    oozie/branches/branch-3.3/sharelib/pig/pom.xml
    oozie/branches/branch-3.3/sharelib/pom.xml
    oozie/branches/branch-3.3/sharelib/sqoop/pom.xml
    oozie/branches/branch-3.3/sharelib/streaming/pom.xml
    oozie/branches/branch-3.3/tests/pig/pom.xml
    oozie/branches/branch-3.3/tests/pom.xml
    oozie/branches/branch-3.3/tools/pom.xml
    oozie/branches/branch-3.3/webapp/pom.xml

Modified: oozie/branches/branch-3.3/client/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/client/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/client/pom.xml (original)
+++ oozie/branches/branch-3.3/client/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-client</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Client</description>
     <name>Apache Oozie Client</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/core/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/core/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/core/pom.xml (original)
+++ oozie/branches/branch-3.3/core/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-core</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Core</description>
     <name>Apache Oozie Core</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/distro/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/distro/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/distro/pom.xml (original)
+++ oozie/branches/branch-3.3/distro/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-distro</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Distro</description>
     <name>Apache Oozie Distro</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/docs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/docs/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/docs/pom.xml (original)
+++ oozie/branches/branch-3.3/docs/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-docs</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Docs</description>
     <name>Apache Oozie Docs</name>
     <packaging>war</packaging>

Modified: oozie/branches/branch-3.3/examples/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/examples/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/examples/pom.xml (original)
+++ oozie/branches/branch-3.3/examples/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-examples</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Examples</description>
     <name>Apache Oozie Examples</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-1/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>1.1.1.oozie-3.3.2</version>
+    <version>1.1.1.oozie-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-2/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-2/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-2/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-2/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop</artifactId>
-    <version>2.0.2-alpha.oozie-3.3.2</version>
+    <version>2.0.2-alpha.oozie-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-3/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-3/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-3/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-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-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version}</description>
     <name>Apache Oozie Hadoop ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-1/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>1.1.1.oozie-3.3.2</version>
+    <version>1.1.1.oozie-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-2/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-2/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-2/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-2/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-distcp</artifactId>
-    <version>2.0.2-alpha.oozie-3.3.2</version>
+    <version>2.0.2-alpha.oozie-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-3/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-3/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-distcp-3/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-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-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Distcp ${project.version}</description>
     <name>Apache Oozie Hadoop Distcp ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-test-1/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>1.1.1.oozie-3.3.2</version>
+    <version>1.1.1.oozie-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-test-2/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-test-2/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-test-2/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-test-2/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadoop-test</artifactId>
-    <version>2.0.2-alpha.oozie-3.3.2</version>
+    <version>2.0.2-alpha.oozie-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/hadoop-test-3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/hadoop-test-3/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/hadoop-test-3/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/hadoop-test-3/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-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-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop ${project.version} Test</description>
     <name>Apache Oozie Hadoop ${project.version} Test</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hadooplibs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hadooplibs/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hadooplibs/pom.xml (original)
+++ oozie/branches/branch-3.3/hadooplibs/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hadooplibs</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hadoop Libs</description>
     <name>Apache Oozie Hadoop Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-3.3/hbaselibs/hbase-0.94/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hbaselibs/hbase-0.94/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hbaselibs/hbase-0.94/pom.xml (original)
+++ oozie/branches/branch-3.3/hbaselibs/hbase-0.94/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hbase</artifactId>
-    <version>0.94.2.oozie-3.3.2</version>
+    <version>0.94.2.oozie-3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hbase ${project.version}</description>
     <name>Apache Oozie Hbase ${project.version}</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/hbaselibs/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/hbaselibs/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/hbaselibs/pom.xml (original)
+++ oozie/branches/branch-3.3/hbaselibs/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-hbaselibs</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Hbase Libs</description>
     <name>Apache Oozie Hbase Libs</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-3.3/login/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/login/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/login/pom.xml (original)
+++ oozie/branches/branch-3.3/login/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-login</artifactId>
-    <version>3.4.0-SNAPSHOT</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Login</description>
     <name>Apache Oozie Login</name>
     <packaging>war</packaging>

Modified: oozie/branches/branch-3.3/minitest/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/minitest/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/minitest/pom.xml (original)
+++ oozie/branches/branch-3.3/minitest/pom.xml Fri Mar  1 19:32:21 2013
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.oozie.test</groupId>
     <artifactId>oozie-mini</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie MiniOozie</description>
     <name>Apache Oozie MiniOozie</name>
 

Modified: oozie/branches/branch-3.3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/pom.xml (original)
+++ oozie/branches/branch-3.3/pom.xml Fri Mar  1 19:32:21 2013
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Main</description>
     <name>Apache Oozie Main</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-3.3/sharelib/distcp/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/sharelib/distcp/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/sharelib/distcp/pom.xml (original)
+++ oozie/branches/branch-3.3/sharelib/distcp/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-distcp</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Distcp</description>
     <name>Apache Oozie Share Lib Distcp</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/sharelib/hive/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/sharelib/hive/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/sharelib/hive/pom.xml (original)
+++ oozie/branches/branch-3.3/sharelib/hive/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-hive</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Hive</description>
     <name>Apache Oozie Share Lib Hive</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/sharelib/oozie/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/sharelib/oozie/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/sharelib/oozie/pom.xml (original)
+++ oozie/branches/branch-3.3/sharelib/oozie/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-oozie</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Oozie</description>
     <name>Apache Oozie Share Lib Oozie</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/sharelib/pig/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/sharelib/pig/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/sharelib/pig/pom.xml (original)
+++ oozie/branches/branch-3.3/sharelib/pig/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-pig</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Pig</description>
     <name>Apache Oozie Share Lib Pig</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/sharelib/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/sharelib/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/sharelib/pom.xml (original)
+++ oozie/branches/branch-3.3/sharelib/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Share Lib</description>
     <name>Apache Oozie Share Lib</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-3.3/sharelib/sqoop/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/sharelib/sqoop/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/sharelib/sqoop/pom.xml (original)
+++ oozie/branches/branch-3.3/sharelib/sqoop/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-sqoop</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Sqoop</description>
     <name>Apache Oozie Share Lib Sqoop</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/sharelib/streaming/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/sharelib/streaming/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/sharelib/streaming/pom.xml (original)
+++ oozie/branches/branch-3.3/sharelib/streaming/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,12 +22,12 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
         <relativePath>../..</relativePath>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-sharelib-streaming</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Share Lib Streaming</description>
     <name>Apache Oozie Share Lib Streaming</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/tests/pig/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/tests/pig/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/tests/pig/pom.xml (original)
+++ oozie/branches/branch-3.3/tests/pig/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-tests</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tests-pig</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Tests For Pig</description>
     <name>Apache Oozie Tests For Pig</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/tests/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/tests/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/tests/pom.xml (original)
+++ oozie/branches/branch-3.3/tests/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tests</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Tests</description>
     <name>Apache Oozie Tests</name>
     <packaging>pom</packaging>

Modified: oozie/branches/branch-3.3/tools/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/tools/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/tools/pom.xml (original)
+++ oozie/branches/branch-3.3/tools/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-tools</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie Tools</description>
     <name>Apache Oozie Tools</name>
     <packaging>jar</packaging>

Modified: oozie/branches/branch-3.3/webapp/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/webapp/pom.xml?rev=1451694&r1=1451693&r2=1451694&view=diff
==============================================================================
--- oozie/branches/branch-3.3/webapp/pom.xml (original)
+++ oozie/branches/branch-3.3/webapp/pom.xml Fri Mar  1 19:32:21 2013
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.3.2</version>
+        <version>3.3.2-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.oozie</groupId>
     <artifactId>oozie-webapp</artifactId>
-    <version>3.3.2</version>
+    <version>3.3.2-SNAPSHOT</version>
     <description>Apache Oozie WebApp</description>
     <name>Apache Oozie WebApp</name>
     <packaging>war</packaging>