Skip to content

Instantly share code, notes, and snippets.

@kokosing
Created June 11, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kokosing/181e3d048fa5cbc9e8660cfe319f86c6 to your computer and use it in GitHub Desktop.
Save kokosing/181e3d048fa5cbc9e8660cfe319f86c6 to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index 0ea686e..60dddc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,21 +5,18 @@
<parent>
<artifactId>presto-root</artifactId>
<groupId>io.prestosql</groupId>
- <version>302-e.11</version>
- <relativePath>../../repos/presto</relativePath>
+ <version>302-e.11-SNAPSHOT</version>
</parent>
<artifactId>presto-rewrite-schemas</artifactId>
<description>Substitute the schemas used for views in a query for Presto specific schemas. Useful for transferring workloads from other query engines.</description>
- <!-- <packaging>presto-plugin</packaging>-->
-
+ <version>302-e.11-SNAPSHOT</version>
+ <packaging>presto-plugin</packaging>
<properties>
- <air.main.basedir>${project.parent.basedir}</air.main.basedir>
+ <air.main.basedir>${project.basedir}</air.main.basedir>
</properties>
- <packaging>presto-plugin</packaging>
-
<dependencies>
<dependency>
<groupId>io.prestosql</groupId>
@@ -51,7 +48,6 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
- <version>2.1.13</version>
<executions>
<execution>
<goals>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment