Skip to content

Commit

Permalink
Merge pull request #9 from juhoautio-rovio/add_pom_fields
Browse files Browse the repository at this point in the history
Add required fields to POM
  • Loading branch information
juhoautio-rovio authored Apr 30, 2021
2 parents 9ed8afa + 0bf8fd1 commit 725d639
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@
<artifactId>rovio-ingest</artifactId>
<version>1.0.1_spark_3.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>rovio-ingest</name>
<description>An implementation of the DatasourceV2 interface of Apache Spark™ for writing Spark Datasets to Apache Druid™</description>
<url>https://github.com/rovio/rovio-ingest</url>
<scm>
<url>https://github.com/rovio/rovio-ingest.git</url>
</scm>
<licenses>
<license>
<name>Apache-2.0 License</name>
</license>
</licenses>
<developers>
<developer>
<name>Vivek Balakrishnan</name>
<email>[email protected]</email>
</developer>
<developer>
<name>Juho Autio</name>
<email>[email protected]</email>
</developer>
</developers>

<properties>
<druid.version>0.13.0-incubating</druid.version>
Expand Down

0 comments on commit 725d639

Please sign in to comment.