Skip to content

Commit

Permalink
Begin 0.8.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
felten committed May 25, 2017
1 parent 2b0be0b commit b6b31ac
Show file tree
Hide file tree
Showing 246 changed files with 285 additions and 285 deletions.
2 changes: 1 addition & 1 deletion commons/commons-feed-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>kylo-commons</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-hive</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-commons</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-rest-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-commons</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
4 changes: 2 additions & 2 deletions commons/commons-spark/commons-scala-2.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons-spark</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-scala-2.10</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions commons/commons-spark/commons-scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons-spark</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-scala-2.11</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down
4 changes: 2 additions & 2 deletions commons/commons-spark/commons-scala-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons-spark</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-scala-api</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-spark/commons-spark-1.6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons-spark</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-spark-1.6</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions commons/commons-spark/commons-spark-2.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons-spark</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-spark-2.0</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-spark/commons-spark-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons-spark</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-spark-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-spark/commons-spark-repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-commons-spark</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<description>A collection of useful helper functions for Spark.</description>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-spark/commons-spark-shell-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>kylo-commons-spark</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-spark-shell-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-spark/commons-spark-shell-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>kylo-commons-spark</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-spark-shell-v1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-spark/commons-spark-shell-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>kylo-commons-spark</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>

<artifactId>kylo-commons-spark-shell-v2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-commons</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-test-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion commons/commons-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<artifactId>kylo-commons-test</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion commons/commons-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-commons</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/alerts/alerts-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-alerts</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/alerts/alerts-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-alerts</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/alerts/alerts-default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-alerts</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/alerts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-core</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/classname-change/classname-change-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-classname-change</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/classname-change/classname-change-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-classname-change</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/classname-change/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-core</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/cluster-manager/cluster-manager-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-cluster-manager</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/cluster-manager/cluster-manager-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-cluster-manager</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/cluster-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-core</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/field-policy/field-policy-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-field-policy</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/field-policy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-core</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/hadoop-authorization/hadoop-authorization-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kylo-hadoop-authorization</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kylo-hadoop-authorization</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/hadoop-authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-core</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/job-repository/job-repository-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-job-repository</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/job-repository/job-repository-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-job-repository</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/job-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-core</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
2 changes: 1 addition & 1 deletion core/kerberos/kerberos-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-kerberos</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/kerberos/kerberos-test-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>kylo-kerberos</artifactId>
<groupId>com.thinkbiganalytics.datalake</groupId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/kerberos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.thinkbiganalytics.datalake</groupId>
<artifactId>kylo-core</artifactId>
<version>0.8.1</version>
<version>0.8.2-SNAPSHOT</version>
</parent>
<properties>
<plugin.license.parentRelative>../../</plugin.license.parentRelative>
Expand Down
Loading

0 comments on commit b6b31ac

Please sign in to comment.