Skip to content

Commit

Permalink
CLOUDERA-BUILD. Preparing for 6.3.1 release.
Browse files Browse the repository at this point in the history
Commit performed on https://master-01.jenkins.cloudera.com/

Signed-off-by: cloudera <cauldron-dev@cloudera.com>
  • Loading branch information
cloudera committed Sep 18, 2019
1 parent bad6e23 commit 2b585a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions desktop/core/src/desktop/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ def hue_version():
HUE_VERSION_BAK = HUE_VERSION

try:
assert_equal('cdh6.3.x-SNAPSHOT', _version_from_properties(StringIO.StringIO("""# Autogenerated build properties
assert_equal('cdh6.3.1', _version_from_properties(StringIO.StringIO("""# Autogenerated build properties
version=3.9.0-cdh5.9.0-SNAPSHOT
git.hash=f5fbe90b6a1d0c186b0ddc6e65ce5fc8d24725c8
cloudera.cdh.release=cdh6.3.x-SNAPSHOT
cloudera.cdh.release=cdh6.3.1
cloudera.hash=f5fbe90b6a1d0c186b0ddc6e65ce5fc8d24725c8aaaaa""")))

assert_false(_version_from_properties(StringIO.StringIO("""# Autogenerated build properties
Expand Down
2 changes: 1 addition & 1 deletion desktop/libs/librdbms/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<relativePath>../../../../maven/pom.xml</relativePath>
<version>4.4.0-cdh6.3.x-SNAPSHOT</version>
<version>4.4.0-cdh6.3.1</version>
</parent>

<groupId>com.cloudera.hue</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>com.cloudera.cdh</groupId>
<artifactId>cdh-root</artifactId>
<version>6.3.x-SNAPSHOT</version>
<version>6.3.1</version>
</parent>

<groupId>com.cloudera.hue</groupId>
<artifactId>hue-parent</artifactId>
<version>4.4.0-cdh6.3.x-SNAPSHOT</version>
<version>4.4.0-cdh6.3.1</version>
<packaging>pom</packaging>

<name>Hue Maven Parent POM</name>
Expand Down

0 comments on commit 2b585a1

Please sign in to comment.