Skip to content

Commit

Permalink
Prepare release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anu Sudarsan committed Jul 9, 2016
1 parent f80575a commit 0643c54
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.teradata.presto-yarn</groupId>
<artifactId>presto-yarn</artifactId>
<version>1.2</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>presto-yarn</name>
<description>Presto-YARN Integration</description>
Expand Down
2 changes: 1 addition & 1 deletion presto-yarn-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>com.teradata.presto-yarn</groupId>
<artifactId>presto-yarn</artifactId>
<version>1.2</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion presto-yarn-test/bin/run_on_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function check_hive() {

function run_product_tests() {
compose run runner \
java -jar /workspace/target/presto-yarn-test-1.2-SNAPSHOT-executable.jar \
java -jar /workspace/target/presto-yarn-test-1.2.1-executable.jar \
--config-local /workspace/etc/docker/tempto-configuration-docker-local.yaml \
$*
}
Expand Down
2 changes: 1 addition & 1 deletion presto-yarn-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.teradata.presto-yarn</groupId>
<artifactId>presto-yarn</artifactId>
<version>1.2</version>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 0643c54

Please sign in to comment.