Author: kamrul
Date: Wed Oct 12 02:23:28 2011
New Revision: 1182174
URL: http://svn.apache.org/viewvc?rev=1182174&view=rev
Log:
OOZIE-579 POM file changes for oozie version 3.1.2. (mona via mohammad)
Modified:
incubator/oozie/trunk/client/pom.xml
incubator/oozie/trunk/core/pom.xml
incubator/oozie/trunk/distro/pom.xml
incubator/oozie/trunk/docs/pom.xml
incubator/oozie/trunk/examples/pom.xml
incubator/oozie/trunk/pom.xml
incubator/oozie/trunk/release-log.txt
incubator/oozie/trunk/sharelib/pom.xml
incubator/oozie/trunk/webapp/pom.xml
Modified: incubator/oozie/trunk/client/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/client/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/client/pom.xml (original)
+++ incubator/oozie/trunk/client/pom.xml Wed Oct 12 02:23:28 2011
@@ -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/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/core/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/core/pom.xml (original)
+++ incubator/oozie/trunk/core/pom.xml Wed Oct 12 02:23:28 2011
@@ -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/trunk/distro/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/distro/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/distro/pom.xml (original)
+++ incubator/oozie/trunk/distro/pom.xml Wed Oct 12 02:23:28 2011
@@ -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/trunk/docs/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/docs/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/docs/pom.xml (original)
+++ incubator/oozie/trunk/docs/pom.xml Wed Oct 12 02:23:28 2011
@@ -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/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/examples/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/examples/pom.xml (original)
+++ incubator/oozie/trunk/examples/pom.xml Wed Oct 12 02:23:28 2011
@@ -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/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/pom.xml (original)
+++ incubator/oozie/trunk/pom.xml Wed Oct 12 02:23:28 2011
@@ -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/trunk/release-log.txt
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Wed Oct 12 02:23:28 2011
@@ -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/trunk/sharelib/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/sharelib/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/sharelib/pom.xml (original)
+++ incubator/oozie/trunk/sharelib/pom.xml Wed Oct 12 02:23:28 2011
@@ -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/trunk/webapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/oozie/trunk/webapp/pom.xml?rev=1182174&r1=1182173&r2=1182174&view=diff
==============================================================================
--- incubator/oozie/trunk/webapp/pom.xml (original)
+++ incubator/oozie/trunk/webapp/pom.xml Wed Oct 12 02:23:28 2011
@@ -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>