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:36:00 UTC

svn commit: r1228418 - in /incubator/oozie/tags/3.1.2: client/pom.xml core/pom.xml distro/pom.xml docs/pom.xml examples/pom.xml minitest/pom.xml pom.xml sharelib/pom.xml webapp/pom.xml

Author: angeloh
Date: Fri Jan  6 21:36:00 2012
New Revision: 1228418

URL: http://svn.apache.org/viewvc?rev=1228418&view=rev
Log:
bump up version to 3.1.3

Modified:
    incubator/oozie/tags/3.1.2/client/pom.xml
    incubator/oozie/tags/3.1.2/core/pom.xml
    incubator/oozie/tags/3.1.2/distro/pom.xml
    incubator/oozie/tags/3.1.2/docs/pom.xml
    incubator/oozie/tags/3.1.2/examples/pom.xml
    incubator/oozie/tags/3.1.2/minitest/pom.xml
    incubator/oozie/tags/3.1.2/pom.xml
    incubator/oozie/tags/3.1.2/sharelib/pom.xml
    incubator/oozie/tags/3.1.2/webapp/pom.xml

Modified: incubator/oozie/tags/3.1.2/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/client/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/client/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/client/pom.xml Fri Jan  6 21:36:00 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.3</version>
     </parent>
     <artifactId>oozie-client</artifactId>
     <description>Oozie Client</description>

Modified: incubator/oozie/tags/3.1.2/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/core/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/core/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/core/pom.xml Fri Jan  6 21:36:00 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.3</version>
     </parent>
     <artifactId>oozie-core</artifactId>
     <description>Oozie Core</description>

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

Modified: incubator/oozie/tags/3.1.2/docs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/docs/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/docs/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/docs/pom.xml Fri Jan  6 21:36:00 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.3</version>
     </parent>
     <artifactId>oozie-docs</artifactId>
     <description>Oozie Docs</description>

Modified: incubator/oozie/tags/3.1.2/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/examples/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/examples/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/examples/pom.xml Fri Jan  6 21:36:00 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.3</version>
     </parent>
     <artifactId>oozie-examples</artifactId>
     <description>Oozie Examples</description>

Modified: incubator/oozie/tags/3.1.2/minitest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/minitest/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/minitest/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/minitest/pom.xml Fri Jan  6 21:36:00 2012
@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.oozie.test</groupId>
 	<artifactId>oozie-mini</artifactId>
-	<version>3.1.2</version>
+	<version>3.1.3</version>
 	<repositories>
 		<repository>
 			<id>central</id>
@@ -48,13 +48,13 @@
 		<dependency>
 			<groupId>com.yahoo.oozie</groupId>
 			<artifactId>oozie-core</artifactId>
-			<version>3.1.2</version>
+			<version>3.1.3</version>
 			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>com.yahoo.oozie</groupId>
 			<artifactId>oozie-core</artifactId>
-			<version>3.1.2</version>
+			<version>3.1.3</version>
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>

Modified: incubator/oozie/tags/3.1.2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/pom.xml Fri Jan  6 21:36:00 2012
@@ -20,7 +20,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.yahoo.oozie</groupId>
     <artifactId>oozie-main</artifactId>
-    <version>3.1.2</version>
+    <version>3.1.3</version>
     <description>Oozie Main</description>
     <name>Oozie Main</name>
     <packaging>pom</packaging>
@@ -134,39 +134,39 @@
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-client</artifactId>
-                <version>3.1.2</version>
+                <version>3.1.3</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-core</artifactId>
-                <version>3.1.2</version>
+                <version>3.1.3</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-core</artifactId>
                 <classifier>tests</classifier>
-                <version>3.1.2</version>
+                <version>3.1.3</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-examples</artifactId>
-                <version>3.1.2</version>
+                <version>3.1.3</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-sharelib</artifactId>
-                <version>3.1.2</version>
+                <version>3.1.3</version>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-docs</artifactId>
-                <version>3.1.2</version>
+                <version>3.1.3</version>
                 <type>war</type>
             </dependency>
             <dependency>
                 <groupId>com.yahoo.oozie</groupId>
                 <artifactId>oozie-webapp</artifactId>
-                <version>3.1.2</version>
+                <version>3.1.3</version>
                 <type>war</type>
             </dependency>
 

Modified: incubator/oozie/tags/3.1.2/sharelib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/sharelib/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/sharelib/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/sharelib/pom.xml Fri Jan  6 21:36:00 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.3</version>
     </parent>
     <artifactId>oozie-sharelib</artifactId>
     <description>Oozie Share Lib</description>

Modified: incubator/oozie/tags/3.1.2/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/oozie/tags/3.1.2/webapp/pom.xml?rev=1228418&r1=1228417&r2=1228418&view=diff
==============================================================================
--- incubator/oozie/tags/3.1.2/webapp/pom.xml (original)
+++ incubator/oozie/tags/3.1.2/webapp/pom.xml Fri Jan  6 21:36:00 2012
@@ -21,7 +21,7 @@
     <parent>
         <groupId>com.yahoo.oozie</groupId>
         <artifactId>oozie-main</artifactId>
-        <version>3.1.2</version>
+        <version>3.1.3</version>
     </parent>
     <artifactId>oozie-webapp</artifactId>
     <description>Oozie WebApp</description>