You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by an...@apache.org on 2012/01/06 22:58:11 UTC

svn commit: r1228446 - in /incubator/oozie/branches/3.1: client/pom.xml core/pom.xml distro/pom.xml docs/pom.xml examples/pom.xml pom.xml release-log.txt sharelib/pom.xml webapp/pom.xml

Author: angeloh
Date: Fri Jan  6 21:58:11 2012
New Revision: 1228446

URL: http://svn.apache.org/viewvc?rev=1228446&view=rev
Log:
OOZIE-579 POM file changes for oozie version 3.1.2. (mona via mohammad)

Modified:
    incubator/oozie/branches/3.1/client/pom.xml
    incubator/oozie/branches/3.1/core/pom.xml
    incubator/oozie/branches/3.1/distro/pom.xml
    incubator/oozie/branches/3.1/docs/pom.xml
    incubator/oozie/branches/3.1/examples/pom.xml
    incubator/oozie/branches/3.1/pom.xml
    incubator/oozie/branches/3.1/release-log.txt
    incubator/oozie/branches/3.1/sharelib/pom.xml
    incubator/oozie/branches/3.1/webapp/pom.xml

Modified: incubator/oozie/branches/3.1/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/client/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/client/pom.xml (original)
+++ incubator/oozie/branches/3.1/client/pom.xml Fri Jan  6 21:58:11 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
     </parent>
     <artifactId>oozie-client</artifactId>
     <description>Oozie Client</description>

Modified: incubator/oozie/branches/3.1/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/core/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/core/pom.xml (original)
+++ incubator/oozie/branches/3.1/core/pom.xml Fri Jan  6 21:58:11 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
     </parent>
     <artifactId>oozie-core</artifactId>
     <description>Oozie Core</description>

Modified: incubator/oozie/branches/3.1/distro/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/distro/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/distro/pom.xml (original)
+++ incubator/oozie/branches/3.1/distro/pom.xml Fri Jan  6 21:58:11 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
     </parent>
     <!-- calling the artifact oozie to the generated distro file is oozie- -->
     <artifactId>oozie</artifactId>

Modified: incubator/oozie/branches/3.1/docs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/docs/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/docs/pom.xml (original)
+++ incubator/oozie/branches/3.1/docs/pom.xml Fri Jan  6 21:58:11 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
     </parent>
     <artifactId>oozie-docs</artifactId>
     <description>Oozie Docs</description>

Modified: incubator/oozie/branches/3.1/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/examples/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/examples/pom.xml (original)
+++ incubator/oozie/branches/3.1/examples/pom.xml Fri Jan  6 21:58:11 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
     </parent>
     <artifactId>oozie-examples</artifactId>
     <description>Oozie Examples</description>

Modified: incubator/oozie/branches/3.1/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/pom.xml (original)
+++ incubator/oozie/branches/3.1/pom.xml Fri Jan  6 21:58:11 2012
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.yahoo.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>3.1.0</version>
+    <version>3.1.2</version>
     <description>Oozie Main</description>
     <name>Oozie Main</name>
     <packaging>pom</packaging>
@@ -134,42 +134,42 @@
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-client</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.2</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-core</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.2</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-core</artifactId>
                 <classifier>tests</classifier>
-                <version>3.1.0</version>
+                <version>3.1.2</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-examples</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.2</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-sharelib</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.2</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-docs</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.2</version>
                 <type>war</type>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-webapp</artifactId>
-                <version>3.1.0</version>
+                <version>3.1.2</version>
                 <type>war</type>
             </dependency>
-            
+
             <!-- client -->
             <dependency>
                 <groupId>com.googlecode.json-simple</groupId>

Modified: incubator/oozie/branches/3.1/release-log.txt
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/release-log.txt?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/release-log.txt (original)
+++ incubator/oozie/branches/3.1/release-log.txt Fri Jan  6 21:58:11 2012
@@ -1,4 +1,5 @@
 -- Oozie 3.1.1 release
+OOZIE-579 POM file changes for oozie version 3.1.2
 OOZIE-26 Ability to get the log content from Archived file(.gz format)
 OOZIE-554 New filters for all kinds of jobs
 OOZIE-556 Sort on Web Console for non-string data type

Modified: incubator/oozie/branches/3.1/sharelib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/sharelib/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/sharelib/pom.xml (original)
+++ incubator/oozie/branches/3.1/sharelib/pom.xml Fri Jan  6 21:58:11 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
     </parent>
     <artifactId>oozie-sharelib</artifactId>
     <description>Oozie Share Lib</description>

Modified: incubator/oozie/branches/3.1/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/branches/3.1/webapp/pom.xml?rev=1228446&r1=1228445&r2=1228446&view=diff
==============================================================================
--- incubator/oozie/branches/3.1/webapp/pom.xml (original)
+++ incubator/oozie/branches/3.1/webapp/pom.xml Fri Jan  6 21:58:11 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.0</version>
+        <version>3.1.2</version>
     </parent>
     <artifactId>oozie-webapp</artifactId>
     <description>Oozie WebApp</description>