Skip to content

Commit

Permalink
Getting ready for the 1.1.1 release canidate.
Browse files Browse the repository at this point in the history
Signed-off-by: Owen O'Malley <omalley@apache.org>
  • Loading branch information
omalley committed Jun 10, 2016
1 parent f79238e commit 662938e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -17,7 +17,7 @@ project(ORC)
# Version number of package
SET(CPACK_PACKAGE_VERSION_MAJOR "1")
SET(CPACK_PACKAGE_VERSION_MINOR "1")
SET(CPACK_PACKAGE_VERSION_PATCH "1-SNAPSHOT")
SET(CPACK_PACKAGE_VERSION_PATCH "1")
SET(ORC_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")

# Make sure that a build type is selected
Expand Down
2 changes: 1 addition & 1 deletion java/core/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions java/mapreduce/pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.orc</groupId>
<artifactId>orc-core</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
</dependency>

<!-- inter-project -->
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>org.apache.orc</groupId>
<artifactId>orc</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>Apache ORC</name>
Expand Down

0 comments on commit 662938e

Please sign in to comment.