Skip to content

Commit b4ad510

Browse files
author
Shwetha GS
committed
changed version from 4.2.0-SNAPSHOT to 4.2.0
1 parent cb5f376 commit b4ad510

File tree

35 files changed

+68
-68
lines changed

35 files changed

+68
-68
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
</parent>
2727
<groupId>org.apache.oozie</groupId>
2828
<artifactId>oozie-client</artifactId>
29-
<version>4.2.0-SNAPSHOT</version>
29+
<version>4.2.0</version>
3030
<description>Apache Oozie Client</description>
3131
<name>Apache Oozie Client</name>
3232
<packaging>jar</packaging>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
</parent>
2727
<groupId>org.apache.oozie</groupId>
2828
<artifactId>oozie-core</artifactId>
29-
<version>4.2.0-SNAPSHOT</version>
29+
<version>4.2.0</version>
3030
<description>Apache Oozie Core</description>
3131
<name>Apache Oozie Core</name>
3232
<packaging>jar</packaging>

distro/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
</parent>
2727
<groupId>org.apache.oozie</groupId>
2828
<artifactId>oozie-distro</artifactId>
29-
<version>4.2.0-SNAPSHOT</version>
29+
<version>4.2.0</version>
3030
<description>Apache Oozie Distro</description>
3131
<name>Apache Oozie Distro</name>
3232
<packaging>jar</packaging>

docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
</parent>
2727
<groupId>org.apache.oozie</groupId>
2828
<artifactId>oozie-docs</artifactId>
29-
<version>4.2.0-SNAPSHOT</version>
29+
<version>4.2.0</version>
3030
<description>Apache Oozie Docs</description>
3131
<name>Apache Oozie Docs</name>
3232
<packaging>war</packaging>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
</parent>
2727
<groupId>org.apache.oozie</groupId>
2828
<artifactId>oozie-examples</artifactId>
29-
<version>4.2.0-SNAPSHOT</version>
29+
<version>4.2.0</version>
3030
<description>Apache Oozie Examples</description>
3131
<name>Apache Oozie Examples</name>
3232
<packaging>jar</packaging>

hadooplibs/hadoop-auth-0.23/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<groupId>org.apache.oozie</groupId>
2929
<artifactId>oozie-hadoop-auth</artifactId>
30-
<version>hadoop-0.23-4.2.0-SNAPSHOT</version>
30+
<version>hadoop-0.23-4.2.0</version>
3131
<description>Apache Oozie Hadoop Auth</description>
3232
<name>Apache Oozie Hadoop Auth ${project.version} Test</name>
3333
<packaging>jar</packaging>

hadooplibs/hadoop-auth-1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<groupId>org.apache.oozie</groupId>
2929
<artifactId>oozie-hadoop-auth</artifactId>
30-
<version>hadoop-1-4.2.0-SNAPSHOT</version>
30+
<version>hadoop-1-4.2.0</version>
3131
<description>Apache Oozie Hadoop Auth</description>
3232
<name>Apache Oozie Hadoop Auth ${project.version}</name>
3333
<packaging>jar</packaging>

hadooplibs/hadoop-auth-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<groupId>org.apache.oozie</groupId>
2929
<artifactId>oozie-hadoop-auth</artifactId>
30-
<version>hadoop-2-4.2.0-SNAPSHOT</version>
30+
<version>hadoop-2-4.2.0</version>
3131
<description>Apache Oozie Hadoop</description>
3232
<name>Apache Oozie Hadoop Auth ${project.version} Test</name>
3333
<packaging>jar</packaging>

hadooplibs/hadoop-distcp-0.23/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<groupId>org.apache.oozie</groupId>
2929
<artifactId>oozie-hadoop-distcp</artifactId>
30-
<version>hadoop-0.23-4.2.0-SNAPSHOT</version>
30+
<version>hadoop-0.23-4.2.0</version>
3131
<description>Apache Oozie Hadoop Distcp ${project.version}</description>
3232
<name>Apache Oozie Hadoop Distcp ${project.version}</name>
3333
<packaging>jar</packaging>

hadooplibs/hadoop-distcp-1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.oozie</groupId>
2424
<artifactId>oozie-main</artifactId>
25-
<version>4.2.0-SNAPSHOT</version>
25+
<version>4.2.0</version>
2626
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<groupId>org.apache.oozie</groupId>
2929
<artifactId>oozie-hadoop-distcp</artifactId>
30-
<version>hadoop-1-4.2.0-SNAPSHOT</version>
30+
<version>hadoop-1-4.2.0</version>
3131
<description>Apache Oozie Hadoop Distcp ${project.version}</description>
3232
<name>Apache Oozie Hadoop Distcp ${project.version}</name>
3333
<packaging>jar</packaging>

0 commit comments

Comments
 (0)