You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/12/03 21:40:07 UTC

[orc] tag release-1.4.5rc0 created (now 4ea1995)

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a change to tag release-1.4.5rc0
in repository https://gitbox.apache.org/repos/asf/orc.git.


      at 4ea1995  (commit)
This tag includes the following new commits:

     new 4ea1995  Preparing for 1.4.5 release.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[orc] 01/01: Preparing for 1.4.5 release.

Posted by om...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

omalley pushed a commit to tag release-1.4.5rc0
in repository https://gitbox.apache.org/repos/asf/orc.git

commit 4ea1995f125c16723c9d17c10046704b92e551d0
Author: Owen O'Malley <om...@apache.org>
AuthorDate: Tue Dec 3 13:39:16 2019 -0800

    Preparing for 1.4.5 release.
---
 CMakeLists.txt         | 2 +-
 java/core/pom.xml      | 2 +-
 java/mapreduce/pom.xml | 2 +-
 java/pom.xml           | 8 ++++----
 java/tools/pom.xml     | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e58e720..b8a6412 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ project(ORC)
 # Version number of package
 SET(CPACK_PACKAGE_VERSION_MAJOR "1")
 SET(CPACK_PACKAGE_VERSION_MINOR "4")
-SET(CPACK_PACKAGE_VERSION_PATCH "5-SNAPSHOT")
+SET(CPACK_PACKAGE_VERSION_PATCH "5")
 SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
 
 option (BUILD_JAVA
diff --git a/java/core/pom.xml b/java/core/pom.xml
index a7d8591..d6f20f4 100644
--- a/java/core/pom.xml
+++ b/java/core/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>1.4.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/mapreduce/pom.xml b/java/mapreduce/pom.xml
index e30cec4..54065f7 100644
--- a/java/mapreduce/pom.xml
+++ b/java/mapreduce/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>1.4.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/java/pom.xml b/java/pom.xml
index 7c5973d..adc35bb 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -21,7 +21,7 @@
   </parent>
   <groupId>org.apache.orc</groupId>
   <artifactId>orc</artifactId>
-  <version>1.4.5-SNAPSHOT</version>
+  <version>1.4.5</version>
   <packaging>pom</packaging>
 
   <name>Apache ORC</name>
@@ -341,17 +341,17 @@
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-core</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-mapreduce</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
       </dependency>
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-tools</artifactId>
-        <version>1.4.5-SNAPSHOT</version>
+        <version>1.4.5</version>
       </dependency>
 
       <!-- inter-project depedencies -->
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index f737355..a1edcff 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.orc</groupId>
     <artifactId>orc</artifactId>
-    <version>1.4.5-SNAPSHOT</version>
+    <version>1.4.5</version>
     <relativePath>../pom.xml</relativePath>
   </parent>