Skip to content

Commit

Permalink
pump to vplsql-0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dingqiangliu committed Feb 23, 2019
1 parent ef3bbd1 commit b88bc89
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* cache parsed PL/SQL tree for better performance
* rename UDF PLSQL_ADD to PLSQL_CREATE
* add test scripts for Standalone and In Vertica mode
* synchronized from upstream, HIVE-21308: Negative forms of variables are not supported in HPL/SQL


2019-02-20 Release Notes - Version 0.0.1
Expand Down
2 changes: 1 addition & 1 deletion hplsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-->
<groupId>com.vertica</groupId>
<artifactId>vertica-plsql</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
-->
<groupId>com.vertica</groupId>
<artifactId>vertica-plsql</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>com.vertica</groupId>
<artifactId>vertica-plsql</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>pom</packaging>

<name>Vertica PL/SQL</name>
Expand Down
2 changes: 1 addition & 1 deletion vplsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.vertica</groupId>
<artifactId>vertica-plsql</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit b88bc89

Please sign in to comment.